chiark / gitweb /
spec for adns_r_unknown
[adns.git] / src / config.h.in
index a22abe8a7206aeaea1e39079a5f3d1185f17d482..c583fc0fecf03a3159418cb1f09d29c0afaa2613 100644 (file)
@@ -21,9 +21,6 @@
 /* Define if you have the poll function.  */
 #undef HAVE_POLL
 
-/* Define if you have the <sys/select.h> 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 <rpc/types.h>
 #endif
-
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif