only include <sys/termio.h> iff !defined(HAVE_TERMIOS_H)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3771 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -65,13 +65,15 @@
|
||||
#endif
|
||||
|
||||
/* termios.h *must* be included before curses.h */
|
||||
#ifdef HAVE_TERMIOS_H
|
||||
#include <termios.h>
|
||||
#endif
|
||||
|
||||
#if defined(SOCKS) && defined(HAVE_CURSES_H)
|
||||
#include <curses.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_TERMIO_H
|
||||
#if defined(HAVE_SYS_TERMIO_H) && !defined(HAVE_TERMIOS_H)
|
||||
#include <sys/termio.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user