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 --- lib/config-os400.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-os400.h') 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 header file. */ #undef HAVE_ALLOCA_H -- cgit v1.2.3