X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=config.h.in;h=74fea8367b3c2bafac0aa093ca10055c5b01a510;hp=2d8537e336144ed42a1c64bafe9d08a4755676de;hb=0118121ae6578c69527fb80a60294c48663033b7;hpb=4ff0a42ff7efe5cc1b36e9c5ff930609b3f56b86 diff --git a/config.h.in b/config.h.in index 2d8537e..74fea83 100644 --- a/config.h.in +++ b/config.h.in @@ -47,9 +47,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 +177,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)))