* ------- ------------------------------------------------
* 0) pg_config.h and standard system headers
* 1) compiler characteristics
- * 2) bool, true, false, TRUE, FALSE
+ * 2) bool, true, false
* 3) standard system types
* 4) IsValid macros for system types
* 5) offsetof, lengthof, alignment
/* ----------------------------------------------------------------
- * Section 2: bool, true, false, TRUE, FALSE
+ * Section 2: bool, true, false
* ----------------------------------------------------------------
*/
#endif /* not C++ */
-#ifndef TRUE
-#define TRUE 1
-#endif
-
-#ifndef FALSE
-#define FALSE 0
-#endif
-
/* ----------------------------------------------------------------
* Section 3: standard system types