(datadir, edatadir, gamedir): Rename to avoid confusion with Autoconf

output variable datadir and with configuration data.
This commit is contained in:
Markus Armbruster 2006-02-18 09:16:50 +00:00
parent 58f67c8e19
commit 5282f500b5
6 changed files with 15 additions and 15 deletions

View file

@ -67,7 +67,7 @@ EMPCFBOTH((fvname), (vname), int, NSC_INT, KM_OPTION, (descr))
/* econfig key definitions: */
EMPCF_COMMENT("\n### Server configuration and information")
EMPCFBOTH("data", datadir, char *, NSC_STRING, KM_INTERNAL,
EMPCFBOTH("data", gamedir, char *, NSC_STRING, KM_INTERNAL,
"Directory where this game's data is stored")
EMPCFBOTH("info", infodir, char *, NSC_STRING, KM_INTERNAL,
"Directory where info pages are stored, can be shared among games")