summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-11-29 16:39:16 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-11-29 16:39:16 +0000
commit5b34fd9983b612c6f8a0ed60e7f49c74e1151a1a (patch)
treeea1ef0a066ae7a64a8ea2688a172e974c027f606 /config_h.SH
parenta91c35b0b764ca1a209a514dd10682aecec1e2c8 (diff)
downloadperl-5b34fd9983b612c6f8a0ed60e7f49c74e1151a1a.tar.gz
Add I_POLL for IO 1.20.
p4raw-id: //depot/cfgperl@2389
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index b70bf26628..1a01c9f4c8 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2124,6 +2124,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#$i_inttypes I_INTTYPES /**/
#$d_int64t HAS_INT64_T /**/
+/* I_POLL:
+ * This symbol, if defined, indicates that <poll.h> exists and
+ * should be included.
+ */
+#$i_poll I_POLL /**/
+
/* HAS_FSTAT64:
* This symbol, if defined, indicates that the fstat64 routine is
* available to stat files (fds) larger than 2 gigabytes.