aboutsummaryrefslogtreecommitdiff
path: root/lib/config-os400.h
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 /lib/config-os400.h
parent4e4f6c1ec83a4d0d9189ce51c5bf22cf24efd687 (diff)
HAVE_ALARM definition for static config-*.h files
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r--lib/config-os400.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h
index 246ef9199..f49a159c9 100644
--- a/lib/config-os400.h
+++ b/lib/config-os400.h
@@ -63,6 +63,9 @@
/* Set to explicitly specify we don't want to use thread-safe functions */
#undef DISABLED_THREADSAFE
+/* Define to 1 if you have the alarm function. */
+#define HAVE_ALARM 1
+
/* Define if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H