X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsettings.c;h=7ce16f04859eda5377eeda5f99c320e88bd7cb4f;hb=b3b1946b82bece8b3aa5dedbab43afd24cfa9597;hp=34159ebdd1b60d0f54494f965172ea28908d62ef;hpb=fb4ae0240d3f121281100e9a483c42e0f5577d15;p=pazpar2-moved-to-github.git diff --git a/src/settings.c b/src/settings.c index 34159eb..7ce16f0 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 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" @@ -68,6 +68,11 @@ static char *hard_settings[] = { "pz:sort", "pz:recordfilter", "pz:pqf_strftime", + "pz:negotiation_charset", + "pz:max_connections", + "pz:reuse_connections", // PZ_REUSE_CONNECTION + "pz:termlist_term_sort", // PZ_TERMLIST_TERM_SORT + "pz:termlist_term_count", // PZ_TERMLIST_TERM_COUNT 0 };