projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f0b4f
)
since Jun 30 2008 MAXHOSTNAMELEN define is no longer used
author
Yang Tse
<yangsita@gmail.com>
Wed, 9 Jul 2008 16:38:55 +0000
(16:38 +0000)
committer
Yang Tse
<yangsita@gmail.com>
Wed, 9 Jul 2008 16:38:55 +0000
(16:38 +0000)
ares/Makefile.netware
patch
|
blob
|
history
diff --git
a/ares/Makefile.netware
b/ares/Makefile.netware
index
f723b2e
..
2f2b8ec
100644
(file)
--- 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) >> $@