#ifndef lint
-static char rcsid[] = "$Id: config.c,v 1.2 1993/08/02 17:19:56 mycroft Exp $";
+static char rcsid[] = "$NetBSD: config.c,v 1.4 1995/04/22 07:34:04 cgd Exp $";
#endif /* not lint */
/*
/* the maze data file */
char larnlevels[] = _PATH_LEVELS;
-/* the fortune data file */
-char fortfile[] = _PATH_FORTS;
-
/* the .larnopts filename */
char optsfile[1024] ="/.larnopts";