From: Vsevolod Stakhov Date: Sun, 24 Aug 2014 15:44:11 +0000 (+0100) Subject: Do not force murmur for uthash. X-Git-Tag: 0.7.0~105 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=505a20a176f0acd4938aa54abe6307c7ec0f01c5;p=rspamd.git Do not force murmur for uthash. --- 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)