]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure/cmake: remove remaining checks for err.h
authorGergely Nagy <ngg@tresorit.com>
Fri, 18 Jun 2021 07:51:59 +0000 (09:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jun 2021 11:51:57 +0000 (13:51 +0200)
Closes #7276

CMakeLists.txt
lib/Makefile.netware
lib/config-os400.h
lib/config-riscos.h
lib/config-tpf.h
lib/config-vxworks.h
lib/config-win32.h
lib/config-win32ce.h
lib/curl_config.h.cmake

index 8fe7376abd5f8a76dc153330950cca3580fbc31f..6b22b5d603b9ccfde1703758c8d104aa829a252f 100644 (file)
@@ -917,7 +917,6 @@ check_include_file_concat("alloca.h"         HAVE_ALLOCA_H)
 check_include_file_concat("arpa/inet.h"      HAVE_ARPA_INET_H)
 check_include_file_concat("arpa/tftp.h"      HAVE_ARPA_TFTP_H)
 check_include_file_concat("assert.h"         HAVE_ASSERT_H)
-check_include_file_concat("err.h"            HAVE_ERR_H)
 check_include_file_concat("errno.h"          HAVE_ERRNO_H)
 check_include_file_concat("fcntl.h"          HAVE_FCNTL_H)
 check_include_file_concat("idn2.h"           HAVE_IDN2_H)
index 863bde0224bfac9190905447980f5090e0275044..a967b70aa07eb696276ab7b3506271fccf7a4d5c 100644 (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) >> $@
index f28aa3e35f73dd4373a93e27f674d7068f74d915..07a5a9d5d599bff2414f54a47835d389fbe6c0f1 100644 (file)
@@ -97,9 +97,6 @@
 /* Define if you have the <errno.h> header file. */
 #define HAVE_ERRNO_H
 
-/* Define if you have the <err.h> header file. */
-#undef HAVE_ERR_H
-
 /* Define if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H
 
index 3196f2475af6a18694c0ada9376ffe70d913823b..5527c6ad0117cbcc014757e46f1fd4c96cdb427b 100644 (file)
@@ -98,9 +98,6 @@
 /* Define if you have the <errno.h> header file. */
 #define HAVE_ERRNO_H
 
-/* Define if you have the <err.h> header file. */
-#undef HAVE_ERR_H
-
 /* Define if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H
 
index 997dbadafe226a020125a0a70b9e19959b47e025..536c1b47f8863f0a15a8b088557c207313489ef7 100644 (file)
 /* Define to 1 if you have the <errno.h> header file. */
 #define HAVE_ERRNO_H 1
 
-/* Define to 1 if you have the <err.h> header file. */
-/* #undef HAVE_ERR_H */
-#define HAVE_ERR_H 1
-
 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1
 
index 0d6cb317f2b307cbedd0f9b1cae2a80a1f6f78ea..6cff3cc9a7edb0db97fe019ee8723315cf5b9392 100644 (file)
 /* Define to 1 if you have the <errno.h> header file. */
 #define HAVE_ERRNO_H 1
 
-/* Define to 1 if you have the <err.h> header file. */
-/* #undef HAVE_ERR_H */
-
 /* Define to 1 if you have the fcntl function. */
 #define HAVE_FCNTL 1
 
index c606ae19daaf0a8edd3a8e0402f1b379a8a024ef..38105e8d4b3d6080747e5a559c0fa7029a69ab07 100644 (file)
@@ -39,9 +39,6 @@
 /* Define if you have the <errno.h> header file. */
 #define HAVE_ERRNO_H 1
 
-/* Define if you have the <err.h> header file. */
-/* #define HAVE_ERR_H 1 */
-
 /* Define if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1
 
index 0bb12fb541dc708a1276df95369574afc165966b..9975dd119b21a744d1e770769d550fa705029e5b 100644 (file)
@@ -39,9 +39,6 @@
 /* Define if you have the <errno.h> header file.  */
 /* #define HAVE_ERRNO_H 1 */
 
-/* Define if you have the <err.h> header file.  */
-/* #define HAVE_ERR_H 1 */
-
 /* Define if you have the <fcntl.h> header file.  */
 #define HAVE_FCNTL_H 1
 
index 8df8d65c3bd63d8b9086510f8024c8b99a324ff2..20313539e6d4a80331b8c560eb55e6074e5dfb05 100644 (file)
 /* Define to 1 if you have the <errno.h> header file. */
 #cmakedefine HAVE_ERRNO_H 1
 
-/* Define to 1 if you have the <err.h> header file. */
-#cmakedefine HAVE_ERR_H 1
-
 /* Define to 1 if you have the fcntl function. */
 #cmakedefine HAVE_FCNTL 1