From 2a40e2da36b76a48861f2ddce3485d225ccfad57 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 14 Apr 2009 23:51:12 +0000 Subject: [PATCH] HAVE_LIMITS_H definition for NetWare CLIB --- Makefile.netware | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.netware b/Makefile.netware index 8d06dda0..3b9a6dcb 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) >> $@