--- gide.c.orig	Tue Nov 17 00:57:15 1998
+++ gide.c	Tue Nov 17 00:57:55 1998
@@ -152,17 +152,17 @@
 #endif
 
     cfg->tab_width = 4;
-    cfg->incpath = (char *) realloc( cfg->incpath, 40 );
-    strcpy( cfg->incpath, "/usr/include:/usr/local/include" );
+    cfg->incpath = (char *) realloc( cfg->incpath, 60 );
+    strcpy( cfg->incpath, "/usr/include:/usr/local/include:/usr/X11R6/include" );
     cfg->ccopt = (char *) realloc( cfg->ccopt, 2 );
     strcpy( cfg->ccopt, "" );
-    cfg->libpath = (char *) realloc( cfg->libpath, 40 );
-    strcpy( cfg->libpath, "/lib:/usr/lib:/usr/local/lib" );
+    cfg->libpath = (char *) realloc( cfg->libpath, 60 );
+    strcpy( cfg->libpath, "/usr/lib:/usr/local/lib:/usr/X11R6/lib" );
     cfg->ldopt = (char *) realloc( cfg->ldopt, 2 );
     strcpy( cfg->ldopt, "" );
 
     cfg->bash = (char *) realloc( cfg->bash, 20 );
-    strcpy( cfg->bash, "/bin/bash" );
+    strcpy( cfg->bash, "/bin/sh" );
 
     cfg->xterm = (char *) realloc( cfg->xterm, 10 );
     strcpy( cfg->xterm, "xterm" );
