X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2FOS%2Fos.h-Darwin;h=f4087404e14a8769191741f5543f516aa43343e3;hp=af06bdcbcd6a0bbb7e07ad1c2ab3024827b4f86f;hb=dfe7d917154afce0e4016a60f142bd540677930f;hpb=17c761988f30054827a9951761d93ffeeaad0cb7 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 */