Close logfile after a while waiting for non-smtp input. Bug 1891
[exim.git] / src / OS / os.h-BSDI
index c49a0ad864305c602a9e23bae22aa653a5d13bc0..a1705ec95be8e03a7104948ff7a5b20a357da0dc 100644 (file)
@@ -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 */