git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Extractor for named RDN element types from a certificate DN field.
[users/jgh/exim.git]
/
src
/
OS
/
os.h-Darwin
diff --git
a/src/OS/os.h-Darwin
b/src/OS/os.h-Darwin
index 888b9c759c1805ec892513ec386db9e1c4a1ca98..af06bdcbcd6a0bbb7e07ad1c2ab3024827b4f86f 100644
(file)
--- a/
src/OS/os.h-Darwin
+++ b/
src/OS/os.h-Darwin
@@
-35,4
+35,8
@@
updating Exim to use the newer interface. */
/* It's not .so for dynamic libraries on Darwin. */
#define DYNLIB_FN_EXT "dylib"
/* It's not .so for dynamic libraries on Darwin. */
#define DYNLIB_FN_EXT "dylib"
+/* We currently need some assistance getting OFF_T_FMT correct on MacOS */
+#define OFF_T_FMT "%llu"
+#define LONGLONG_T long int
+
/* End */
/* End */