(config_tables, custom_tables, read_config_tables, read_custom_tables)

(read_config_table_file, read_custom_table_file): Rename.
This commit is contained in:
Markus Armbruster 2006-02-23 18:31:23 +00:00
parent 99a1450c98
commit 38fdf1ba43
9 changed files with 14 additions and 14 deletions

View file

@ -47,7 +47,7 @@ char dflt_econfig[] = "@econfig@";
char *configdir;
/* User configuration tables to load (relative to configdir) */
char *config_tables = "";
char *custom_tables = "";
/* Where to find built-in configuration tables (relative to configdir) */
char *builtindir = "@builtindir@";