aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-15 21:01:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-15 21:01:32 +0000
commitd7e97973651c24f3198e391cf2ad8e2f67c53171 (patch)
tree20fb4ef62da71dfbd72225ee512ebb005ad7d72f /src
parente54e0c78778f6844b067c8d6a4e5d57069e088ae (diff)
HAVE_SYS_POLL_H
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in3
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