since Jun 30 2008 MAXHOSTNAMELEN define is no longer used

This commit is contained in:
Yang Tse 2008-07-09 16:38:55 +00:00
Родитель 60f0b4fffe
Коммит aee7fc118b
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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) >> $@