diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-03-21 10:28:42 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-03-21 10:28:42 +0000 |
commit | 216dac0429f7f2def8388be78bca5dd81baf8702 (patch) | |
tree | 82d3aedf06b74c6b5269bff689ea8a0c0793baf7 /config_h.SH | |
parent | 4052d21cf21adbbdc9b825b0bd88d7c5804670eb (diff) | |
download | perl-216dac0429f7f2def8388be78bca5dd81baf8702.tar.gz |
Final move from meta-3.0 to meta-3.5
p4raw-id: //depot/perl@33547
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 20e74506af..05b464b622 100644 --- a/config_h.SH +++ b/config_h.SH @@ -766,6 +766,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$i_sysparam I_SYS_PARAM /**/ +/* I_SYS_POLL: + * This symbol, if defined, indicates that the program may include + * <sys/poll.h>. When I_POLL is also defined, it's probably safest + * to only include <poll.h>. + */ +#$i_syspoll I_SYS_POLL /**/ + /* I_SYS_RESOURCE: * This symbol, if defined, indicates to the C program that it should * include <sys/resource.h>. |