configure/cmake: remove remaining checks for err.h

Closes #7276
This commit is contained in:
Gergely Nagy 2021-06-18 09:51:59 +02:00 committed by Daniel Stenberg
parent 376d2380d2
commit baae00f66b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 0 additions and 24 deletions

View file

@ -560,7 +560,6 @@ endif
@echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@
@echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@
@echo $(DL)#define HAVE_ERRNO_H 1$(DL) >> $@
@echo $(DL)#define HAVE_ERR_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) >> $@