]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HAVE_ALARM definition for static config-*.h files
authorYang Tse <yangsita@gmail.com>
Fri, 19 Sep 2008 23:51:16 +0000 (23:51 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 19 Sep 2008 23:51:16 +0000 (23:51 +0000)
lib/config-mac.h
lib/config-os400.h
lib/config-riscos.h
lib/config-tpf.h
packages/vms/config-vms.h

index 0cb68406499ff33dff676fae903e4d70a4016029..c08a302aa135fc227c3a29af2a63954f60a461e5 100644 (file)
@@ -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
index 246ef919919b3851b336ddeab61f971e2ae69a3a..f49a159c90e3cf42d177cdf2a4b87232ed968d17 100644 (file)
@@ -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
 
index 86ef864e37f310af4a802375ad07fc1041fc5945..e3a1c15fc7926b55c166588b15fddee8da4a80c5 100644 (file)
@@ -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 <alloca.h> header file. */
 #define HAVE_ALLOCA_H
 
index 104fb81160ae1003f0ef9c43cd750aa5dad0298b..ff441e59e6d6f3c3f7c73568b6d50f65b2b2f3cb 100644 (file)
@@ -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 <arpa/inet.h> header file. */
 #define HAVE_ARPA_INET_H 1
 
index ae72e17b1a5d051e6f3156fd337394749b51de7c..f385767135c8abe47bb3e22963475be3cfde2919 100644 (file)
@@ -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