mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
header fix.
git-svn-id: file:///svn/unbound/trunk@516 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c49a3af953
commit
016f27739d
2 changed files with 5 additions and 4 deletions
|
|
@ -643,16 +643,16 @@ struct sockaddr_storage;
|
||||||
#define UNBOUND_ALLOC_STATS
|
#define UNBOUND_ALLOC_STATS
|
||||||
#ifdef UNBOUND_ALLOC_STATS
|
#ifdef UNBOUND_ALLOC_STATS
|
||||||
# ifdef malloc
|
# ifdef malloc
|
||||||
# undef malloc
|
# undef malloc /* keepoff autoheader */
|
||||||
# endif
|
# endif
|
||||||
# ifdef realloc
|
# ifdef realloc
|
||||||
# undef realloc
|
# undef realloc /* keepoff autoheader */
|
||||||
# endif
|
# endif
|
||||||
# ifdef calloc
|
# ifdef calloc
|
||||||
# undef calloc
|
# undef calloc /* keepoff autoheader */
|
||||||
# endif
|
# endif
|
||||||
# ifdef free
|
# ifdef free
|
||||||
# undef free
|
# undef free /* keepoff autoheader */
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
- outbound entries are allocated in the query region they are for.
|
- outbound entries are allocated in the query region they are for.
|
||||||
- extensive debugging for memory allocations.
|
- extensive debugging for memory allocations.
|
||||||
- --enable-lock-checks can be used to enable lock checking.
|
- --enable-lock-checks can be used to enable lock checking.
|
||||||
|
- protect undefs in config.h from autoheaders ministrations.
|
||||||
|
|
||||||
13 August 2007: Wouter
|
13 August 2007: Wouter
|
||||||
- fixup makefile, if lexer is missing give nice error and do not
|
- fixup makefile, if lexer is missing give nice error and do not
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue