diff options
author | Yang Tse <yangsita@gmail.com> | 2006-11-24 16:38:58 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-11-24 16:38:58 +0000 |
commit | bcd8a3b2403d6269a121c469273880021f2cfb20 (patch) | |
tree | 0ea18b67ef48d173ca28e7c65bf1e631a1b1e491 /ares/Makefile.netware | |
parent | 04d5d1895cb90ddc3dada1b64d48c75d26d4f84e (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 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index b20497f9a..d0a441daa 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) >> $@ |