diff --git a/ares/Makefile.dj b/ares/Makefile.dj index 588704158053509a37c4299e20d15cb7c90e2b41..58ff9c6ae91ee99ce65944252ee4c39a049aad2a 100644 --- a/ares/Makefile.dj +++ b/ares/Makefile.dj @@ -11,6 +11,7 @@ include Makefile.inc CFLAGS += -DWATT32 -DHAVE_AF_INET6 -DHAVE_PF_INET6 -DHAVE_FIONBIO \ -DHAVE_STRUCT_IN6_ADDR -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID \ -DHAVE_SYS_TIME_H -DHAVE_STRUCT_SOCKADDR_IN6 -DHAVE_STRUCT_ADDRINFO \ + -DHAVE_SIGNAL_H -DHAVE_SIG_ATOMIC_T \ -DHAVE_ARPA_NAMESER_H -DNS_INADDRSZ=4 -DHAVE_RECV -DHAVE_SEND \ -DSEND_TYPE_ARG1='int' -DSEND_QUAL_ARG2='const' \ -DSEND_TYPE_ARG2='void*' -DSEND_TYPE_ARG3='int' \ diff --git a/ares/Makefile.netware b/ares/Makefile.netware index b20497f9a6b936583ee6755a3d4c750b1e3a7726..d0a441daad012b7f11691a81d9846de6320619a9 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -281,6 +281,8 @@ config.h: Makefile.netware @echo $(DL)#define HAVE_SEND 1$(DL) >> $@ @echo $(DL)#define HAVE_SETJMP_H 1$(DL) >> $@ @echo $(DL)#define HAVE_SIGNAL 1$(DL) >> $@ + @echo $(DL)#define HAVE_SIGNAL_H 1$(DL) >> $@ + @echo $(DL)#define HAVE_SIG_ATOMIC_T 1$(DL) >> $@ @echo $(DL)#define HAVE_SOCKET 1$(DL) >> $@ @echo $(DL)#define HAVE_STDINT_H 1$(DL) >> $@ @echo $(DL)#define HAVE_STDLIB_H 1$(DL) >> $@ diff --git a/ares/config-win32.h b/ares/config-win32.h index d88c5a46ba1ef7d33ad516bc9b03d7dae6337e16..4b802e138faf7ec07875b3eda1defd64fea70b40 100644 --- a/ares/config-win32.h +++ b/ares/config-win32.h @@ -29,6 +29,9 @@ #define HAVE_GETOPT_H 1 #endif +/* 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 */ @@ -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 diff --git a/lib/Makefile.netware b/lib/Makefile.netware index d9489c4c0405fd2846410c32744cbffa0907d3e2..fe4b139d9b068e2d7cc38c54ef62e475f6038132 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -324,6 +324,8 @@ config.h: Makefile.netware @echo $(DL)#define HAVE_SEND 1$(DL) >> $@ @echo $(DL)#define HAVE_SETJMP_H 1$(DL) >> $@ @echo $(DL)#define HAVE_SIGNAL 1$(DL) >> $@ + @echo $(DL)#define HAVE_SIGNAL_H 1$(DL) >> $@ + @echo $(DL)#define HAVE_SIG_ATOMIC_T 1$(DL) >> $@ @echo $(DL)#define HAVE_SOCKET 1$(DL) >> $@ @echo $(DL)#define HAVE_STDINT_H 1$(DL) >> $@ @echo $(DL)#define HAVE_STDLIB_H 1$(DL) >> $@ diff --git a/lib/config-amigaos.h b/lib/config-amigaos.h index 3d880003d36fbd0d99088d8b5dd82a7c4d656c9f..0e48a206a5ab57f4c613bef0f0ce898db09be848 100644 --- a/lib/config-amigaos.h +++ b/lib/config-amigaos.h @@ -31,6 +31,8 @@ #define HAVE_SETJMP_H 1 #define HAVE_SGTTY_H 1 #define HAVE_SIGNAL 1 +#define HAVE_SIGNAL_H 1 +#define HAVE_SIG_ATOMIC_T 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 diff --git a/lib/config-mac.h b/lib/config-mac.h index afca67775f5df430d43538affc5cbc2cec34699f..c376102135d36109d4e2109fb9b85457d653d4bb 100644 --- a/lib/config-mac.h +++ b/lib/config-mac.h @@ -32,6 +32,8 @@ //#define HAVE_STRICMP 1 #define HAVE_SIGACTION 1 +#define HAVE_SIGNAL_H 1 +#define HAVE_SIG_ATOMIC_T 1 #ifdef MACOS_SSL_SUPPORT # define USE_SSLEAY 1 diff --git a/lib/config-riscos.h b/lib/config-riscos.h index e2877df7510383019538508c3547044c29f20237..aedf247937112617b9ac7a19bd6b129eab493c77 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -245,6 +245,15 @@ /* Define if you have the `signal' function. */ #define HAVE_SIGNAL +/* Define if you have the header file. */ +#define HAVE_SIGNAL_H + +/* Define if sig_atomic_t is an available typedef. */ +#define HAVE_SIG_ATOMIC_T + +/* Define if sig_atomic_t is already defined as volatile. */ +#undef HAVE_SIG_ATOMIC_T_VOLATILE + /* Define if you have the `socket' function. */ #define HAVE_SOCKET diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 6b1accc7997ec09e8d3b494d5c0cfd994d8f51ec..7a4843c3eb37ac8d55a3d229927144916a832c9f 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -413,6 +413,15 @@ /* Define to 1 if you have the `signal' function. */ #define HAVE_SIGNAL 1 +/* Define to 1 if you have the header file. */ +#define HAVE_SIGNAL_H 1 + +/* Define to 1 if sig_atomic_t is an available typedef. */ +#define HAVE_SIG_ATOMIC_T 1 + +/* Define to 1 if sig_atomic_t is already defined as volatile. */ +/* #undef HAVE_SIG_ATOMIC_T_VOLATILE */ + /* If you have sigsetjmp */ /* #undef HAVE_SIGSETJMP */ diff --git a/lib/config-win32.h b/lib/config-win32.h index 1090a1c25e5a14fd0d3ccb5720f8ce2a5c4a4ff6..3fd08f5bf39244eeba60fa7b9b68722f0286d95a 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 header file. */ +#define HAVE_SIGNAL_H 1 + /* Define if you have the 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 diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 21afc4268ec31031355f4873893bb13ec69015b8..fc516f2643e85d4acd45aa2afbcdbed6605c793a 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -48,6 +48,9 @@ /* Define if you have the header file. */ /* #define HAVE_NETINET_IN_H 1 */ +/* Define if you have the header file. */ +#define HAVE_SIGNAL_H 1 + /* Define if you have the header file. */ /* #define HAVE_SGTTY_H 1 */ @@ -114,6 +117,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 diff --git a/lib/config.dos b/lib/config.dos index 47d8130aabda9937136d7a3563952eefe26cbed0..d79369d5c73f0fb7768b1ad43d7067840251831c 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -51,6 +51,8 @@ #define HAVE_SETLOCALE 1 #define HAVE_SETVBUF 1 #define HAVE_SIGNAL 1 +#define HAVE_SIGNAL_H 1 +#define HAVE_SIG_ATOMIC_T 1 #define HAVE_SOCKET 1 #define HAVE_SPNEGO 1 #define HAVE_STRDUP 1 diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index 7c61e2a97f188bd572965ebb3efa983a9458792f..93f981834e7b6dbcc97f2b5896e538e45abc3c57 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -76,6 +76,15 @@ /* Define if you have the signal function. */ #define HAVE_SIGNAL 1 +/* Define if you have the header file. */ +#define HAVE_SIGNAL_H 1 + +/* Define if sig_atomic_t is an available typedef. */ +#define HAVE_SIG_ATOMIC_T 1 + +/* Define if sig_atomic_t is already defined as volatile. */ +/* #define HAVE_SIG_ATOMIC_T_VOLATILE 1 */ + /* Define if you have the socket function. */ #define HAVE_SOCKET 1 diff --git a/src/Makefile.netware b/src/Makefile.netware index a04043b5b52aec6099194540783cbe9198a49b68..28aa7582f1788bfc852b189b963a48efd8c42283 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -312,6 +312,8 @@ config.h: Makefile.netware @echo $(DL)#define HAVE_SEND 1$(DL) >> $@ @echo $(DL)#define HAVE_SETJMP_H 1$(DL) >> $@ @echo $(DL)#define HAVE_SIGNAL 1$(DL) >> $@ + @echo $(DL)#define HAVE_SIGNAL_H 1$(DL) >> $@ + @echo $(DL)#define HAVE_SIG_ATOMIC_T 1$(DL) >> $@ @echo $(DL)#define HAVE_SOCKET 1$(DL) >> $@ @echo $(DL)#define HAVE_STDINT_H 1$(DL) >> $@ @echo $(DL)#define HAVE_STDLIB_H 1$(DL) >> $@ diff --git a/src/config-win32.h b/src/config-win32.h index 710860c731566bcafeca3ada16c478b7aa4226e4..523147d7912bbec0e90f43e9ee2e55ff96b9bbe9 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