mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
--- configure.h.orig Mon Jul 1 02:27:59 2002
|
|
+++ configure.h Mon Jul 1 02:27:19 2002
|
|
@@ -4,8 +4,10 @@
|
|
#define VERSION 0.1
|
|
|
|
/* some stuff */
|
|
+#ifndef TRUE
|
|
#define TRUE 1
|
|
#define FALSE 0
|
|
+#endif
|
|
#define BOOLEAN int
|
|
|
|
/* Don't change this, because it will not work right with the GUI. Sorry! */
|