git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added lib resolv to Darwin Makefile - hopefully not breaking older versions
[users/jgh/exim.git]
/
src
/
OS
/
os.h-NetBSD
diff --git
a/src/OS/os.h-NetBSD
b/src/OS/os.h-NetBSD
index 7c3ae4f5ead950fea84972868cfc4e5b637c2fb0..234f51c18a830ae3e706d939394f0a95d316bf2a 100644
(file)
--- a/
src/OS/os.h-NetBSD
+++ b/
src/OS/os.h-NetBSD
@@
-1,9
+1,9
@@
-/* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.
2 2006/02/21 16:24:19 ph10
Exp $ */
+/* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.
5 2009/10/20 12:39:47 nm4
Exp $ */
/* Exim: OS-specific C header file for NetBSD */
#define HAVE_BSD_GETLOADAVG
/* Exim: OS-specific C header file for NetBSD */
#define HAVE_BSD_GETLOADAVG
-#define HAVE_
LOGIN_CAP
+#define HAVE_
GETIFADDRS
#define HAVE_MMAP
#define HAVE_SYS_MOUNT_H
#define SIOCGIFCONF_GIVES_ADDR
#define HAVE_MMAP
#define HAVE_SYS_MOUNT_H
#define SIOCGIFCONF_GIVES_ADDR
@@
-13,4
+13,10
@@
typedef struct flock flock_t;
#define os_strsignal strsignal
#define OS_STRSIGNAL
#define os_strsignal strsignal
#define OS_STRSIGNAL
+#include <sys/param.h>
+
+#if __NetBSD_Version__ >= 299000900
+#define HAVE_SYS_STATVFS_H
+#endif
+
/* End */
/* End */