X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=src%2Fconfig.h.in;h=bd36686d648b7b6ea9007a10a1c3c4c7dc5ea351;hp=5de7cb0cd7c48f5f3bd5de41bf140801da8a6ae5;hb=8de0fa76b3e27b4a96db5c77415962117650afa7;hpb=8d3d3e02c133e722decb18c9f853626deadac113 diff --git a/src/config.h.in b/src/config.h.in index 5de7cb0..bd36686 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,4 +1,7 @@ -/* src/config.h.in. Generated automatically from configure.in by autoheader. */ +/* src/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ + +/* Define if inline functions a la GCC are available. */ +#undef HAVE_INLINE /* Define if function attributes a la GCC 2.5 and higher are available. */ #undef HAVE_GNUC25_ATTRIB @@ -12,6 +15,9 @@ /* Define if printf-format argument lists a la GCC are available. */ #undef HAVE_GNUC25_PRINTFFORMAT +/* Define if we want to include rpc/types.h. Crap BSDs put INADDR_LOOPBACK there. */ +#undef HAVEUSE_RPCTYPES_H + /* Define if you have the poll function. */ #undef HAVE_POLL @@ -23,6 +29,10 @@ /* Use the definitions: */ +#ifndef HAVE_INLINE +#define inline +#endif + #ifdef HAVE_POLL #include #else @@ -82,3 +92,7 @@ struct pollfd { int fd; short events; short revents; }; #ifndef CONSTANT #define CONSTANT FUNCATTR((ATTRCONST)) #endif + +#ifdef HAVEUSE_RPCTYPES_H +#include +#endif