X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=b241e6a6fd2a7de0dfb95ea9ffe997fc4e39c4e4;hb=9b4f970d2816490fa4cc850fabc51f494ee5612b;hp=3fabd51dc21bbf1ed4c371cab7289cc895bbf917;hpb=c41c84a497ae744aa825a90f144c85b54f1cd4bb;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 3fabd51..b241e6a 100644 --- a/index/index.h +++ b/index/index.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-1999, Index Data + * Copyright (C) 1995-0000, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss, Heikki Levanto * (log at the end) @@ -28,6 +28,8 @@ YAZ_BEGIN_CDECL +#define SU_SCHEME 1 + #define IT_MAX_WORD 256 #define IT_KEY_HAVE_SEQNO 1 #define IT_KEY_HAVE_FIELD 0 @@ -165,7 +167,10 @@ YAZ_END_CDECL #endif /* * $Log: index.h,v $ - * Revision 1.69 2000-03-20 19:08:36 adam + * Revision 1.70 2000-12-05 10:01:44 adam + * Fixed bug regarding user-defined attribute sets. + * + * Revision 1.69 2000/03/20 19:08:36 adam * Added remote record import using Z39.50 extended services and Segment * Requests. *