X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=config.h.in;h=8492df2eed112f17c69b9af163fc3d578fa117ad;hb=4f5e39ecfaa49376b0a5c3a4c384e91a828c1105;hp=76d28f01d2ff82045afa26d9e863a3b66ce030b0;hpb=794f2398b8fe84bf398bb10d6eeca6fe6737f65f;p=secnet.git diff --git a/config.h.in b/config.h.in index 76d28f0..8492df2 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated automatically from configure.in by autoheader. */ +/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ #ifndef _CONFIG_H #define _CONFIG_H @@ -59,9 +59,24 @@ /* Define if you have the header file. */ #undef HAVE_LINUX_IF_H +/* Define if you have the header file. */ +#undef HAVE_NET_IF_H + +/* Define if you have the header file. */ +#undef HAVE_NET_IF_TUN_H + +/* Define if you have the header file. */ +#undef HAVE_NET_ROUTE_H + /* Define if you have the header file. */ #undef HAVE_STDINT_H +/* Define if you have the header file. */ +#undef HAVE_STROPTS_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_SOCKIO_H + /* Define if you have the adns library (-ladns). */ #undef HAVE_LIBADNS @@ -145,4 +160,12 @@ typedef unsigned char uint8_t; #include "snprintf.h" #endif +#ifdef __GNUC__ +#define NORETURN(_x) void _x __attribute__ ((noreturn)) +#define FORMAT(_a,_b,_c) __attribute__ ((format (_a,_b,_c))) +#else +#define NORETURN(_x) _x +#define FORMAT(_a,_b,_c) +#endif + #endif /* _CONFIG_H */