From 0af1b01b5ca61422c779b40a9c99cd0b29b40049 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 24 Oct 2009 14:10:41 +0000 Subject: Support for multiple local sockets (ie: INET + INET6) * Allows us to make ipv6 queries. --- common/compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/compat.h') diff --git a/common/compat.h b/common/compat.h index 8eda20f..e19d1b1 100644 --- a/common/compat.h +++ b/common/compat.h @@ -73,6 +73,10 @@ int strtob(const char* str); void atexitv(void (*func)(void*), void* data); #endif +#ifndef HAVE_XREALLOC +void* xrealloc(void *p, size_t size); +#endif + #ifndef HAVE_XCALLOC void* xcalloc(size_t size); #endif -- cgit v1.2.3