diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-08-24 16:44:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-08-24 16:44:11 +0100 |
commit | 505a20a176f0acd4938aa54abe6307c7ec0f01c5 (patch) | |
tree | a9c1e2906118fef0e1c850e4002600187770b51f | |
parent | f5ee6272cd18dcb00119a7f625223060033517cf (diff) | |
download | rspamd-505a20a176f0acd4938aa54abe6307c7ec0f01c5.tar.gz rspamd-505a20a176f0acd4938aa54abe6307c7ec0f01c5.zip |
Do not force murmur for uthash.
-rw-r--r-- | config.h.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in index 87fd735ed..fa69767ac 100644 --- a/config.h.in +++ b/config.h.in @@ -211,11 +211,6 @@ #cmakedefine HAVE_CTYPE_H 1 -#if (defined(__i386__) || defined(__x86_64__) || defined(_M_IX86)) -/* Use murmur hash for UTHash for these platforms */ -#define HASH_FUNCTION HASH_MUR -#define HASH_USING_NO_STRICT_ALIASING -#endif /* Configure allocator */ #define uthash_malloc(sz) g_slice_alloc(sz) #define uthash_free(ptr,sz) g_slice_free1(sz, ptr) |