From c7eb63e9060187fbba904c3da9697ff85f919af4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 3 Apr 2003 21:01:28 +0000 Subject: [PATCH] Remove the Satan-spawn attribute VAL_THESAURUS --- util/oid.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/util/oid.c b/util/oid.c index a8c485b..6ad4477 100644 --- a/util/oid.c +++ b/util/oid.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: oid.c,v 1.59 2003-01-06 08:20:28 adam Exp $ + * $Id: oid.c,v 1.60 2003-04-03 21:01:28 mike Exp $ */ /* @@ -93,9 +93,10 @@ static oident standard_oids[] = "Bib-2"}, {PROTO_Z3950, CLASS_ATTSET, VAL_ZEEREX, {3,19,-1}, "ZeeRex"}, - +#if 0 /* This is the spawn of Satan. Use Zthes-1 instead */ {PROTO_Z3950, CLASS_ATTSET, VAL_THESAURUS, {3,1000,81,1,-1}, "Thesaurus-attset"}, +#endif /*0*/ {PROTO_Z3950, CLASS_ATTSET, VAL_IDXPATH, {3,1000,81,2,-1}, "IDXPATH"}, {PROTO_Z3950, CLASS_DIAGSET, VAL_BIB1, {4,1,-1}, -- 1.7.10.4