From: Daniel Stenberg Date: Sat, 15 Jun 2002 21:01:32 +0000 (+0000) Subject: HAVE_SYS_POLL_H X-Git-Tag: upstream/7.37.1~15389 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7e97973651c24f3198e391cf2ad8e2f67c53171;p=platform%2Fupstream%2Fcurl.git HAVE_SYS_POLL_H --- diff --git a/src/config.h.in b/src/config.h.in index 6479464..9507bb1 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