Mercurial > hg > early-roguelike
comparison 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 |
comparison
equal
deleted
inserted
replaced
33:f502bf60e6e4 | 34:655c317b6237 |
---|---|
187 #undef LOADAV | 187 #undef LOADAV |
188 | 188 |
189 /* Define to file to use for scoreboard lockfile */ | 189 /* Define to file to use for scoreboard lockfile */ |
190 #undef LOCKFILE | 190 #undef LOCKFILE |
191 | 191 |
192 /* Define to file to use for log */ | |
193 #undef LOGFILE | |
194 | |
192 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing | 195 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing |
193 slash. */ | 196 slash. */ |
194 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK | 197 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK |
195 | 198 |
196 /* Define to include wizard mode */ | 199 /* Define to include wizard mode */ |
231 #undef PASSWD | 234 #undef PASSWD |
232 | 235 |
233 /* Define as the return type of signal handlers (`int' or `void'). */ | 236 /* Define as the return type of signal handlers (`int' or `void'). */ |
234 #undef RETSIGTYPE | 237 #undef RETSIGTYPE |
235 | 238 |
239 /* Define to systemwide directory for storing saved games */ | |
240 #undef SAVEDIR | |
241 | |
236 /* Define to file to use for scoreboard */ | 242 /* Define to file to use for scoreboard */ |
237 #undef SCOREFILE | 243 #undef SCOREFILE |
238 | 244 |
239 /* Define to 1 if you have the ANSI C header files. */ | 245 /* Define to 1 if you have the ANSI C header files. */ |
240 #undef STDC_HEADERS | 246 #undef STDC_HEADERS |