mirror of
https://github.com/curl/curl.git
synced 2025-09-18 18:12:49 +03:00
parent
8c24cf5238
commit
a407a82d0b
|
@ -46,7 +46,6 @@ if(NOT UNIX)
|
||||||
set(HAVE_PROCESS_H 1)
|
set(HAVE_PROCESS_H 1)
|
||||||
set(HAVE_PWD_H 0)
|
set(HAVE_PWD_H 0)
|
||||||
set(HAVE_SETJMP_H 1)
|
set(HAVE_SETJMP_H 1)
|
||||||
set(HAVE_SGTTY_H 0)
|
|
||||||
set(HAVE_SIGNAL_H 1)
|
set(HAVE_SIGNAL_H 1)
|
||||||
set(HAVE_SOCKIO_H 0)
|
set(HAVE_SOCKIO_H 0)
|
||||||
set(HAVE_STDINT_H 0)
|
set(HAVE_STDINT_H 0)
|
||||||
|
|
|
@ -935,7 +935,6 @@ check_include_file_concat("pem.h" HAVE_PEM_H)
|
||||||
check_include_file_concat("poll.h" HAVE_POLL_H)
|
check_include_file_concat("poll.h" HAVE_POLL_H)
|
||||||
check_include_file_concat("pwd.h" HAVE_PWD_H)
|
check_include_file_concat("pwd.h" HAVE_PWD_H)
|
||||||
check_include_file_concat("setjmp.h" HAVE_SETJMP_H)
|
check_include_file_concat("setjmp.h" HAVE_SETJMP_H)
|
||||||
check_include_file_concat("sgtty.h" HAVE_SGTTY_H)
|
|
||||||
check_include_file_concat("signal.h" HAVE_SIGNAL_H)
|
check_include_file_concat("signal.h" HAVE_SIGNAL_H)
|
||||||
check_include_file_concat("ssl.h" HAVE_SSL_H)
|
check_include_file_concat("ssl.h" HAVE_SSL_H)
|
||||||
check_include_file_concat("stdbool.h" HAVE_STDBOOL_H)
|
check_include_file_concat("stdbool.h" HAVE_STDBOOL_H)
|
||||||
|
|
|
@ -3036,7 +3036,6 @@ AC_CHECK_HEADERS(
|
||||||
sys/param.h \
|
sys/param.h \
|
||||||
termios.h \
|
termios.h \
|
||||||
termio.h \
|
termio.h \
|
||||||
sgtty.h \
|
|
||||||
fcntl.h \
|
fcntl.h \
|
||||||
alloca.h \
|
alloca.h \
|
||||||
io.h \
|
io.h \
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
#define HAVE_RAND_STATUS 1
|
#define HAVE_RAND_STATUS 1
|
||||||
#define HAVE_SELECT 1
|
#define HAVE_SELECT 1
|
||||||
#define HAVE_SETJMP_H 1
|
#define HAVE_SETJMP_H 1
|
||||||
#define HAVE_SGTTY_H 1
|
|
||||||
#define HAVE_SIGNAL 1
|
#define HAVE_SIGNAL 1
|
||||||
#define HAVE_SIGNAL_H 1
|
#define HAVE_SIGNAL_H 1
|
||||||
#define HAVE_SIG_ATOMIC_T 1
|
#define HAVE_SIG_ATOMIC_T 1
|
||||||
|
|
|
@ -244,9 +244,6 @@
|
||||||
/* Define if you have the `setvbuf' function. */
|
/* Define if you have the `setvbuf' function. */
|
||||||
#define HAVE_SETVBUF
|
#define HAVE_SETVBUF
|
||||||
|
|
||||||
/* Define if you have the <sgtty.h> header file. */
|
|
||||||
#undef HAVE_SGTTY_H
|
|
||||||
|
|
||||||
/* Define if you have the `sigaction' function. */
|
/* Define if you have the `sigaction' function. */
|
||||||
#define HAVE_SIGACTION
|
#define HAVE_SIGACTION
|
||||||
|
|
||||||
|
|
|
@ -236,9 +236,6 @@
|
||||||
/* Define if you have the `setvbuf' function. */
|
/* Define if you have the `setvbuf' function. */
|
||||||
#undef HAVE_SETVBUF
|
#undef HAVE_SETVBUF
|
||||||
|
|
||||||
/* Define if you have the <sgtty.h> header file. */
|
|
||||||
#define HAVE_SGTTY_H
|
|
||||||
|
|
||||||
/* Define if you have the `sigaction' function. */
|
/* Define if you have the `sigaction' function. */
|
||||||
#undef HAVE_SIGACTION
|
#undef HAVE_SIGACTION
|
||||||
|
|
||||||
|
|
|
@ -364,9 +364,6 @@
|
||||||
/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
|
/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
|
||||||
/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
|
/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
|
||||||
|
|
||||||
/* Define to 1 if you have the <sgtty.h> header file. */
|
|
||||||
/* #undef HAVE_SGTTY_H 1 */
|
|
||||||
|
|
||||||
/* Define to 1 if you have the `sigaction' function. */
|
/* Define to 1 if you have the `sigaction' function. */
|
||||||
#define HAVE_SIGACTION 1
|
#define HAVE_SIGACTION 1
|
||||||
|
|
||||||
|
|
|
@ -454,9 +454,6 @@
|
||||||
/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
|
/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
|
||||||
/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
|
/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
|
||||||
|
|
||||||
/* Define to 1 if you have the <sgtty.h> header file. */
|
|
||||||
/* #undef HAVE_SGTTY_H */
|
|
||||||
|
|
||||||
/* Define to 1 if you have the sigaction function. */
|
/* Define to 1 if you have the sigaction function. */
|
||||||
#define HAVE_SIGACTION 1
|
#define HAVE_SIGACTION 1
|
||||||
|
|
||||||
|
|
|
@ -77,9 +77,6 @@
|
||||||
/* Define if you have the <signal.h> header file. */
|
/* Define if you have the <signal.h> header file. */
|
||||||
#define HAVE_SIGNAL_H 1
|
#define HAVE_SIGNAL_H 1
|
||||||
|
|
||||||
/* Define if you have the <sgtty.h> header file. */
|
|
||||||
/* #define HAVE_SGTTY_H 1 */
|
|
||||||
|
|
||||||
/* Define if you have the <ssl.h> header file. */
|
/* Define if you have the <ssl.h> header file. */
|
||||||
/* #define HAVE_SSL_H 1 */
|
/* #define HAVE_SSL_H 1 */
|
||||||
|
|
||||||
|
|
|
@ -60,9 +60,6 @@
|
||||||
/* Define if you have the <signal.h> header file. */
|
/* Define if you have the <signal.h> header file. */
|
||||||
#define HAVE_SIGNAL_H 1
|
#define HAVE_SIGNAL_H 1
|
||||||
|
|
||||||
/* Define if you have the <sgtty.h> header file. */
|
|
||||||
/* #define HAVE_SGTTY_H 1 */
|
|
||||||
|
|
||||||
/* Define if you have the <ssl.h> header file. */
|
/* Define if you have the <ssl.h> header file. */
|
||||||
/* #define HAVE_SSL_H 1 */
|
/* #define HAVE_SSL_H 1 */
|
||||||
|
|
||||||
|
|
|
@ -545,9 +545,6 @@
|
||||||
/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
|
/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
|
||||||
#cmakedefine HAVE_SETSOCKOPT_SO_NONBLOCK 1
|
#cmakedefine HAVE_SETSOCKOPT_SO_NONBLOCK 1
|
||||||
|
|
||||||
/* Define to 1 if you have the <sgtty.h> header file. */
|
|
||||||
#cmakedefine HAVE_SGTTY_H 1
|
|
||||||
|
|
||||||
/* Define to 1 if you have the sigaction function. */
|
/* Define to 1 if you have the sigaction function. */
|
||||||
#cmakedefine HAVE_SIGACTION 1
|
#cmakedefine HAVE_SIGACTION 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user