diff options
-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) |