Mercurial > hg > early-roguelike
diff rogue5/config.h.in @ 34:655c317b6237
rogue5: add savedir, logfile, bugfixes
author | elwin |
---|---|
date | Mon, 24 May 2010 20:16:15 +0000 |
parents | f502bf60e6e4 |
children |
line wrap: on
line diff
--- a/rogue5/config.h.in Mon May 24 20:10:59 2010 +0000 +++ b/rogue5/config.h.in Mon May 24 20:16:15 2010 +0000 @@ -189,6 +189,9 @@ /* Define to file to use for scoreboard lockfile */ #undef LOCKFILE +/* Define to file to use for log */ +#undef LOGFILE + /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ #undef LSTAT_FOLLOWS_SLASHED_SYMLINK @@ -233,6 +236,9 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE +/* Define to systemwide directory for storing saved games */ +#undef SAVEDIR + /* Define to file to use for scoreboard */ #undef SCOREFILE