From: Daniel Stenberg Date: Sat, 15 Jun 2002 21:01:32 +0000 (+0000) Subject: HAVE_SYS_POLL_H X-Git-Tag: curl-7_10~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7e97973651c24f3198e391cf2ad8e2f67c53171;p=thirdparty%2Fcurl.git HAVE_SYS_POLL_H --- diff --git a/src/config.h.in b/src/config.h.in index 64794645ed..9507bb1418 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