mirror of
https://github.com/moparisthebest/curl
synced 2024-12-26 01:58:49 -05:00
parent
376d2380d2
commit
baae00f66b
@ -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/inet.h" HAVE_ARPA_INET_H)
|
||||||
check_include_file_concat("arpa/tftp.h" HAVE_ARPA_TFTP_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("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("errno.h" HAVE_ERRNO_H)
|
||||||
check_include_file_concat("fcntl.h" HAVE_FCNTL_H)
|
check_include_file_concat("fcntl.h" HAVE_FCNTL_H)
|
||||||
check_include_file_concat("idn2.h" HAVE_IDN2_H)
|
check_include_file_concat("idn2.h" HAVE_IDN2_H)
|
||||||
|
@ -560,7 +560,6 @@ endif
|
|||||||
@echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@
|
@echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@
|
||||||
@echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@
|
@echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@
|
||||||
@echo $(DL)#define HAVE_ERRNO_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_FCNTL_H 1$(DL) >> $@
|
||||||
@echo $(DL)#define HAVE_GETHOSTBYADDR 1$(DL) >> $@
|
@echo $(DL)#define HAVE_GETHOSTBYADDR 1$(DL) >> $@
|
||||||
@echo $(DL)#define HAVE_GETHOSTBYNAME 1$(DL) >> $@
|
@echo $(DL)#define HAVE_GETHOSTBYNAME 1$(DL) >> $@
|
||||||
|
@ -97,9 +97,6 @@
|
|||||||
/* Define if you have the <errno.h> header file. */
|
/* Define if you have the <errno.h> header file. */
|
||||||
#define HAVE_ERRNO_H
|
#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 if you have the <fcntl.h> header file. */
|
||||||
#define HAVE_FCNTL_H
|
#define HAVE_FCNTL_H
|
||||||
|
|
||||||
|
@ -98,9 +98,6 @@
|
|||||||
/* Define if you have the <errno.h> header file. */
|
/* Define if you have the <errno.h> header file. */
|
||||||
#define HAVE_ERRNO_H
|
#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 if you have the <fcntl.h> header file. */
|
||||||
#define HAVE_FCNTL_H
|
#define HAVE_FCNTL_H
|
||||||
|
|
||||||
|
@ -102,10 +102,6 @@
|
|||||||
/* Define to 1 if you have the <errno.h> header file. */
|
/* Define to 1 if you have the <errno.h> header file. */
|
||||||
#define HAVE_ERRNO_H 1
|
#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 to 1 if you have the <fcntl.h> header file. */
|
||||||
#define HAVE_FCNTL_H 1
|
#define HAVE_FCNTL_H 1
|
||||||
|
|
||||||
|
@ -119,9 +119,6 @@
|
|||||||
/* Define to 1 if you have the <errno.h> header file. */
|
/* Define to 1 if you have the <errno.h> header file. */
|
||||||
#define HAVE_ERRNO_H 1
|
#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 to 1 if you have the fcntl function. */
|
||||||
#define HAVE_FCNTL 1
|
#define HAVE_FCNTL 1
|
||||||
|
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
/* Define if you have the <errno.h> header file. */
|
/* Define if you have the <errno.h> header file. */
|
||||||
#define HAVE_ERRNO_H 1
|
#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 if you have the <fcntl.h> header file. */
|
||||||
#define HAVE_FCNTL_H 1
|
#define HAVE_FCNTL_H 1
|
||||||
|
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
/* Define if you have the <errno.h> header file. */
|
/* Define if you have the <errno.h> header file. */
|
||||||
/* #define HAVE_ERRNO_H 1 */
|
/* #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 if you have the <fcntl.h> header file. */
|
||||||
#define HAVE_FCNTL_H 1
|
#define HAVE_FCNTL_H 1
|
||||||
|
|
||||||
|
@ -151,9 +151,6 @@
|
|||||||
/* Define to 1 if you have the <errno.h> header file. */
|
/* Define to 1 if you have the <errno.h> header file. */
|
||||||
#cmakedefine HAVE_ERRNO_H 1
|
#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. */
|
/* Define to 1 if you have the fcntl function. */
|
||||||
#cmakedefine HAVE_FCNTL 1
|
#cmakedefine HAVE_FCNTL 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user