diff options
author | Yang Tse <yangsita@gmail.com> | 2009-04-14 23:51:12 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-04-14 23:51:12 +0000 |
commit | 2a40e2da36b76a48861f2ddce3485d225ccfad57 (patch) | |
tree | c455ce077b0a11489453f5a9a71dd3249a2dfa58 | |
parent | 262ff45c9d82566ab8f69f8dcaf11584ceab20a0 (diff) | |
download | c-ares-2a40e2da36b76a48861f2ddce3485d225ccfad57.tar.gz c-ares-2a40e2da36b76a48861f2ddce3485d225ccfad57.tar.bz2 c-ares-2a40e2da36b76a48861f2ddce3485d225ccfad57.zip |
HAVE_LIMITS_H definition for NetWare CLIB
-rw-r--r-- | Makefile.netware | 1 |
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) >> $@ |