X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-NetBSD;h=0f3a3d8fc9f7070e71d4103ab8b1259b1feeed0f;hb=7be682ca5ebd9571a01b762195b11c34cd231830;hp=7c3ae4f5ead950fea84972868cfc4e5b637c2fb0;hpb=929ba01ccb7fafbe89e4fa60e93ab2b5f4aab1df;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-NetBSD b/src/OS/os.h-NetBSD index 7c3ae4f5e..0f3a3d8fc 100644 --- a/src/OS/os.h-NetBSD +++ b/src/OS/os.h-NetBSD @@ -1,16 +1,21 @@ -/* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.2 2006/02/21 16:24:19 ph10 Exp $ */ - /* 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_ARC4RANDOM typedef struct flock flock_t; #define os_strsignal strsignal #define OS_STRSIGNAL +#include + +#if __NetBSD_Version__ >= 299000900 +#define HAVE_SYS_STATVFS_H +#endif + /* End */