File tree Expand file tree Collapse file tree 6 files changed +0
-19
lines changed
utils/gn/secondary/llvm/include/llvm/Config
llvm-project-overlay/llvm/include/llvm/Config Expand file tree Collapse file tree 6 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ if (ANDROID OR CYGWIN OR CMAKE_SYSTEM_NAME MATCHES "AIX|DragonFly|FreeBSD|Haiku|
2626 set (HAVE_SYS_MMAN_H 1)
2727 set (HAVE_SYS_RESOURCE_H 1)
2828 set (HAVE_SYSEXITS_H 1)
29- set (HAVE_TERMIOS_H 1)
3029 set (HAVE_UNISTD_H 1)
3130elseif (APPLE )
3231 set (HAVE_DLFCN_H 1)
@@ -37,7 +36,6 @@ elseif (APPLE)
3736 set (HAVE_SYS_MMAN_H 1)
3837 set (HAVE_SYS_RESOURCE_H 1)
3938 set (HAVE_SYSEXITS_H 1)
40- set (HAVE_TERMIOS_H 1)
4139 set (HAVE_UNISTD_H 1)
4240elseif (PURE_WINDOWS)
4341 set (HAVE_DLFCN_H 0)
@@ -48,7 +46,6 @@ elseif (PURE_WINDOWS)
4846 set (HAVE_SYS_MMAN_H 0)
4947 set (HAVE_SYS_RESOURCE_H 0)
5048 set (HAVE_SYSEXITS_H 0)
51- set (HAVE_TERMIOS_H 0)
5249 set (HAVE_UNISTD_H 0)
5350elseif (ZOS)
5451 # Confirmed in
@@ -61,7 +58,6 @@ elseif (ZOS)
6158 set (HAVE_SYS_MMAN_H 1)
6259 set (HAVE_SYS_RESOURCE_H 1)
6360 set (HAVE_SYSEXITS_H 0)
64- set (HAVE_TERMIOS_H 1)
6561 set (HAVE_UNISTD_H 1)
6662else ()
6763 # Other platforms that we don't promise support for.
7369 check_include_file(sys/mman.h HAVE_SYS_MMAN_H)
7470 check_include_file(sys/resource .h HAVE_SYS_RESOURCE_H)
7571 check_include_file(sysexits.h HAVE_SYSEXITS_H)
76- check_include_file(termios.h HAVE_TERMIOS_H)
7772 check_include_file(unistd.h HAVE_UNISTD_H)
7873endif ()
7974
Original file line number Diff line number Diff line change 192192/* Define to 1 if stat struct has st_mtim member. */
193193#cmakedefine HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC ${HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC}
194194
195- /* Define to 1 if you have the <termios.h> header file. */
196- #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
197-
198195/* Define to 1 if you have the <unistd.h> header file. */
199196#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
200197
Original file line number Diff line number Diff line change 3636#ifdef HAVE_SYS_IOCTL_H
3737#include < sys/ioctl.h>
3838#endif
39- #ifdef HAVE_TERMIOS_H
40- #include < termios.h>
41- #endif
4239
4340// ===----------------------------------------------------------------------===//
4441// === WARNING: Implementation here must contain only generic UNIX code that
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ write_cmake_config("config") {
224224 " HAVE_SYS_IOCTL_H=" ,
225225 " HAVE_SYS_MMAN_H=" ,
226226 " HAVE_SYS_RESOURCE_H=" ,
227- " HAVE_TERMIOS_H=" ,
228227 " HAVE_UNISTD_H=" ,
229228 " HAVE__CHSIZE_S=1" ,
230229 " HAVE__UNWIND_BACKTRACE=" ,
@@ -258,7 +257,6 @@ write_cmake_config("config") {
258257 " HAVE_SYS_IOCTL_H=1" ,
259258 " HAVE_SYS_MMAN_H=1" ,
260259 " HAVE_SYS_RESOURCE_H=1" ,
261- " HAVE_TERMIOS_H=1" ,
262260 " HAVE_UNISTD_H=1" ,
263261 " HAVE__CHSIZE_S=" ,
264262 " HAVE__UNWIND_BACKTRACE=1" ,
Original file line number Diff line number Diff line change 195195/* Define to 1 if stat struct has st_mtim member. */
196196/* HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC defined in Bazel */
197197
198- /* Define to 1 if you have the <termios.h> header file. */
199- #define HAVE_TERMIOS_H 1
200-
201198/* Define to 1 if you have the <unistd.h> header file. */
202199/* HAVE_UNISTD_H defined in Bazel */
203200
Original file line number Diff line number Diff line change 192192/* Define to 1 if stat struct has st_mtim member. */
193193#cmakedefine HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC ${HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC}
194194
195- /* Define to 1 if you have the <termios.h> header file. */
196- #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
197-
198195/* Define to 1 if you have the <unistd.h> header file. */
199196#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
200197
You can’t perform that action at this time.
0 commit comments