Copyright year updates (things touched in 2016)
[exim.git] / src / OS / os.h-GNUkFreeBSD
index ce05e2d4d66bd4e494e7ea12f965847289da54de..ab3503131443dbf29a064473045d04b9e6c4e024 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/OS/os.h-GNUkFreeBSD,v 1.1 2005/01/04 10:25:58 ph10 Exp $ */
-
 /* Exim: OS-specific C header file for GNU/kFreeBSD */
 
 #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 */