aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.netware
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-11-28 23:34:39 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-11-28 23:34:39 +0000
commit31a3f064c03bd1faed5c54d21edb6bd40a73a7ab (patch)
treea1c9147e9ccd7eaa8e0f71e3d1b250b4fb89f03d /ares/Makefile.netware
parent232518a219c72b9f89d52dd6a2d06baec6435878 (diff)
Netware has gethostname()
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r--ares/Makefile.netware1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware
index 0a908f055..78db12b5b 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) >> $@