From d7e97973651c24f3198e391cf2ad8e2f67c53171 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 15 Jun 2002 21:01:32 +0000 Subject: HAVE_SYS_POLL_H --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index 64794645e..9507bb141 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -25,3 +25,6 @@ /* Define if you have the header file */ #undef HAVE_SYS_SELECT_H + +/* Define if you have the header file */ +#undef HAVE_SYS_POLL_H -- cgit v1.2.3