X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frecctrl.c;fp=recctrl%2Frecctrl.c;h=5709d8c19b27b813fd1476ddccef6fdf98a43f30;hb=0f3b8bcc6fe2e3beeec7c834d9a64dca48a4f1b7;hp=e3f974699a761f240f88024564ba07cd8f056e14;hpb=0955b9f1ed141bfc60beb7afd63a790aa6525a23;p=idzebra-moved-to-github.git diff --git a/recctrl/recctrl.c b/recctrl/recctrl.c index e3f9746..5709d8c 100644 --- a/recctrl/recctrl.c +++ b/recctrl/recctrl.c @@ -1,4 +1,4 @@ -/* $Id: recctrl.c,v 1.19 2005-03-31 12:42:07 adam Exp $ +/* $Id: recctrl.c,v 1.20 2005-04-28 08:20:40 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -111,12 +111,23 @@ 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 +#endif +#ifdef IDZEBRA_STATIC_XSLT +#if HAVE_XSLT + if (1) + { + extern RecType idzebra_filter_xslt[]; + recTypeClass_add (&rts, idzebra_filter_xslt, nmem, 0); + } +#endif +#endif #if HAVE_DLFCN_H if (module_path)