mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
$NetBSD: patch-ac,v 1.2 2004/05/07 17:47:32 abs Exp $
|
|
|
|
--- OS/os.h-Darwin.orig Thu Apr 4 13:56:14 2002
|
|
+++ OS/os.h-Darwin
|
|
@@ -1,6 +1,8 @@
|
|
/* Exim: OS-specific C header file for Darwin (Mac OS X) */
|
|
|
|
+/* Darwin 6.8 does not have crypt.h
|
|
#define CRYPT_H
|
|
+*/
|
|
#define HAVE_MMAP
|
|
#define HAVE_SYS_MOUNT_H
|
|
#define SIOCGIFCONF_GIVES_ADDR
|