summaryrefslogtreecommitdiff
path: root/Porting/config_H
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 /Porting/config_H
parenta91c35b0b764ca1a209a514dd10682aecec1e2c8 (diff)
downloadperl-5b34fd9983b612c6f8a0ed60e7f49c74e1151a1a.tar.gz
Add I_POLL for IO 1.20.
p4raw-id: //depot/cfgperl@2389
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H8
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 9fa28d831f..5420ae8248 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Sun Nov 22 19:19:34 EET 1998
+ * Configuration time: Sun Nov 29 18:17:40 EET 1998
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -2110,6 +2110,12 @@
/*#define I_INTTYPES / **/
/*#define HAS_INT64_T / **/
+/* I_POLL:
+ * This symbol, if defined, indicates that <poll.h> exists and
+ * should be included.
+ */
+#define I_POLL /**/
+
/* HAS_FSTAT64:
* This symbol, if defined, indicates that the fstat64 routine is
* available to stat files (fds) larger than 2 gigabytes.