X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frecctrl.c;h=4e286320a609e0b3392411698486d2569f314326;hb=5e7ca59d5cff2e9ee4710bb9a10cdb9434b9ad5a;hp=beadf1420e796a6adb9495a4524b975e83795ad2;hpb=aff82b142abbf5043865c30c735f30187db3bb91;p=idzebra-moved-to-github.git diff --git a/index/recctrl.c b/index/recctrl.c index beadf14..4e28632 100644 --- a/index/recctrl.c +++ b/index/recctrl.c @@ -1,8 +1,5 @@ -/* $Id: recctrl.c,v 1.3 2006-10-11 08:55:52 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2010 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 @@ -109,13 +106,19 @@ RecTypeClass recTypeClass_create (Res res, NMEM nmem) #endif #ifdef IDZEBRA_STATIC_ALVIS -#if HAVE_XSLT if (1) { extern RecType idzebra_filter_alvis[]; recTypeClass_add (&rts, idzebra_filter_alvis, nmem, 0); } #endif + +#ifdef IDZEBRA_STATIC_DOM + if (1) + { + extern RecType idzebra_filter_dom[]; + recTypeClass_add (&rts, idzebra_filter_dom, nmem, 0); + } #endif return rts; @@ -291,6 +294,7 @@ RecType recType_byName (RecTypes rts, Res res, const char *name, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab