$NetBSD$

--- src/xitk/common.h.orig	2009-12-19 00:34:22.000000000 +0000
+++ src/xitk/common.h
@@ -82,6 +82,14 @@
 #include <lirc/lirc_client.h>
 #endif
 
+#if !defined(TRUE)
+#define TRUE 1
+#endif
+
+#if !defined(FALSE)
+#define FALSE 0
+#endif
+
 /*
  * config related constants
  */
@@ -375,8 +383,10 @@ typedef struct {
 
   void                     (*nongui_error_msg)(char *text);
 
+#if 0
   FILE                      *stdout; /* Channel to original stdout at startup */
                                      /* before an evtl. later redirection     */
+#endif
 } gGui_t;
 
 extern gGui_t *gGui;
