aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-04-14 23:51:12 +0000
committerYang Tse <yangsita@gmail.com>2009-04-14 23:51:12 +0000
commit6434b42481e969f92fe8bc8671376f5f78f39c65 (patch)
tree5a5baf241902cfcf7638cebb488b3a1acdba4f1e /ares
parentdd0b38b32f7f5f82861be905ac7fdbd9b1bc25f4 (diff)
HAVE_LIMITS_H definition for NetWare CLIB
Diffstat (limited to 'ares')
-rw-r--r--ares/Makefile.netware1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware
index 8d06dda07..3b9a6dcbf 100644
--- a/ares/Makefile.netware
+++ b/ares/Makefile.netware
@@ -282,6 +282,7 @@ config.h: Makefile.netware
@echo $(DL)#define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"$(DL) >> $@
ifeq ($(LIBARCH),CLIB)
@echo $(DL)#define OS "i586-pc-clib-NetWare"$(DL) >> $@
+ @echo $(DL)#define HAVE_LIMITS_H 1$(DL) >> $@
@echo $(DL)#define HAVE_STRICMP 1$(DL) >> $@
@echo $(DL)#define HAVE_STRNICMP 1$(DL) >> $@
@echo $(DL)#define NETDB_USE_INTERNET 1$(DL) >> $@