Portability of alloc-lite

git-svn-id: file:///svn/unbound/trunk@2018 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2010-03-10 12:05:14 +00:00
parent b1c920bc8a
commit 6b5f246343
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
#undef free
#undef realloc
#undef strdup
char* unbound_lite_wrapstr(char* s) { return s; }
#define unbound_lite_wrapstr(s) s
#endif
#include "libunbound/unbound.h"
#include <ldns/ldns.h>

View file

@ -80,7 +80,7 @@
#undef realloc
#undef free
#undef strdup
char* unbound_lite_wrapstr(char* s) { return s; }
#define unbound_lite_wrapstr(s) s
#endif
struct todo_item;
struct labdata;