aboutsummaryrefslogtreecommitdiff
path: root/lib
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
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')
-rw-r--r--lib/Makefile.netware2
-rw-r--r--lib/config-amigaos.h2
-rw-r--r--lib/config-mac.h2
-rw-r--r--lib/config-riscos.h9
-rw-r--r--lib/config-tpf.h9
-rw-r--r--lib/config-win32.h6
-rw-r--r--lib/config-win32ce.h6
-rw-r--r--lib/config.dos2
8 files changed, 38 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index d9489c4c0..fe4b139d9 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 3d880003d..0e48a206a 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 afca67775..c37610213 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 e2877df75..aedf24793 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 <signal.h> 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 6b1accc79..7a4843c3e 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 <signal.h> 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 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
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h
index 21afc4268..fc516f264 100644
--- a/lib/config-win32ce.h
+++ b/lib/config-win32ce.h
@@ -48,6 +48,9 @@
/* Define if you have the <netinet/in.h> header file. */
/* #define HAVE_NETINET_IN_H 1 */
+/* 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 */
@@ -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 47d8130aa..d79369d5c 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