Refactor to avoid more static variables
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 8 Sep 2009 11:51:02 +0000 (13:51 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 8 Sep 2009 11:51:02 +0000 (13:51 +0200)
commit7d0d04af0ae9a019adf0ee16248b5e9c8ea21922
tree2d4e9769a05856f9a9d4898ac453ce7cacd4a7ea
parent26e2bf146ed32bc205eb2b76cdc2974c75504c58
Refactor to avoid more static variables

Move listener_socket to conf_server. It was static before and that
would have given problems with multiple servers (multiple listeners).
The WRBUF confdir is now part of conf_config and no longer static. Move
conf_config to pazpar2_config.c because it is no longer needed by other
modules.
src/http.c
src/http.h
src/http_command.c
src/logic.c
src/pazpar2.c
src/pazpar2.h
src/pazpar2_config.c
src/pazpar2_config.h
src/test_config.c
src/test_record.c