From: Yang Tse Date: Fri, 19 Sep 2008 23:51:16 +0000 (+0000) Subject: HAVE_ALARM definition for static config-*.h files X-Git-Tag: curl-7_19_1~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19bc92289ddb57110b93b1480d058e31963d9648;p=thirdparty%2Fcurl.git HAVE_ALARM definition for static config-*.h files --- diff --git a/lib/config-mac.h b/lib/config-mac.h index 0cb6840649..c08a302aa1 100644 --- a/lib/config-mac.h +++ b/lib/config-mac.h @@ -28,6 +28,7 @@ #define TIME_WITH_SYS_TIME 1 +#define HAVE_ALARM 1 #define HAVE_STRDUP 1 #define HAVE_UTIME 1 #define HAVE_INET_NTOA 1 diff --git a/lib/config-os400.h b/lib/config-os400.h index 246ef91991..f49a159c90 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 diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 86ef864e37..e3a1c15fc7 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -59,6 +59,9 @@ /* Define if you want to enable IPv6 support */ #undef ENABLE_IPV6 +/* Define to 1 if you have the alarm function. */ +#define HAVE_ALARM 1 + /* Define if you have the header file. */ #define HAVE_ALLOCA_H diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 104fb81160..ff441e59e6 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -74,6 +74,9 @@ /* Define to the type of arg 7 for getnameinfo. */ /* #undef GETNAMEINFO_TYPE_ARG7 */ +/* Define to 1 if you have the alarm function. */ +#define HAVE_ALARM 1 + /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index ae72e17b1a..f385767135 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