X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/8191bd6855c80a870264d4e0990c5d4a72bb2df4..a8ecb810b2cabb4bc2348918c9f606d21fdef1bb:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index a22abe8..c583fc0 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -21,9 +21,6 @@ /* Define if you have the poll function. */ #undef HAVE_POLL -/* Define if you have the header file. */ -#undef HAVE_SYS_SELECT_H - /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL @@ -99,7 +96,3 @@ struct pollfd { int fd; short events; short revents; }; #ifdef HAVEUSE_RPCTYPES_H #include #endif - -#ifdef HAVE_SYS_SELECT_H -#include -#endif