X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=src%2Fconfig.h.in;h=c583fc0fecf03a3159418cb1f09d29c0afaa2613;hp=a22abe8a7206aeaea1e39079a5f3d1185f17d482;hb=91e6c883fe1b705b69546662fbc0ee1a5b688163;hpb=5a0be2445e09e1d0fc6ae995b6c0296bc28e657d 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