X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-SunOS4;h=65556204c31edd49f357ec3c7f1af9f835368d90;hb=29f678881018103cc2aec85bdb51ea5830cf2e37;hp=cdb633cccfd35abe38d5de243f42150330b139c7;hpb=61ec970df30325dbcd8c9d0f0e431dc793126656;p=user%2Fhenk%2Fcode%2Fexim.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 */