X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Futil.h;h=bfa6320994f1f1bcbf69b16118ab3b8e24fe4e14;hb=ec191220c9fe2103748f5c608e10183a5e508bce;hp=0bae58e8ffdfa7b27ec78dfb831ea0a071769c01;hpb=fe3383c0559a453df1e5076fc6faac6d1a11685c;p=pazpar2-moved-to-github.git diff --git a/src/util.h b/src/util.h index 0bae58e..bfa6320 100644 --- a/src/util.h +++ b/src/util.h @@ -1,8 +1,30 @@ -/* $Id: util.h,v 1.1 2006-12-20 20:47:16 quinn Exp $ */ +/* This file is part of Pazpar2. + Copyright (C) 2006-2009 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 +Software Foundation; either version 2, or (at your option) any later +version. + +Pazpar2 is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +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 this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ #ifndef UTIL_H #define UTIL_H void die(char *string, char *add); +#ifdef WIN32 +#define strncasecmp _strnicmp +#define strcasecmp _stricmp +#endif + #endif