aboutsummaryrefslogtreecommitdiff
path: root/lib/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
commitbcd8a3b2403d6269a121c469273880021f2cfb20 (patch)
tree0ea18b67ef48d173ca28e7c65bf1e631a1b1e491 /lib/config-win32.h
parent04d5d1895cb90ddc3dada1b64d48c75d26d4f84e (diff)
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-win32.h')
-rw-r--r--lib/config-win32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 1090a1c25..3fd08f5bf 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -57,6 +57,9 @@
#define HAVE_PROCESS_H 1
#endif
+/* Define if you have the <signal.h> header file. */
+#define HAVE_SIGNAL_H 1
+
/* Define if you have the <sgtty.h> header file. */
/* #define HAVE_SGTTY_H 1 */
@@ -125,6 +128,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