From 411ab01cfe8d3e519f9d6ca02e689da8f7724fd9 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 12 Nov 2000 19:00:01 +0000 Subject: Add HAS_FSYNC, lack noticed by Nicholas Clark. p4raw-id: //depot/perl@7653 --- config_h.SH | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config_h.SH') diff --git a/config_h.SH b/config_h.SH index 24247a8c51..846f65943f 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3218,5 +3218,12 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_fcntl_can_lock FCNTL_CAN_LOCK /**/ +/* HAS_FSYNC: + * This symbol, if defined, indicates that the fsync routine is + * available to write a file's modified data and attributes to + * permanent storage. + */ +#$d_fsync HAS_FSYNC /**/ + #endif !GROK!THIS! -- cgit v1.2.1