X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frecctrl.c;h=569354188fd81f6eba771fd8c520aa6a66dd5c08;hb=4e6078e4660869b9d83223c8ce842ed8dda211ab;hp=713880f5d74380ca37503585a071c30b587b80a5;hpb=d5c921e71defabcb16299ee27bd7c9bdabe2e461;p=idzebra-moved-to-github.git diff --git a/index/recctrl.c b/index/recctrl.c index 713880f..5693541 100644 --- a/index/recctrl.c +++ b/index/recctrl.c @@ -1,8 +1,5 @@ -/* $Id: recctrl.c,v 1.4 2006-11-06 20:48:43 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-2009 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; } @@ -289,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