blob: 7c4aadf7383516acebfa0728de1396128a6bfb59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-zb,v 1.6 2006/05/09 06:36:48 martti Exp $
--- src/feature.h.orig 2006-04-06 11:01:52.000000000 +0300
+++ src/feature.h 2006-04-17 06:02:54.000000000 +0300
@@ -548,7 +548,7 @@
* (used only with NO_BUILTIN_TCAPS not defined).
*/
#ifdef HAVE_TGETENT
-/* #define NO_BUILTIN_TCAPS */
+#define NO_BUILTIN_TCAPS
#endif
#if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16)
|