aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-16 01:21:04 +0000
committerYang Tse <yangsita@gmail.com>2008-09-16 01:21:04 +0000
commitee5f13cb6b2a6e514dd6b2e129c48b7afd2fefae (patch)
treed6226300575cce09b5397c555750f673e03f78c8 /src
parent974145f61cb78213c07b03f978394ad3307d0491 (diff)
NetWare CLIB target has stricmp() and strnicmp()
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.netware1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 73139aeb1..0bcc95ce0 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -367,6 +367,7 @@ ifeq ($(LIBARCH),CLIB)
@echo $(DL)#define OS "i586-pc-clib-NetWare"$(DL) >> $@
@echo $(DL)#define NETDB_USE_INTERNET 1$(DL) >> $@
@echo $(DL)#define HAVE_STRICMP 1$(DL) >> $@
+ @echo $(DL)#define HAVE_STRNICMP 1$(DL) >> $@
@echo $(DL)#define RECV_TYPE_ARG1 int$(DL) >> $@
@echo $(DL)#define RECV_TYPE_ARG2 char *$(DL) >> $@
@echo $(DL)#define RECV_TYPE_ARG3 int$(DL) >> $@