1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

We're defining TRUE, might as well FALSE alongside it to make this

port compile.

Submitted by:	bento
This commit is contained in:
Satoshi Asami 2000-11-14 13:08:57 +00:00
parent f19cc90aad
commit e35b30af8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35140

View File

@ -17,13 +17,16 @@
#include <X11/xpm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
@@ -48,6 +47,10 @@
@@ -48,6 +47,13 @@
int fpiopl;
#endif
+#ifndef TRUE
+#define TRUE 1
+#endif
+#ifndef FALSE
+#define FALSE 0
+#endif
+
#define ON 1
#define OFF 0