date and time created 83/04/18 13:45:13 by slatteng
authorDave Slattengren <slatteng@ucbvax.Berkeley.EDU>
Tue, 19 Apr 1983 04:45:13 +0000 (20:45 -0800)
committerDave Slattengren <slatteng@ucbvax.Berkeley.EDU>
Tue, 19 Apr 1983 04:45:13 +0000 (20:45 -0800)
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/config.c 1.1

usr/src/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/config.c [new file with mode: 0644]

diff --git a/usr/src/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/config.c b/usr/src/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/config.c
new file mode 100644 (file)
index 0000000..c52da6d
--- /dev/null
@@ -0,0 +1,30 @@
+/* config.c -
+ *
+ * This file contains a few strings that define file locations for
+ * the current gremlin configuration.
+ */
+
+/* The following string must contain the rooted name of gremlin's
+ * library directory.
+ */
+
+char GLibrary[] = "/usr/local/gremlib/";
+
+/* The following string contains the full rooted name of the file
+ * giving the terminal-to-display mappings.
+ */
+
+char GDisplays[] = "/usr/local/displays";
+
+
+/* The following string gives the shell command used to send mail
+ * to the gremlin maintainer.
+ */
+
+char GMailCommand[] = "mail n:barry";
+
+/* The following string should indicate the rooted name of gremlin's 
+ * color map
+ */
+
+char GMapFile[] = "/usr/local/gremlin.cmap";