]> git.pond.sub.org Git - empserver/commit
New way to read configuration tables:
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 18 Feb 2006 13:57:52 +0000 (13:57 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 18 Feb 2006 13:57:52 +0000 (13:57 +0000)
commitbd65a84eb53337d8b21805b1086e85ac0a21b71c
tree441ccfc9759c534ef87aa768c08c9f04ca8e2741
parente4865d473e7cb50ffd0e1d0f7aacc6b304004ca9
New way to read configuration tables:
(config_tables): New econfig key.
(read_config_tables): New, implements config_tables.
(main): Call it.  Need to call ef_init() and chdir(configdir) first.
(ef_init_srv): Don't call ef_init(), since main() did it already.

Remove old way to do the same:
(ef_load): Remove, along with calls.
(empfile): Set configuration tables' member file back to NULL.
include/econfig-spec.h
include/file.h
include/prototypes.h
src/lib/common/conftab.c [new file with mode: 0644]
src/lib/common/ef_load.c [deleted file]
src/lib/global/file.c
src/lib/global/path.c.in
src/lib/subs/fileinit.c
src/server/main.c