X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-SunOS5-hal;h=cd9e877a9304955f9b91208895e8500d4c6493eb;hb=ab6f5da3dfe80ed83827fd2f9e3e72c86d103649;hp=9ba6d8a3cfb3e6914d085a2ed170d491b9e201ac;hpb=61ec970df30325dbcd8c9d0f0e431dc793126656;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-SunOS5-hal b/src/OS/os.h-SunOS5-hal index 9ba6d8a3c..cd9e877a9 100644 --- a/src/OS/os.h-SunOS5-hal +++ b/src/OS/os.h-SunOS5-hal @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-SunOS5-hal,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for SunOS5 on HAL */ #define HAVE_MMAP @@ -10,4 +8,7 @@ #define LOAD_AVG_SYMBOL "avenrun_1min" #define LOAD_AVG_FIELD value.ul +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */