From 96b619cc129afed52411b9fad3407037a1cb7207 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 02:47:26 +0200 Subject: Adding upstream version 4.92. Signed-off-by: Daniel Baumann --- OS/unsupported/os.h-DragonFly | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 OS/unsupported/os.h-DragonFly (limited to 'OS/unsupported/os.h-DragonFly') diff --git a/OS/unsupported/os.h-DragonFly b/OS/unsupported/os.h-DragonFly new file mode 100644 index 0000000..4c2f1d5 --- /dev/null +++ b/OS/unsupported/os.h-DragonFly @@ -0,0 +1,13 @@ +/* Exim: OS-specific C header file for DragonFly */ + +#define HAVE_BSD_GETLOADAVG +#define HAVE_MMAP +#define HAVE_SYS_MOUNT_H +#define SIOCGIFCONF_GIVES_ADDR + +typedef struct flock flock_t; + +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + +/* End */ -- cgit v1.2.3