1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-21 07:27:58 +00:00

HAVE_LIMITS_H definition for NetWare CLIB

This commit is contained in:
Yang Tse
2009-04-14 23:51:12 +00:00
parent 262ff45c9d
commit 2a40e2da36

View File

@ -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) >> $@