blob: 746eac971c293e7f085844511d211b062d97edad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.1 1998/08/27 13:15:01 garbled Exp $
--- include/config.h.orig Sat Aug 8 01:48:35 1998
+++ include/config.h Sat Aug 8 01:53:42 1998
@@ -212,4 +212,4 @@
*/
-#define TTY_GRAPHICS /* good old tty based graphics */
-/* #define X11_GRAPHICS /* X11 interface */
+/* #define TTY_GRAPHICS /* good old tty based graphics */
+#define X11_GRAPHICS /* X11 interface */
@@ -246,3 +246,3 @@
#ifndef DEFAULT_WINDOW_SYS
-# define DEFAULT_WINDOW_SYS "tty"
+# define DEFAULT_WINDOW_SYS "X11"
#endif
@@ -258,3 +258,3 @@
*/
-/* # define USE_XPM /* Disable if you do not have the XPM library */
+# define USE_XPM /* Disable if you do not have the XPM library */
# ifdef USE_XPM
|