summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-05-21 21:59:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-21 21:59:46 +0000
commita32a45b66b48d4e07952978721dcf122197519a7 (patch)
tree8a636ce658103ba656bee55f83c8d385f6cf2dcb /config_h.SH
parenta71cd7cdf387023b3454db0a31c91c286865db8f (diff)
downloadperl-a32a45b66b48d4e07952978721dcf122197519a7.tar.gz
fflush.
p4raw-id: //depot/cfgperl@3442
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index ae4ba196d6..97f084e35c 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2227,6 +2227,8 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
* This symbol, if defined, tells that to flush
* all pending stdio output one must loop through all
* the stdio file handles stored in an array and fflush them.
+ * Note that if fflushNULL is defined, fflushall will not
+ * even be probed for and will be left undefined.
*/
#$fflushNULL FFLUSH_NULL /**/
#$fflushall FFLUSH_ALL /**/