1 /* @(#)config.c	1.3	06/07/83
2  *
3  * This file contains a few strings that define file locations for
4  * the current gremlin configuration.
5  */
6 
7 /* The following string must contain the rooted name of gremlin's
8  * library directory.
9  */
10 
11 char GLibrary[] = "/usr/local/gremlib/";
12 
13 /* The following string contains the full rooted name of the file
14  * giving the terminal-to-display mappings.
15  */
16 
17 char GDisplays[] = "/usr/local/displays";
18 
19 
20 /* The following string gives the shell command used to send mail
21  * to the gremlin maintainer.
22  */
23 
24 char GMailCommand[] = "/usr/ucb/Mail slatteng@ucbernie";
25 
26 /* The following string should indicate the rooted name of gremlin's
27  * color map
28  */
29 
30 char GMapFile[] = "/usr/local/gremlin.cmap";
31