From: Vsevolod Stakhov Date: Fri, 30 Jun 2017 07:51:40 +0000 (+0100) Subject: [Minor] Do not redefine uthash allocation routines X-Git-Tag: 1.6.2~47 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e1ad4dbd77ba8368b2fff286963cc232a1b9081d;p=rspamd.git [Minor] Do not redefine uthash allocation routines --- diff --git a/config.h.in b/config.h.in index d51af0e2f..35293858b 100644 --- a/config.h.in +++ b/config.h.in @@ -182,10 +182,6 @@ #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}"