From: Dan Fandrich Date: Fri, 28 Nov 2008 23:34:39 +0000 (+0000) Subject: Netware has gethostname() X-Git-Tag: curl-7_19_3~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31a3f064c03bd1faed5c54d21edb6bd40a73a7ab;p=thirdparty%2Fcurl.git Netware has gethostname() --- 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) >> $@