]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/config.c
NULL => 0 (Arne Juul; PR#3629)
[bsdgames-darwin.git] / larn / config.c
index ccdd6d5f1acd6b6172155a62868d3176c163db7a..3746c09c3eb8fa8615d42e9a01cf59981ab3c173 100644 (file)
@@ -1,3 +1,7 @@
+#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
@@ -28,9 +32,6 @@ char scorefile[] = _PATH_SCORE;
 /* the maze data file */
 char larnlevels[] = _PATH_LEVELS;
 
-/* the fortune data file */
-char fortfile[] = _PATH_FORTS;
-
 /* the .larnopts filename */
 char optsfile[1024] ="/.larnopts";