summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-01-22 16:52:32 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-01-22 16:52:32 +0000
commit776a38e31187f86a4a5b55c1719bc8c901a4e29a (patch)
tree441e63b431af46c1a40e621a3447bc7015f6d6df /config_h.SH
parent5c8c4cb2e56f3a0b4e2b54cb9ba6767a30ae85a4 (diff)
downloadperl-776a38e31187f86a4a5b55c1719bc8c901a4e29a.tar.gz
Regen. Lots of under-the-hood changes accumulated.
p4raw-id: //depot/perl@33038
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH10
1 files changed, 5 insertions, 5 deletions
diff --git a/config_h.SH b/config_h.SH
index a69a2e3393..5419d0c2bd 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -5,10 +5,10 @@
: Set up for generating config_h.SH
case "$CONFIG_SH" in
-'') CONFIG_SH=config.sh ;;
+'') CONFIG_SH=config.sh;;
esac
case "$CONFIG_H" in
-'') CONFIG_H=config.h ;;
+'') CONFIG_H=config.h;;
esac
case $PERL_CONFIG_SH in
'')
@@ -40,7 +40,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* that running config_h.SH again will wipe out any changes you've made.
* For a more permanent change edit $CONFIG_SH and rerun config_h.SH.
*
- * \$Id: Config_h.U,v 3.0.1.5 1997/02/28 14:57:43 ram Exp $
+ * \$Id: Config_h.U 1 2006-08-24 12:32:52Z rmanfredi $
*/
/*
@@ -1842,8 +1842,8 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
/* HAS_POLL:
* This symbol, if defined, indicates that the poll routine is
- * available to poll active file descriptors. You may safely
- * include <poll.h> when both this symbol *and* I_POLL are defined.
+ * available to poll active file descriptors. Please check I_POLL and
+ * I_SYS_POLL to know which header should be included as well.
*/
#$d_poll HAS_POLL /**/