diff options
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 |