DKIM: ignore space & tab embedded in base64 during decode. Bug 1700
[exim.git] / src / OS / os.h-BSDI
index cb3eeaf9179eeba0643e843ad76a2206991f07bb..6e16722fde613c4537602b69bbc95df29c1c6183 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/OS/os.h-BSDI,v 1.3 2006/03/16 12:25:24 ph10 Exp $ */
-
 /* Exim: OS-specific C header file for BSDI */
 
 #define HAVE_BSD_GETLOADAVG
@@ -10,4 +8,7 @@
 
 typedef struct flock flock_t;
 
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
 /* End */