Disable X-Path indexing for explain records (in the case where
[idzebra-moved-to-github.git] / include / d1_absyn.h
index 771911a..e08a41b 100644 (file)
@@ -1,3 +1,24 @@
+/* $Id: d1_absyn.h,v 1.5 2006-06-13 12:02:03 adam Exp $
+   Copyright (C) 1995-2006
+   Index Data ApS
+
+This file is part of the Zebra server.
+
+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
+Software Foundation; either version 2, or (at your option) any later
+version.
+
+Zebra is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+for more details.
+
+You should have received a copy of the GNU General Public License
+along with Zebra; see the file LICENSE.zebra.  If not, write to the
+Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
+*/
 
 #ifndef D1_ABSYN_H
 #define D1_ABSYN_H 1
@@ -25,7 +46,6 @@ struct data1_absyn
     char *name;
     oid_value reference;
     data1_tagset *tagset;
-    data1_attset *attset;
     data1_varset *varset;
     data1_esetname *esetnames;
     data1_maptab *maptabs;
@@ -35,7 +55,15 @@ struct data1_absyn
     struct data1_xpelement *xp_elements; /* pop */
     struct data1_systag *systags;
     char *encoding;
-    int  enable_xpath_indexing;
+    enum DATA1_XPATH_INDEXING xpath_indexing;
 };
 
 #endif
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+