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 | 6434b42481e969f92fe8bc8671376f5f78f39c65 (patch) | |
tree | 5a5baf241902cfcf7638cebb488b3a1acdba4f1e /lib/Makefile.netware | |
parent | dd0b38b32f7f5f82861be905ac7fdbd9b1bc25f4 (diff) |
HAVE_LIMITS_H definition for NetWare CLIB
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index c98431895..dc97c802c 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -387,6 +387,7 @@ config.h: Makefile.netware ifeq ($(LIBARCH),CLIB) @echo $(DL)#define OS "i586-pc-clib-NetWare"$(DL) >> $@ @echo $(DL)#define NETDB_USE_INTERNET 1$(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 RECV_TYPE_ARG1 int$(DL) >> $@ |