diff options
Diffstat (limited to 'tdm/kfrontend/kconsole.cpp')
| -rw-r--r-- | tdm/kfrontend/kconsole.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tdm/kfrontend/kconsole.cpp b/tdm/kfrontend/kconsole.cpp index e885b3b5a..b22c3e31f 100644 --- a/tdm/kfrontend/kconsole.cpp +++ b/tdm/kfrontend/kconsole.cpp @@ -33,8 +33,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include <sys/ioctl.h> #ifdef HAVE_TERMIOS_H -/* for HP-UX (some versions) the extern C is needed, and for other - platforms it doesn't hurt */ extern "C" { #include <termios.h> } @@ -44,12 +42,6 @@ extern "C" { #include <termio.h> #endif -#if defined (_HPUX_SOURCE) -#define _TERMIOS_INCLUDED -#include <bsdtty.h> -#endif - - #include "kconsole.h" #include "tdmconfig.h" #include "tdm_greet.h" |
