X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-Darwin;h=f4087404e14a8769191741f5543f516aa43343e3;hb=8b6b06fe3e009cb89ae7923b890e75f9dcd50118;hp=af06bdcbcd6a0bbb7e07ad1c2ab3024827b4f86f;hpb=17c761988f30054827a9951761d93ffeeaad0cb7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-Darwin b/src/OS/os.h-Darwin index af06bdcbc..f4087404e 100644 --- a/src/OS/os.h-Darwin +++ b/src/OS/os.h-Darwin @@ -36,7 +36,13 @@ updating Exim to use the newer interface. */ #define DYNLIB_FN_EXT "dylib" /* We currently need some assistance getting OFF_T_FMT correct on MacOS */ -#define OFF_T_FMT "%llu" +#ifdef OFF_T_FMT +# undef OFF_T_FMT +#endif +#define OFF_T_FMT "%lld" #define LONGLONG_T long int +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */