summaryrefslogtreecommitdiff
blob: 2b01928177355b2e73117e0c2124a45554af7af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/Imakefile
+++ b/Imakefile
@@ -23,6 +23,10 @@
     PUCCPTYDDEF = -DPUCC_PTYD		/* does not need to be setuid */
          PTYLIB = -lpucc
 #endif
+#ifdef KTERM_XAW3D
+	XAWLIB = -lXaw3d
+	XAW6LIB =  -lXaw3d
+#endif
 
  OSMAJORVERSION = OSMajorVersion
  OSMINORVERSION = OSMinorVersion
--- a/kterm.h
+++ b/kterm.h
@@ -36,6 +36,6 @@
 #define KTERM_KINPUT2	/* Kinput2 protocol */
 #define KTERM_COLOR	/* color sequence */
 #define KTERM_NOTEK	/* disables Tektronix emulation */
-#undef  KTERM_XAW3D	/* Xaw3d -DARROW_SCROLLBAR support */
+#define KTERM_XAW3D	/* Xaw3d -DARROW_SCROLLBAR support */
 
 #endif /* !_KTERM_H_ */