diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2005-03-05 00:54:16 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2005-03-05 00:54:16 +0000 |
commit | 42ac24448ca019564d03a43d9e6b465c0e8248c0 (patch) | |
tree | 1cb6d9649e03bb8c6db014b2097a2bbb427c9ae9 /packages | |
parent | 31891b55a4cfb35b49093edd611fa01ed9f4df2a (diff) |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/vms/config-vms.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index 45ee1b18d..275f0f12e 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -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 |