Ticket #31835: patch-constants.h

File patch-constants.h, 358 bytes (added by yenwenchieh@…, 13 years ago)
Line 
1--- src/constants.h     2009-12-10 13:07:26.000000000 -0800
2+++ src/constants.h     2009-12-10 13:07:07.000000000 -0800
3@@ -103,7 +103,7 @@
4 #define INCLUDES       8
5 #define        FIELDS          9
6 
7-#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__
8+#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__ && !__APPLE__
9 # define TERMINFO      0       /* no terminfo curses */
10 #else
11 # define TERMINFO      1
12