]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Do not redefine uthash allocation routines
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 30 Jun 2017 07:51:40 +0000 (08:51 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 30 Jun 2017 07:51:40 +0000 (08:51 +0100)
config.h.in

index d51af0e2fd49653a0f39759ca121f385d189a70f..35293858b41568ec9c21dee6c4d2a46e93acdcf4 100644 (file)
 
 #endif /* BYTE_ORDER */
 
-/* Configure allocator */
-#define uthash_malloc(sz) g_slice_alloc(sz)
-#define uthash_free(ptr,sz) g_slice_free1(sz, ptr)
-
 #define RSPAMD_CONFDIR "${CONFDIR}"
 #define RSPAMD_LOCAL_CONFDIR "${LOCAL_CONFDIR}"
 #define RSPAMD_RUNDIR "${RUNDIR}"