mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: remove unused termios header check
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
108f35a2e6
commit
ad62a1101e
2 changed files with 0 additions and 2 deletions
|
@ -92,7 +92,6 @@ if (UNIX)
|
|||
|
||||
check_include_files("sys/types.h;libutil.h" HAVE_LIBUTIL_H)
|
||||
check_include_files(util.h HAVE_UTIL_H)
|
||||
check_include_files(termios.h HAVE_TERMIOS_H)
|
||||
check_include_files(termio.h HAVE_TERMIO_H)
|
||||
check_include_files(pty.h HAVE_PTY_H)
|
||||
check_include_files(sys/stropts.h HAVE_SYS_STROPTS_H)
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#cmakedefine HAVE_LIBUTIL_H 1
|
||||
#cmakedefine HAVE_UTIL_H 1
|
||||
#cmakedefine HAVE_PTY_H 1
|
||||
#cmakedefine HAVE_TERMIOS_H 1
|
||||
#cmakedefine HAVE_TERMIO_H 1
|
||||
#cmakedefine HAVE_SYS_STROPTS_H 1
|
||||
#cmakedefine HAVE_SYS_FILIO_H 1
|
||||
|
|
Loading…
Add table
Reference in a new issue