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 ae72e17b1..f38576713 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -35,6 +35,9 @@ /* The number of bytes in a long long. */ #define SIZEOF_LONG_LONG 8 +/* Define if you have the alarm function. */ +#define HAVE_ALARM 1 + /* Define if you have the geteuid function. */ #define HAVE_GETEUID 1 |