X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fsettings.h;h=ca0af1f91e6d8dbdf655aa4bbde570d2a83f0a59;hb=71476ea82ec3589d3450e9cd778691822e8f2751;hp=f952d57ff819a9026dd94820b7be01ae855d4e34;hpb=636ea26e6f3811361226bc598d0d4d7409d07563;p=pazpar2-moved-to-github.git diff --git a/src/settings.h b/src/settings.h index f952d57..ca0af1f 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,7 +1,5 @@ -/* $Id: settings.h,v 1.15 2007-04-20 15:36:48 quinn Exp $ - Copyright (c) 2006-2007, Index Data. - -This file is part of Pazpar2. +/* This file is part of Pazpar2. + Copyright (C) 2006-2008 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 @@ -14,10 +12,10 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Pazpar2; see the file LICENSE. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. - */ +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ #ifndef SETTINGS_H #define SETTINGS_H @@ -34,7 +32,11 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define PZ_ID 9 #define PZ_NAME 10 #define PZ_QUERYENCODING 11 - +#define PZ_IP 12 +#define PZ_ZPROXY 13 +#define PZ_APDULOG 14 +#define PZ_SRU 15 +#define PZ_SRU_VERSION 16 struct setting { @@ -48,6 +50,8 @@ struct setting int settings_num(void); void settings_read(const char *path); int settings_offset(const char *name); +int settings_offset_cprefix(const char *name); +void init_settings(void); #endif