From 19bc92289ddb57110b93b1480d058e31963d9648 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 19 Sep 2008 23:51:16 +0000 Subject: HAVE_ALARM definition for static config-*.h files --- packages/vms/config-vms.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/vms') 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 -- cgit v1.2.3