X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/2fc44bd527012cc3075667f8f50243ee01cdcd27..9fa3eec7bb2e6a14a0b62dbc713c0ba5b2b5cd34:/src/OS/os.h-Darwin diff --git a/src/OS/os.h-Darwin b/src/OS/os.h-Darwin index 559003f53..f3f22f084 100644 --- a/src/OS/os.h-Darwin +++ b/src/OS/os.h-Darwin @@ -42,4 +42,10 @@ 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 ** + +/* seems arpa/nameser.h does not define this */ +#define NS_MAXMSG 65535 + /* End */