diff --git a/arogue7/mach_dep.h b/arogue7/mach_dep.h index e98b6d6..8f0a633 100644 --- a/arogue7/mach_dep.h +++ b/arogue7/mach_dep.h @@ -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 diff --git a/xrogue/mach_dep.h b/xrogue/mach_dep.h index cab1f51..8360ae5 100644 --- a/xrogue/mach_dep.h +++ b/xrogue/mach_dep.h @@ -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