1 /* $Id: parameters.h,v 1.5 2007-07-25 11:41:32 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
27 /** \brief global parameters */
29 char proxy_override[128];
30 char listener_override[128];
31 char settings_path_override[128];
32 struct conf_server *server;
35 int timeout; /* operations timeout, in seconds */
36 char implementationId[128];
37 char implementationName[128];
38 char implementationVersion[128];
39 int target_timeout; // seconds
45 int z3950_session_timeout;
46 int z3950_connect_timeout;
48 extern struct parameters global_parameters;
55 * indent-tabs-mode: nil
57 * vim: shiftwidth=4 tabstop=8 expandtab