Testsuite: detect "hidden" IPs
[exim.git] / src / OS / os.h-AIX
index 29a2903a3506e016fbeb6bc6457437867324be6c..5cd4501a4f8b86192b3d33a7787f0244d729d902 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/OS/os.h-AIX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
-
 /* Exim: OS-specific C header file for AIX */
 /* Written by Nick Waterman <nick@cimio.co.uk> */
 /* Modified by Philip Hazel with data from
@@ -22,4 +20,8 @@
 
 typedef struct flock flock_t;
 
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
+
 /* End */