X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/4ff0a42ff7efe5cc1b36e9c5ff930609b3f56b86..22c77971bb13c37344fc73fe9b8d72ed96181df2:/config.h.in diff --git a/config.h.in b/config.h.in index 2d8537e..a8b73b9 100644 --- a/config.h.in +++ b/config.h.in @@ -8,6 +8,9 @@ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD +/* Define to 1 to use IPv6 support in system and adns */ +#undef CONFIG_IPV6 + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -47,9 +50,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NET_ROUTE_H -/* Define to 1 if you have the `snprintf' function. */ -#undef HAVE_SNPRINTF - /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -180,12 +180,6 @@ typedef unsigned char uint8_t; #endif #endif -#ifndef HAVE_SNPRINTF -#include -#include -#include "snprintf.h" -#endif - #ifdef __GNUC__ #define NORETURN(_x) void _x __attribute__ ((noreturn)) #define FORMAT(_a,_b,_c) __attribute__ ((format (_a,_b,_c)))