X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fpazpar2_config.h;h=acaba3443949c741b46b6e4ad10916bc18e4c22f;hb=ed45a02021c7c5b380aa74acb49b01bdeb974d6e;hp=ddd987b28de6882441796def5f8e51f465811172;hpb=fdf549621a2712e2e7fafd5966bbbf9a5c891adf;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index ddd987b..acaba34 100644 --- a/src/pazpar2_config.h +++ b/src/pazpar2_config.h @@ -20,9 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef PAZPAR2_CONFIG_H #define PAZPAR2_CONFIG_H -#include -#include -#include +#include "normalize_cache.h" #include #include "charsets.h" @@ -58,7 +56,8 @@ enum conf_setting_type { enum conf_metadata_mergekey { Metadata_mergekey_no, - Metadata_mergekey_yes + Metadata_mergekey_optional, + Metadata_mergekey_required }; // Describes known metadata elements and how they are to be manipulated @@ -109,7 +108,7 @@ struct conf_service NMEM nmem; int session_timeout; int z3950_session_timeout; - int z3950_connect_timeout; + int z3950_operation_timeout; int ref_count; /* duplicated from conf_server */ @@ -155,9 +154,6 @@ struct conf_targetprofiles struct conf_config *config_create(const char *fname, int verbose); void config_destroy(struct conf_config *config); -xsltStylesheet *conf_load_stylesheet(struct conf_service *service, - const char *fname); - void config_start_databases(struct conf_config *config); struct conf_service *locate_service(struct conf_server *server, @@ -173,6 +169,8 @@ int config_start_listeners(struct conf_config *conf, void config_stop_listeners(struct conf_config *conf); +WRBUF conf_get_fname(struct conf_service *service, const char *fname); + #endif /*