aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-09 16:38:55 +0000
committerYang Tse <yangsita@gmail.com>2008-07-09 16:38:55 +0000
commitaee7fc118b72c4901fb4414f68f5f77537518949 (patch)
treef90303223a203cabde070c97185185acb8140250 /ares
parent60f0b4fffe3de8eb1a1fc3015c2f6643fdccb57a (diff)
since Jun 30 2008 MAXHOSTNAMELEN define is no longer used
Diffstat (limited to 'ares')
-rw-r--r--ares/Makefile.netware1
1 files changed, 0 insertions, 1 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware
index f723b2e0a..2f2b8ec4b 100644
--- a/ares/Makefile.netware
+++ b/ares/Makefile.netware
@@ -282,7 +282,6 @@ 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 MAXHOSTNAMELEN 256$(DL) >> $@
@echo $(DL)#define NETDB_USE_INTERNET 1$(DL) >> $@
@echo $(DL)#define RECV_TYPE_ARG1 int$(DL) >> $@
@echo $(DL)#define RECV_TYPE_ARG2 char *$(DL) >> $@