X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-Darwin;h=f4087404e14a8769191741f5543f516aa43343e3;hb=29f678881018103cc2aec85bdb51ea5830cf2e37;hp=559003f537b24b7b9ef3cc255e79a3b0db827385;hpb=2fc44bd527012cc3075667f8f50243ee01cdcd27;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-Darwin b/src/OS/os.h-Darwin index 559003f53..f4087404e 100644 --- a/src/OS/os.h-Darwin +++ b/src/OS/os.h-Darwin @@ -42,4 +42,7 @@ updating Exim to use the newer interface. */ #define OFF_T_FMT "%lld" #define LONGLONG_T long int +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */