X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..7e09992e0fb2d70750a686939636cf40f2a06ae3:/src/OS/os.h-SunOS4 diff --git a/src/OS/os.h-SunOS4 b/src/OS/os.h-SunOS4 index cdb633ccc..65556204c 100644 --- a/src/OS/os.h-SunOS4 +++ b/src/OS/os.h-SunOS4 @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-SunOS4,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for SunOS4 */ #define LOAD_AVG_NEEDS_ROOT @@ -35,4 +33,7 @@ flag causes this to get done in exim.h. */ #define FUDGE_GETC_AND_FRIENDS +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */