Permit not defining score and log files.
This commit is contained in:
parent
6813e9c5bf
commit
50961af028
2 changed files with 4 additions and 3 deletions
|
|
@ -44,7 +44,8 @@
|
|||
/*
|
||||
* where scorefile should live
|
||||
*/
|
||||
#ifndef HAVE_CONFIG_H
|
||||
/* File locations can be defined here, if necessary. */
|
||||
#if 0
|
||||
#define SCOREFILE "arogue7.scr"
|
||||
#define LOGFILE "arogue7.log"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -62,8 +62,8 @@ extern char *xcrypt();
|
|||
|
||||
#define FUDGE_TIME 200
|
||||
|
||||
/* file locations */
|
||||
#ifndef HAVE_CONFIG_H
|
||||
/* File locations. Define here if necessary. */
|
||||
#if 0
|
||||
#define SCOREFILE "xrogue.scr"
|
||||
#define LOGFILE "xrogue.log"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue