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.
This commit is contained in:
Dan Fandrich
2005-03-05 00:54:16 +00:00
parent 31891b55a4
commit 42ac24448c
8 changed files with 18 additions and 1 deletions

View File

@@ -96,6 +96,9 @@
/* Define if you have the strstr function. */
#define HAVE_STRSTR 1
/* Define if you have the ftruncate function. */
#define HAVE_FTRUNCATE 1
/* Define if you have the uname function. */
#define HAVE_UNAME 1