--- Frodo4/Src/sysdeps.h 2003/07/01 17:09:43 1.1 +++ Frodo4/Src/sysdeps.h 2004/01/12 15:13:20 1.7 @@ -2,7 +2,7 @@ * sysdeps.h - Try to include the right system headers and get other * system-specific stuff right * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,11 +28,8 @@ extern "C" #include #include #include - -#ifndef __PSXOS__ #include #include -#endif #ifdef HAVE_SYS_TYPES_H #include @@ -95,9 +92,7 @@ extern "C" # if HAVE_SYS_TIME_H # include # else -#ifndef __PSXOS__ # include -#endif # endif #endif @@ -116,19 +111,12 @@ extern "C" # endif #endif -#ifndef __PSXOS__ -#include -#endif #include #if EEXIST == ENOTEMPTY #define BROKEN_OS_PROBABLY_AIX #endif -#ifdef HAVE_LINUX_JOYSTICK_H -#include -#endif - #ifdef __NeXT__ #define S_IRUSR S_IREAD #define S_IWUSR S_IWRITE @@ -194,7 +182,9 @@ typedef long int32; #else #error No 4 byte type, you lose. #endif + +#else +#include #endif // __BEOS__ -#define UNUSED(x) (x = x) }