X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/17ffcae735bb0f871aa34740db16debe101efaa4..f988ce57300f2dcb7ddb63f767ef5ebef76b2aa4:/src/OS/os.h-GNUkNetBSD?ds=sidebyside diff --git a/src/OS/os.h-GNUkNetBSD b/src/OS/os.h-GNUkNetBSD index faddca675..bc3bc259d 100644 --- a/src/OS/os.h-GNUkNetBSD +++ b/src/OS/os.h-GNUkNetBSD @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-GNUkNetBSD,v 1.1 2005/01/04 10:25:58 ph10 Exp $ */ - /* Exim: OS-specific C header file for GNU/kNetBSD */ #define CRYPT_H @@ -21,4 +19,7 @@ typedef struct flock flock_t; #define HAVE_SYS_MOUNT_H #define SIOCGIFCONF_GIVES_ADDR +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */