X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frecctrl.c;h=8f10dd4ca2a8a5517b66afcc7666c4c25ad83f1d;hb=7598c76f1a4989a91003bd4fbd90f30a7c7255ef;hp=5d951a6c4d3bc53e8d2d5f710f3ce4b4ca05e108;hpb=89d3a004b7c651fd5673abfc192e1472dc4d4197;p=idzebra-moved-to-github.git diff --git a/index/recctrl.c b/index/recctrl.c index 5d951a6..8f10dd4 100644 --- a/index/recctrl.c +++ b/index/recctrl.c @@ -1,8 +1,5 @@ -/* $Id: recctrl.c,v 1.5 2007-01-15 15:10:17 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 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 @@ -116,6 +113,14 @@ RecTypeClass recTypeClass_create (Res res, NMEM nmem) } #endif +#ifdef IDZEBRA_STATIC_DOM + if (1) + { + extern RecType idzebra_filter_dom[]; + recTypeClass_add (&rts, idzebra_filter_dom, nmem, 0); + } +#endif + return rts; }