summaryrefslogtreecommitdiff
path: root/editors/gxedit/files/patch-aa
blob: 6f07623db91007e291ef9f72ede94a725f19e919 (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
24
--- config.h.orig	Mon Nov 23 04:58:50 1998
+++ config.h	Tue Nov 24 00:54:58 1998
@@ -1,7 +1,7 @@
 /* configuration file - precompile options */
 
 #define USE_NET /* Use networking features */
-#undef BG_ON_START /* Background on startup */
+#define BG_ON_START /* Background on startup */
 #define GTK_1_1 /* Use GTK 1.1.x */
 #undef GTKEDITOR_PATCH /* Use the GtkEditor patch */
 
@@ -44,9 +44,9 @@
 /* paths */
 
 #define NETSCAPE "/usr/local/bin/netscape -remote"
-#define EMACS "/usr/bin/emcas"
-#define DES "/bin/des"
-#define IDEA "/bin/idea"
+#define EMACS "/usr/local/bin/emcas"
+#define DES "/usr/local/bin/des"
+#define IDEA "/usr/local/bin/idea"
 #define XTERM "/usr/X11R6/bin/xterm"
 #define AWK "awk"
 #define SED "sed"