git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Really re-select() when interrupted.
[users/heiko/exim.git]
/
src
/
OS
/
os.h-Darwin
diff --git
a/src/OS/os.h-Darwin
b/src/OS/os.h-Darwin
index af06bdcbcd6a0bbb7e07ad1c2ab3024827b4f86f..f4087404e14a8769191741f5543f516aa43343e3 100644
(file)
--- 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 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
#define LONGLONG_T long int
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
/* End */
/* End */