blob: c2bee8cdf5cb898b8a92d70767c6f51ee03e96ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/Imakefile.orig
+++ src/Imakefile
@@ -4,13 +4,13 @@
XCOMM Remove the next line if you want genuine Xaw instead of Xaw3d
-#define XAW3D
+# #define XAW3D
XCOMM Remove the next line if you don't want to enable XTEST support
#define XTEST
XCOMM Remove the next line if you want to disable internationalization
-#define I18N
+# #define I18N
SRCS = xvkbd.c findwidget.c
|