diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-12-24 17:41:06 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-12-24 17:41:06 +0100 |
| commit | 432e9e5a2ee531ed57aa7a4ec7be0397caed2571 (patch) | |
| tree | 5fa4ae197071b080b41f19e123f54db25cf7141b /config | |
| parent | cdcf5d2039d5149d8e5d06347400af916b907808 (diff) | |
| download | rneovim-432e9e5a2ee531ed57aa7a4ec7be0397caed2571.tar.gz rneovim-432e9e5a2ee531ed57aa7a4ec7be0397caed2571.tar.bz2 rneovim-432e9e5a2ee531ed57aa7a4ec7be0397caed2571.zip | |
build: Do not check for obsolete <termio.h>
Diffstat (limited to 'config')
| -rw-r--r-- | config/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | config/config.h.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt index 47683b198c..c3643db205 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -26,7 +26,6 @@ if(NOT HAVE_SYS_WAIT_H AND UNIX) message(SEND_ERROR "header sys/wait.h is required for Unix") endif() check_include_files(sys/utsname.h HAVE_SYS_UTSNAME_H) -check_include_files(termio.h HAVE_TERMIO_H) check_include_files(termios.h HAVE_TERMIOS_H) check_include_files(utime.h HAVE_UTIME_H) check_include_files(sys/uio.h HAVE_SYS_UIO_H) diff --git a/config/config.h.in b/config/config.h.in index e70c30e17c..f26b5a50a8 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -43,7 +43,6 @@ #cmakedefine HAVE_STRNCASECMP #cmakedefine HAVE_SYS_UTSNAME_H #cmakedefine HAVE_SYS_WAIT_H -#cmakedefine HAVE_TERMIO_H #cmakedefine HAVE_TERMIOS_H #cmakedefine HAVE_UTIME #cmakedefine HAVE_UTIME_H |