Close logfile after a while waiting for non-smtp input. Bug 1891
[exim.git] / src / OS / os.h-FreeBSD
index 9a2da7a5afbaa896bce6cf1d029c4bad5e205494..ba4889fecab4b9f0cc246452127d3577c61161d6 100644 (file)
@@ -1,12 +1,16 @@
-/* $Cambridge: exim/src/OS/os.h-FreeBSD,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
-
 /* Exim: OS-specific C header file for FreeBSD */
 
 #define HAVE_BSD_GETLOADAVG
+#define HAVE_SETCLASSRESOURCES
 #define HAVE_MMAP
 #define HAVE_SYS_MOUNT_H
 #define SIOCGIFCONF_GIVES_ADDR
+#define HAVE_SRANDOMDEV
+#define HAVE_ARC4RANDOM
 
 typedef struct flock flock_t;
 
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
 /* End */