Invert default for iconv() 2nd arg type, to match SUSv3. Bug 1161
[exim.git] / src / src / exim.h
index fb48a43d35718ee3c250d1b5ce08f0bf313bd29c..48cf8c146c9757cbe227bffbbcf72c3ad9720cc1 100644 (file)
@@ -418,7 +418,7 @@ iconv(). It's os.h file defines ICONV_ARG2_TYPE. For the rest, define a default
 here. */
 
 #ifndef ICONV_ARG2_TYPE
-# define ICONV_ARG2_TYPE const char **
+# define ICONV_ARG2_TYPE char **
 #endif
 
 /* One OS uses a different type for the 5th argument of getsockopt */