+#ifndef lint
+static char rcsid[] = "$NetBSD: config.c,v 1.4 1995/04/22 07:34:04 cgd Exp $";
+#endif /* not lint */
+
/*
* config.c -- This defines the installation dependent variables.
* Some strings are modified later. ANSI C would
/* the maze data file */
char larnlevels[] = _PATH_LEVELS;
-/* the fortune data file */
-char fortfile[] = _PATH_FORTS;
-
/* the .larnopts filename */
char optsfile[1024] ="/.larnopts";