From 31a3f064c03bd1faed5c54d21edb6bd40a73a7ab Mon Sep 17 00:00:00 2001
From: Dan Fandrich <dan@coneharvesters.com>
Date: Fri, 28 Nov 2008 23:34:39 +0000
Subject: [PATCH] Netware has gethostname()

---
 ares/Makefile.netware | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ares/Makefile.netware b/ares/Makefile.netware
index 0a908f0556..78db12b5b6 100644
--- a/ares/Makefile.netware
+++ b/ares/Makefile.netware
@@ -352,6 +352,7 @@ endif
 	@echo $(DL)#define HAVE_FCNTL_H 1$(DL) >> $@
 	@echo $(DL)#define HAVE_GETHOSTBYADDR 1$(DL) >> $@
 	@echo $(DL)#define HAVE_GETHOSTBYNAME 1$(DL) >> $@
+	@echo $(DL)#define HAVE_GETHOSTNAME 1$(DL) >> $@
 	@echo $(DL)#define HAVE_GETPROTOBYNAME 1$(DL) >> $@
 	@echo $(DL)#define HAVE_GMTIME_R 1$(DL) >> $@
 	@echo $(DL)#define HAVE_INET_ADDR 1$(DL) >> $@
-- 
GitLab