diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-02-18 17:08:48 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-02-18 17:08:48 +0000 |
commit | 6ecb7d259df0c2fe07e3ea99442c1d9228033ee8 (patch) | |
tree | 425937594438dbd438657b70e090fcc36b27590e /config.h.in | |
parent | 8f419996786af380a3bc96ddc55d3a295991d7ef (diff) | |
download | rspamd-6ecb7d259df0c2fe07e3ea99442c1d9228033ee8.tar.gz rspamd-6ecb7d259df0c2fe07e3ea99442c1d9228033ee8.zip |
[Fix] Add workaround for system with non-XSI compatible tzset
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 402d410f1..aa875534d 100644 --- a/config.h.in +++ b/config.h.in @@ -75,6 +75,7 @@ #cmakedefine HAVE_READPASSPHRASE_H 1 #cmakedefine HAVE_SA_SIGINFO 1 #cmakedefine HAVE_SANE_SHMEM 1 +#cmakedefine HAVE_SANE_TZSET 1 #cmakedefine HAVE_SCHED_YEILD 1 #cmakedefine HAVE_SC_NPROCESSORS_ONLN 1 #cmakedefine HAVE_SEARCH_H 1 |