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
Add automatic macros for config-file options. Bug 1819
[users/heiko/exim.git]
/
src
/
OS
/
os.h-Linux
diff --git
a/src/OS/os.h-Linux
b/src/OS/os.h-Linux
index 05c153e2c1aa68aacb800b7de2db60195f37453a..6400e798e24cfd53b2333cdc5b239ca278e442ce 100644
(file)
--- a/
src/OS/os.h-Linux
+++ b/
src/OS/os.h-Linux
@@
-65,5
+65,9
@@
then change the 0 to 1 in the next block. */
# define LLONG_MAX LONG_LONG_MAX
#endif
+#if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOUCE
+# define EXIM_HAVE_OPENAT
+#endif
+
/* End */