diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-12 09:33:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-12 09:33:08 +0000 |
commit | 66fe083fc7dcf6d1e6ac684950a8d123a6bddde0 (patch) | |
tree | e501de3331518c93c5a60ca6628dd45a498b1555 /config_h.SH | |
parent | 3656fc86cb0df95e0b6e240ffbfbc7fdd96ca425 (diff) | |
download | perl-66fe083fc7dcf6d1e6ac684950a8d123a6bddde0.tar.gz |
Detect whether fflush(NULL) works as per change #3352.
p4raw-link: @3352 on //depot/perl: 45bc920620377d5a7720d3d562c48df1eb0c2e68
p4raw-id: //depot/cfgperl@3398
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 68dc253959..81dfcaab25 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2213,6 +2213,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$usedl USE_DYNAMIC_LOADING /**/ +/* FFLUSH_NULL: + * This symbol, if defined, tells that fflush(NULL) does flush + * all pending stdio output. + */ +#$fflushNULL FFLUSH_NULL /**/ + /* DB_Prefix_t: * This symbol contains the type of the prefix structure element * in the <db.h> header file. In older versions of DB, it was |