1 /* $Id: settings.h,v 1.19 2007-07-03 11:21:48 adam Exp $
2 Copyright (c) 2006-2007, Index Data.
4 This file is part of Pazpar2.
6 Pazpar2 is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free
8 Software Foundation; either version 2, or (at your option) any later
11 Pazpar2 is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 You should have received a copy of the GNU General Public License
17 along with Pazpar2; see the file LICENSE. If not, write to the
18 Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
25 #define PZ_PIGGYBACK 0
27 #define PZ_REQUESTSYNTAX 2
30 #define PZ_NATIVESYNTAX 5
31 #define PZ_AUTHENTICATION 6
36 #define PZ_QUERYENCODING 11
51 int settings_num(void);
52 void settings_read(const char *path);
53 int settings_offset(const char *name);
54 int settings_offset_cprefix(const char *name);
55 void init_settings(void);
62 * indent-tabs-mode: nil
64 * vim: shiftwidth=4 tabstop=8 expandtab