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

CMake/Platforms/WindowsCache.cmake
CMakeLists.txt
configure.ac
lib/config-amigaos.h
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 33c735a225f0b2e9b1d05fdbfe0db5f66164e89a..0c96cfafb434ece6c9e5f50ad61ecefe922e4b97 100644 (file)
@@ -46,7 +46,6 @@ if(NOT UNIX)
     set(HAVE_PROCESS_H 1)
     set(HAVE_PWD_H 0)
     set(HAVE_SETJMP_H 1)
-    set(HAVE_SGTTY_H 0)
     set(HAVE_SIGNAL_H 1)
     set(HAVE_SOCKIO_H 0)
     set(HAVE_STDINT_H 0)
index a623c0aa380abedb633eafa732a0cace5cf56071..a2afe8c3612d0f0a764c4ca596b56cf1b45e2be9 100644 (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("pwd.h"            HAVE_PWD_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("ssl.h"            HAVE_SSL_H)
 check_include_file_concat("stdbool.h"        HAVE_STDBOOL_H)
index ef82d3d3c75d5e291fe4202a0053e7ab90d99205..aea7b3cfb3c430b4031c99de8affd9c11a549893 100644 (file)
@@ -3036,7 +3036,6 @@ AC_CHECK_HEADERS(
         sys/param.h \
         termios.h \
         termio.h \
-        sgtty.h \
         fcntl.h \
         alloca.h \
         io.h \
index c2f5bd20b0d415a89acba86b1fa463f98a5727c7..15d5b7aa842eaca22b1fa2123f56ce607699614d 100644 (file)
@@ -55,7 +55,6 @@
 #define HAVE_RAND_STATUS 1
 #define HAVE_SELECT 1
 #define HAVE_SETJMP_H 1
-#define HAVE_SGTTY_H 1
 #define HAVE_SIGNAL 1
 #define HAVE_SIGNAL_H 1
 #define HAVE_SIG_ATOMIC_T 1
index a2ee9b827c825bb88611b15a5d6fafbf31369f3e..e48b4ba60be3331716e4db112b30f0817ac18772 100644 (file)
 /* Define if you have the `setvbuf' function. */
 #define HAVE_SETVBUF
 
-/* Define if you have the <sgtty.h> header file. */
-#undef HAVE_SGTTY_H
-
 /* Define if you have the `sigaction' function. */
 #define HAVE_SIGACTION
 
index 91df088362dce39cd26bffb8549496eb335554f7..45cdfb682fbce2f78c289e5f94e1d2e389da7198 100644 (file)
 /* Define if you have the `setvbuf' function. */
 #undef HAVE_SETVBUF
 
-/* Define if you have the <sgtty.h> header file. */
-#define HAVE_SGTTY_H
-
 /* Define if you have the `sigaction' function. */
 #undef HAVE_SIGACTION
 
index b4ae93cfa9d0fc0cf6094a48d809bd68dce65c6f..61a7b56e5212fd0f2afedb8a9da3430c270dde1f 100644 (file)
 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
 /* #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 HAVE_SIGACTION 1
 
index 4a0cae15457731ff33f92b0819ea68db70a16f8c..b36a45aa56b91af4349f8e79f6b04b68a36f0f99 100644 (file)
 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
 /* #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 HAVE_SIGACTION 1
 
index 38105e8d4b3d6080747e5a559c0fa7029a69ab07..a748d2e45c7a56843f5a84618aeb32a3cc8830cb 100644 (file)
@@ -77,9 +77,6 @@
 /* Define if you have the <signal.h> header file. */
 #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 HAVE_SSL_H 1 */
 
index 9975dd119b21a744d1e770769d550fa705029e5b..077eec0665df3ed94354d7f6cc8ad63581cb23fd 100644 (file)
@@ -60,9 +60,6 @@
 /* Define if you have the <signal.h> header file. */
 #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 HAVE_SSL_H 1 */
 
index 789750d59c6c0fca4e99aaffa5702a7a0382f16a..46b7ef137b04f7527eaddcca7c75de9775aafd7f 100644 (file)
 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
 #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. */
 #cmakedefine HAVE_SIGACTION 1