X-Git-Url: http://git.hcoop.net/hcoop/debian/exim4.git/blobdiff_plain/420a0d19af455b8c65ca20e08b500bd9c4995860..b032efff1d94655de722849c07cf3ad5a0c6b89c:/OS/os.h-Darwin diff --git a/OS/os.h-Darwin b/OS/os.h-Darwin index 559003f..f408740 100644 --- a/OS/os.h-Darwin +++ b/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 */