Moved ignore files.
[idzebra-moved-to-github.git] / index / recctrl.c
index beadf14..de2e8fc 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: recctrl.c,v 1.3 2006-10-11 08:55:52 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: recctrl.c,v 1.6 2007-02-07 12:08:54 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -109,13 +109,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;