From 42ac24448ca019564d03a43d9e6b465c0e8248c0 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 5 Mar 2005 00:54:16 +0000 Subject: Better cope with a failed or unavailable ftruncate(). Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it. --- src/config-riscos.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config-riscos.h') diff --git a/src/config-riscos.h b/src/config-riscos.h index 166021421..321336479 100644 --- a/src/config-riscos.h +++ b/src/config-riscos.h @@ -89,6 +89,9 @@ /* Define if you have the header file. */ #define HAVE_FCNTL_H +/* Define if you have the `ftruncate' function. */ +#define HAVE_FTRUNCATE + /* Define if getaddrinfo exists and works */ #define HAVE_GETADDRINFO -- cgit v1.2.3