X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/ad4175bb957dec4aaa616f3452cef7ba60982fe3..86420bb75f19f628ffd2d8ff9964e59ed99e3187:/config.h.in diff --git a/config.h.in b/config.h.in index ba40706..ebd8574 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 @@ -17,29 +20,17 @@ /* Define to 1 if you have the `fl' library (-lfl). */ #undef HAVE_LIBFL -/* Define to 1 if you have the `getopt' library (-lgetopt). */ -#undef HAVE_LIBGETOPT - /* Define to 1 if you have the `gmp' library (-lgmp). */ #undef HAVE_LIBGMP /* Define to 1 if you have the `gmp2' library (-lgmp2). */ #undef HAVE_LIBGMP2 -/* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */ -#undef HAVE_LIBGNUGETOPT - -/* Define to 1 if you have the `nsl' library (-lnsl). */ -#undef HAVE_LIBNSL - -/* Define to 1 if you have the `resolv' library (-lresolv). */ -#undef HAVE_LIBRESOLV - /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET -/* Define to 1 if you have the header file. */ -#undef HAVE_LINUX_IF_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_IF_TUN_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -53,9 +44,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 @@ -186,12 +174,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)))