From 66fe083fc7dcf6d1e6ac684950a8d123a6bddde0 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 12 May 1999 09:33:08 +0000 Subject: Detect whether fflush(NULL) works as per change #3352. p4raw-link: @3352 on //depot/perl: 45bc920620377d5a7720d3d562c48df1eb0c2e68 p4raw-id: //depot/cfgperl@3398 --- config_h.SH | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config_h.SH') 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 <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 header file. In older versions of DB, it was -- cgit v1.2.1