aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-11-22 18:41:34 +0000
committerYang Tse <yangsita@gmail.com>2006-11-22 18:41:34 +0000
commit73226415fc51cdfbfa730eae80119411d65dd124 (patch)
treef73b524b831d846a98d09e6ff015746b76651392 /configure.ac
parentab160ef445433f8d4767fafd2efa5361835f8b71 (diff)
Added a check in configure that verifies if <signal.h> is available,
defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8c96873e8..74e74eda9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1631,6 +1631,8 @@ TYPE_IN_ADDR_T
TYPE_SOCKADDR_STORAGE
+TYPE_SIG_ATOMIC_T
+
AC_FUNC_SELECT_ARGTYPES
CURL_CHECK_FUNC_RECV