aboutsummaryrefslogtreecommitdiff
path: root/src/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-win32.h')
-rw-r--r--src/config-win32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index 710860c73..523147d79 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -21,6 +21,9 @@
/* Define if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1
+/* 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 */
@@ -56,6 +59,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