summaryrefslogtreecommitdiff
path: root/lib/config-mac.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-11-24 16:38:58 +0000
committerYang Tse <yangsita@gmail.com>2006-11-24 16:38:58 +0000
commitbcd8a3b2403d6269a121c469273880021f2cfb20 (patch)
tree0ea18b67ef48d173ca28e7c65bf1e631a1b1e491 /lib/config-mac.h
parent04d5d1895cb90ddc3dada1b64d48c75d26d4f84e (diff)
downloadcurl-bcd8a3b2403d6269a121c469273880021f2cfb20.tar.gz
Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
as appropriate for platforms that don't have autotools support
Diffstat (limited to 'lib/config-mac.h')
-rw-r--r--lib/config-mac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/config-mac.h b/lib/config-mac.h
index afca67775..c37610213 100644
--- a/lib/config-mac.h
+++ b/lib/config-mac.h
@@ -32,6 +32,8 @@
//#define HAVE_STRICMP 1
#define HAVE_SIGACTION 1
+#define HAVE_SIGNAL_H 1
+#define HAVE_SIG_ATOMIC_T 1
#ifdef MACOS_SSL_SUPPORT
# define USE_SSLEAY 1