(configdir): New, to be used for loading configuration tables.

(emp_config): Set it to econfig's directory.
This commit is contained in:
Markus Armbruster 2006-02-18 12:43:17 +00:00
parent 376d87c3a0
commit e4865d473e
3 changed files with 16 additions and 2 deletions

View file

@ -37,8 +37,16 @@
#include "optlist.h"
/* econfig file to try when user doesn't specify one */
char dflt_econfig[] = "@econfig@";
/* Where to find configuration, which is wherever econfig is looked for */
char *configdir;
/* Where to find info pages */
char *infodir = "@einfodir@";
/* Where this game's data is stored */
char *gamedir = "@gamedir@";
/* relative to DATADIR */