diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-21 21:59:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-21 21:59:46 +0000 |
commit | a32a45b66b48d4e07952978721dcf122197519a7 (patch) | |
tree | 8a636ce658103ba656bee55f83c8d385f6cf2dcb /Porting/config_H | |
parent | a71cd7cdf387023b3454db0a31c91c286865db8f (diff) | |
download | perl-a32a45b66b48d4e07952978721dcf122197519a7.tar.gz |
fflush.
p4raw-id: //depot/cfgperl@3442
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H index 135308adf9..e215393dae 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Thu May 20 09:56:03 EET DST 1999 + * Configuration time: Sat May 22 00:43:12 EET DST 1999 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -2213,6 +2213,8 @@ * 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. */ #define FFLUSH_NULL /**/ /*#define FFLUSH_ALL / **/ |