diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-23 18:21:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-23 18:21:47 +0000 |
commit | 1651bed00c5cc4b949ecf1bd50f6b15954723f61 (patch) | |
tree | dfa06de8b23c589384200b60d5ed2c8ce9bb73ea /config_h.SH | |
parent | c4d5a67a94841aa5be75e8a6440a4f2957fe4c31 (diff) | |
download | perl-1651bed00c5cc4b949ecf1bd50f6b15954723f61.tar.gz |
Regen Configure, Glossary, et alia.
p4raw-id: //depot/perl@19312
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 1 |
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 /**/ |