aboutsummaryrefslogtreecommitdiff
path: root/packages/vms
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-19 23:51:16 +0000
committerYang Tse <yangsita@gmail.com>2008-09-19 23:51:16 +0000
commit19bc92289ddb57110b93b1480d058e31963d9648 (patch)
tree70054ff7d2c96c3a3fc642881d70e4e5d3904bf0 /packages/vms
parent4e4f6c1ec83a4d0d9189ce51c5bf22cf24efd687 (diff)
HAVE_ALARM definition for static config-*.h files
Diffstat (limited to 'packages/vms')
-rw-r--r--packages/vms/config-vms.h3
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