diff options
author | Gergely Nagy <ngg@tresorit.com> | 2021-06-18 10:39:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-18 13:52:21 +0200 |
commit | 6f5ff0ee04e2bcaf16bf2121c533bea38581cfe7 (patch) | |
tree | 1bf3a868c29c4e9bb25224e19850b9687b17aa22 /lib/Makefile.netware | |
parent | f471efa78c64e405b61a195f072f8b759905f43f (diff) | |
download | curl-6f5ff0ee04e2bcaf16bf2121c533bea38581cfe7.tar.gz |
configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_r
Closes #7276
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index a967b70aa..cf7904aa7 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -561,7 +561,6 @@ endif @echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@ @echo $(DL)#define HAVE_ERRNO_H 1$(DL) >> $@ @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_GETPROTOBYNAME 1$(DL) >> $@ @echo $(DL)#define HAVE_GMTIME_R 1$(DL) >> $@ |