Fixed the build of the boot floppy and removed all input_server headers

when USE_INPUT_SERVER is not defined.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11387 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-02-16 03:22:12 +00:00
parent a1537049b7
commit 86e404324f

View File

@ -9,10 +9,6 @@
#include <OS.h>
#include <image.h>
#include <Message.h>
#include <AppDefs.h>
#include <InterfaceDefs.h>
#include <TypeConstants.h>
#include <termios.h>
#include <unistd.h>
@ -21,12 +17,21 @@
#include <stdio.h>
#include <stdlib.h>
#include "VTkeymap.h"
//#define USE_INPUT_SERVER
// define this if consoled should use the input_server to
// get to its keyboard input
#ifdef USE_INPUT_SERVER
# include <Message.h>
# include <AppDefs.h>
# include <InterfaceDefs.h>
# include <TypeConstants.h>
# include "VTkeymap.h"
#endif
struct console {
int console_fd;
int keyboard_fd;