X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/929ba01ccb7fafbe89e4fa60e93ab2b5f4aab1df..d185889f47b9b27088e777f7d382295c51271586:/src/OS/os.h-BSDI diff --git a/src/OS/os.h-BSDI b/src/OS/os.h-BSDI index c49a0ad86..a1705ec95 100644 --- a/src/OS/os.h-BSDI +++ b/src/OS/os.h-BSDI @@ -1,13 +1,15 @@ -/* $Cambridge: exim/src/OS/os.h-BSDI,v 1.2 2006/02/21 16:24:19 ph10 Exp $ */ - /* Exim: OS-specific C header file for BSDI */ #define HAVE_BSD_GETLOADAVG -#define HAVE_LOGIN_CAP +#define HAVE_SETCLASSRESOURCES #define HAVE_MMAP #define HAVE_SYS_MOUNT_H #define SIOCGIFCONF_GIVES_ADDR +#define OS_UNSETENV typedef struct flock flock_t; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */