configure/cmake: remove checks for unused sgtty.h

Closes #7276
This commit is contained in:
Gergely Nagy 2021-06-18 09:54:57 +02:00 committed by Daniel Stenberg
parent 8c24cf5238
commit a407a82d0b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
11 changed files with 0 additions and 25 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 */

View File

@ -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 */

View File

@ -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