Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578
[exim.git] / src / OS / os.h-GNUkNetBSD
index faddca6752a8c3773f420f3dad69a4d3b001970c..bc3bc259d7e7ca5090620bb81e7c44bd7ecf5faf 100644 (file)
@@ -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 */