blob: 5f3474d1dabc5e869fbc70540e43e7f56b5ab2a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- config.h.orig Thu Dec 31 22:48:16 1998
+++ config.h Mon Jan 18 02:18:32 1999
@@ -1,6 +1,6 @@
/* configuration file - precompile options */
#define USE_NET
-#undef BG_ON_START
+#define BG_ON_START
#define GTK_1_1
#undef GTKEDITOR_PATCH
@@ -62,9 +62,9 @@
/* paths */
#define NETSCAPE "/usr/local/bin/netscape -remote"
-#define EMACS "/usr/bin/emacs"
-#define DES "/bin/des"
-#define IDEA "/bin/idea"
+#define EMACS "/usr/local/bin/emacs"
+#define DES "/usr/local/bin/des"
+#define IDEA "/usr/local/bin/idea"
#define XTERM "/usr/X11R6/bin/xterm"
#define AWK "awk"
#define SED "sed"
|