diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-30 08:51:40 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-30 08:51:40 +0100 |
commit | e1ad4dbd77ba8368b2fff286963cc232a1b9081d (patch) | |
tree | a5a47cc4e659c59cbc80fdec7ba530baef2b6311 /config.h.in | |
parent | ab69bf91c68080c79e2f9288f78a9ce9bcb372d1 (diff) | |
download | rspamd-e1ad4dbd77ba8368b2fff286963cc232a1b9081d.tar.gz rspamd-e1ad4dbd77ba8368b2fff286963cc232a1b9081d.zip |
[Minor] Do not redefine uthash allocation routines
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
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}" |