diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-15 21:01:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-15 21:01:32 +0000 |
commit | d7e97973651c24f3198e391cf2ad8e2f67c53171 (patch) | |
tree | 20fb4ef62da71dfbd72225ee512ebb005ad7d72f | |
parent | e54e0c78778f6844b067c8d6a4e5d57069e088ae (diff) |
HAVE_SYS_POLL_H
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 <sys/select.h> header file */ #undef HAVE_SYS_SELECT_H + +/* Define if you have the <sys/poll.h> header file */ +#undef HAVE_SYS_POLL_H |