summaryrefslogtreecommitdiff
path: root/config-win32.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
commit286eafac7b8c4d9de46fab01cb2c1961cd54915d (patch)
tree6fe9af34c05c405fcf056dd399bf669f2adfd935 /config-win32.h
parent6a59182e81ad9186699ec6931e5a40851fce0df0 (diff)
downloadc-ares-286eafac7b8c4d9de46fab01cb2c1961cd54915d.tar.gz
c-ares-286eafac7b8c4d9de46fab01cb2c1961cd54915d.tar.bz2
c-ares-286eafac7b8c4d9de46fab01cb2c1961cd54915d.zip
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 'config-win32.h')
-rw-r--r--config-win32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h
index d88c5a4..4b802e1 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -29,6 +29,9 @@
#define HAVE_GETOPT_H 1
#endif
+/* Define if you have the <signal.h> header file. */
+#define HAVE_SIGNAL_H 1
+
/* Define if you have the <sys/time.h> header file */
/* #define HAVE_SYS_TIME_H 1 */
@@ -57,6 +60,9 @@
/* OTHER HEADER INFO */
/* ---------------------------------------------------------------- */
+/* Define if sig_atomic_t is an available typedef. */
+#define HAVE_SIG_ATOMIC_T 1
+
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1