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/Makefile.netware | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.netware') diff --git a/src/Makefile.netware b/src/Makefile.netware index d3d14fdfc..c5f73c704 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -280,6 +280,7 @@ config.h: Makefile.netware @echo $(DL)#define HAVE_ERR_H 1$(DL) >> $@ @echo $(DL)#define HAVE_FCNTL_H 1$(DL) >> $@ @echo $(DL)#define HAVE_FIONBIO 1$(DL) >> $@ + @echo $(DL)#define HAVE_FTRUNCATE 1$(DL) >> $@ @echo $(DL)#define HAVE_GETHOSTBYADDR 1$(DL) >> $@ @echo $(DL)#define HAVE_GETTIMEOFDAY 1$(DL) >> $@ @echo $(DL)#define HAVE_INET_ADDR 1$(DL) >> $@ -- cgit v1.2.3