diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-07 17:36:52 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-07 17:36:52 +0000 |
commit | b4ce11041f318870479c9833c9c77464a502ccf5 (patch) | |
tree | b40c38c263f312163b485961ff05cd0e8173cf82 /config.h.in | |
parent | 21eb3452f1c02a9a3fc2b93147f8feff4257fe93 (diff) | |
download | rspamd-b4ce11041f318870479c9833c9c77464a502ccf5.tar.gz rspamd-b4ce11041f318870479c9833c9c77464a502ccf5.zip |
[Minor] Remove some old unused crap
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index b3aefd980..2f4eef401 100644 --- a/config.h.in +++ b/config.h.in @@ -50,7 +50,6 @@ #cmakedefine HAVE_LIBUTIL_H 1 #cmakedefine HAVE_LOCALE_H 1 #cmakedefine HAVE_MACHINE_ENDIAN_H 1 -#cmakedefine HAVE_MATH_H 1 #cmakedefine HAVE_MAXPATHLEN 1 #cmakedefine HAVE_FMEMOPEN 1 #cmakedefine HAVE_MEMSET_S 1 @@ -106,7 +105,6 @@ #cmakedefine HAVE_STRINGS_H 1 #cmakedefine HAVE_STRING_H 1 #cmakedefine HAVE_STROPS_H 1 -#cmakedefine HAVE_SYSEXITS_H 1 #cmakedefine HAVE_SYSLOG_H 1 #cmakedefine HAVE_SYS_CDEFS_H 1 #cmakedefine HAVE_SYS_ENDIAN_H 1 @@ -145,7 +143,6 @@ #cmakedefine WITH_HIREDIS 1 #cmakedefine WITH_HYPERSCAN 1 #cmakedefine WITH_JEMALLOC 1 -#cmakedefine WITH_JUDY 1 #cmakedefine WITH_LUA 1 #cmakedefine WITH_LUAJIT 1 #cmakedefine WITH_PCRE2 1 @@ -430,5 +427,7 @@ extern uint64_t ottery_rand_uint64(void); #endif #define HAVE_OPENSSL 1 +#define HAVE_MATH_H 1 + #endif |