Invert default for iconv() 2nd arg type, to match SUSv3. Bug 1161
[exim.git] / src / OS / os.h-SunOS5
index 8bc0799d26858d48e45a3cbd9110b30c09dcb975..dd14f25c8c7655474ebe1313ef22936b2291dec7 100644 (file)
@@ -28,4 +28,7 @@ it seems. */
 
 #define PAM_CONVERSE_ARG2_TYPE  struct pam_message
 
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
 /* End */