X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fmod_grs_regx.c;h=7c6e28ec17a2f0bb33a51e0c112ecabc871049fe;hp=1bb9e8e1c2203822dfc372619482e8f2d24cad1b;hb=c97718edd01f7d1813edbf94c58b93a747143311;hpb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc diff --git a/index/mod_grs_regx.c b/index/mod_grs_regx.c index 1bb9e8e..7c6e28e 100644 --- a/index/mod_grs_regx.c +++ b/index/mod_grs_regx.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 1994-2011 Index Data Zebra 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 @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -2014,7 +2017,7 @@ static struct recType tcl_type = { #endif RecType -#ifdef IDZEBRA_STATIC_GRS_REGX +#if IDZEBRA_STATIC_GRS_REGX idzebra_filter_grs_regx #else idzebra_filter @@ -2030,6 +2033,7 @@ idzebra_filter /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab