diff options
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpglib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index 0bcaac1a86e..326c2051592 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -10,7 +10,6 @@ #include "ecpgtype.h" #include <string.h> -#ifndef __BEOS__ #ifndef __cplusplus #ifndef bool #define bool char @@ -23,9 +22,6 @@ #define false ((bool) 0) #endif /* ndef false */ #endif /* not C++ */ -#else /* __BEOS__ */ -#include <SupportDefs.h> -#endif /* __BEOS__ */ #ifndef TRUE #define TRUE 1 |