From bcd8a3b2403d6269a121c469273880021f2cfb20 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 24 Nov 2006 16:38:58 +0000 Subject: Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE as appropriate for platforms that don't have autotools support --- src/config-win32.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config-win32.h') 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 header file. */ #define HAVE_LOCALE_H 1 +/* Define if you have the header file. */ +#define HAVE_SIGNAL_H 1 + /* Define if you have the 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 -- cgit v1.2.1