diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-09 16:38:55 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-09 16:38:55 +0000 |
commit | aee7fc118b72c4901fb4414f68f5f77537518949 (patch) | |
tree | f90303223a203cabde070c97185185acb8140250 /ares/Makefile.netware | |
parent | 60f0b4fffe3de8eb1a1fc3015c2f6643fdccb57a (diff) |
since Jun 30 2008 MAXHOSTNAMELEN define is no longer used
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 1 |
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) >> $@ |