X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..0a6c178c6c5f45668b5bb37b8be723cc9d1e72ae:/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 */