X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=src%2Fsettings.c;h=5d441398b100ab0f031f64e517efb88a5a6943be;hb=35433bc832cb3fbe7cca5f0e64f0d7d0d87914e1;hp=83441d559f56491fb44d5507a7b445b065068637;hpb=46dfee528ed8d8b304918491799e36f112e05cda;p=pazpar2-moved-to-github.git diff --git a/src/settings.c b/src/settings.c index 83441d5..5d44139 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 Index Data + Copyright (C) 2006-2011 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include #include -#include "direntz.h" +#include #include #include @@ -41,7 +41,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -#include "pazpar2.h" +#include "session.h" #include "database.h" #include "settings.h" @@ -69,6 +69,14 @@ static char *hard_settings[] = { "pz:recordfilter", "pz:pqf_strftime", "pz:negotiation_charset", + "pz:max_connections", + "pz:reuse_connections", /* PZ_REUSE_CONNECTION */ + "pz:termlist_term_factor", /* PZ_TERMLIST_TERM_FACTOR*/ + "pz:preferred", /* PZ_PREFERRED */ + "pz:extra_args", /* PZ_EXTRA_ARGS */ + "pz:query_syntax", /* PZ_QUERY_SYNTAX */ + "pz:facetmap:", /* PZ_FACETMAP */ + "pz:limitmap:", /* PZ_LIMITMAP */ 0 };