11 lines
306 B
Text
11 lines
306 B
Text
--- src/constants.h.orig Sun Jul 28 09:22:38 2002
|
|
+++ src/constants.h Mon Aug 5 12:07:50 2002
|
|
@@ -95,7 +95,7 @@
|
|
#define INCLUDES 8
|
|
#define FIELDS 9
|
|
|
|
-#if (BSD || V9) && !__NetBSD__
|
|
+#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__
|
|
#define TERMINFO 0 /* no terminfo curses */
|
|
#else
|
|
#define TERMINFO 1
|