aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/ecpglib.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-01-05 03:01:38 +0000
committerBruce Momjian <bruce@momjian.us>2006-01-05 03:01:38 +0000
commit44f90212236bfb6fc1279e95dc8fa315104d964e (patch)
tree2f63a7547c3d27de26003be69d60d48fb03d855f /src/interfaces/ecpg/include/ecpglib.h
parent6f84b2da75d3c5d4d401c94f92c9ac184a6faf5a (diff)
downloadpostgresql-44f90212236bfb6fc1279e95dc8fa315104d964e.tar.gz
postgresql-44f90212236bfb6fc1279e95dc8fa315104d964e.zip
Remove BEOS port.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r--src/interfaces/ecpg/include/ecpglib.h4
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