diff options
Diffstat (limited to 'src/OS/os.h-Linux')
-rw-r--r-- | src/OS/os.h-Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index c705e5cd2..ba5f13450 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -71,7 +71,7 @@ then change the 0 to 1 in the next block. */ # define LLONG_MAX LONG_LONG_MAX #endif -#if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOUCE +#if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOURCE # define EXIM_HAVE_OPENAT #endif |