diff options
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
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 /**/ |