1*12936Slayer /* @(#)config.c	1.3	06/07/83
211945Sslatteng  *
311945Sslatteng  * This file contains a few strings that define file locations for
411945Sslatteng  * the current gremlin configuration.
511945Sslatteng  */
611945Sslatteng 
711945Sslatteng /* The following string must contain the rooted name of gremlin's
811945Sslatteng  * library directory.
911945Sslatteng  */
1011945Sslatteng 
1111945Sslatteng char GLibrary[] = "/usr/local/gremlib/";
1211945Sslatteng 
1311945Sslatteng /* The following string contains the full rooted name of the file
1411945Sslatteng  * giving the terminal-to-display mappings.
1511945Sslatteng  */
1611945Sslatteng 
1711945Sslatteng char GDisplays[] = "/usr/local/displays";
1811945Sslatteng 
1911945Sslatteng 
2011945Sslatteng /* The following string gives the shell command used to send mail
2111945Sslatteng  * to the gremlin maintainer.
2211945Sslatteng  */
2311945Sslatteng 
24*12936Slayer char GMailCommand[] = "/usr/ucb/Mail slatteng@ucbernie";
2511945Sslatteng 
2611945Sslatteng /* The following string should indicate the rooted name of gremlin's
2711945Sslatteng  * color map
2811945Sslatteng  */
2911945Sslatteng 
3011945Sslatteng char GMapFile[] = "/usr/local/gremlin.cmap";
31