2007.
[idzebra-moved-to-github.git] / index / recctrl.c
index beadf14..5d951a6 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.5 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -109,14 +109,12 @@ 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
 
     return rts;
 }