]> source.dussan.org Git - rspamd.git/commitdiff
Do not force murmur for uthash.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 24 Aug 2014 15:44:11 +0000 (16:44 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 24 Aug 2014 15:44:11 +0000 (16:44 +0100)
config.h.in

index 87fd735ed1968f03250e61d715bf91c96f58c3f4..fa69767ac56644b87b46fdb1a69c10261f25f104 100644 (file)
 
 #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)