summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-23 18:21:47 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-23 18:21:47 +0000
commit4d54317ac9ba0c90a68cd73dbfa18c9d8dcb5075 (patch)
treedfa06de8b23c589384200b60d5ed2c8ce9bb73ea /config_h.SH
parente29b014fa51391791d8a811bc7d80374cc62e804 (diff)
downloadperl-4d54317ac9ba0c90a68cd73dbfa18c9d8dcb5075.tar.gz
Regen Configure, Glossary, et alia.
p4raw-id: //depot/perl@19312
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index fea578d325..a6c9e32bc8 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3325,6 +3325,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
/* USE_FAST_STDIO:
* This symbol, if defined, indicates that Perl should
* be built to use 'fast stdio'.
+ * Defaults to define in Perls 5.8 and earlier, to undef later.
*/
#ifndef USE_FAST_STDIO
#$usefaststdio USE_FAST_STDIO /**/