summaryrefslogtreecommitdiff
path: root/graphics/xine-ui/patches/patch-ag
blob: a78d0afd48938825cffdec44a5b05dc8b0d7afdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ag,v 1.1 2004/01/26 00:54:19 recht Exp $

--- src/xitk/common.h.orig	2004-01-26 01:39:55.000000000 +0100
+++ src/xitk/common.h	2004-01-26 01:43:43.000000000 +0100
@@ -76,6 +76,14 @@
 #include <lirc/lirc_client.h>
 #endif
 
+#if !defined(TRUE)
+#define TRUE 1
+#endif
+
+#if !defined(FALSE)
+#define FALSE 0
+#endif
+
 /*
  * config related constants
  */