summaryrefslogtreecommitdiff
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
commit2a40e2da36b76a48861f2ddce3485d225ccfad57 (patch)
treec455ce077b0a11489453f5a9a71dd3249a2dfa58
parent262ff45c9d82566ab8f69f8dcaf11584ceab20a0 (diff)
downloadc-ares-2a40e2da36b76a48861f2ddce3485d225ccfad57.tar.gz
c-ares-2a40e2da36b76a48861f2ddce3485d225ccfad57.tar.bz2
c-ares-2a40e2da36b76a48861f2ddce3485d225ccfad57.zip
HAVE_LIMITS_H definition for NetWare CLIB
-rw-r--r--Makefile.netware1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.netware b/Makefile.netware
index 8d06dda..3b9a6dc 100644
--- a/Makefile.netware
+++ b/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) >> $@