X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FOS%2Fos.h-SunOS4;h=65556204c31edd49f357ec3c7f1af9f835368d90;hb=9c638142bf4a66ca9e494bee6b20d41853b8e85b;hp=cdb633cccfd35abe38d5de243f42150330b139c7;hpb=61ec970df30325dbcd8c9d0f0e431dc793126656;p=exim.git 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 */