X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Foid.c;h=764b072274eceb1d7035aa7d6fa0aa60a701e50b;hb=bc0541635987ad8f35af9df6aacd5534d519ccb6;hp=c89e937c5490bca4de55d06a90a4b427c27c2f91;hpb=09c145d7b569e19acd43a50a53c3a8846f7a1c43;p=yaz-moved-to-github.git diff --git a/util/oid.c b/util/oid.c index c89e937..764b072 100644 --- a/util/oid.c +++ b/util/oid.c @@ -3,7 +3,13 @@ * See the file LICENSE for details. * * $Log: oid.c,v $ - * Revision 1.41 2000-01-10 15:16:53 adam + * Revision 1.43 2000-03-14 09:21:08 ian + * Added Admin Extended Service OID + * + * Revision 1.42 2000/02/29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.41 2000/01/10 15:16:53 adam * Added several OID's. * * Revision 1.40 2000/01/06 14:59:13 adam @@ -155,6 +161,9 @@ * We could (and should?) extend this so that the user app can add new * entries to the list at initialization. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -357,7 +366,8 @@ static oident oids[] = "exp. spec."}, {PROTO_Z3950, CLASS_EXTSERV, VAL_EXPORTINV, {9,7,-1}, "exp. inv."}, - + {PROTO_Z3950, CLASS_EXTSERV, VAL_ADMINSERVICE, {9,81,1,-1}, + "Admin"}, {PROTO_Z3950, CLASS_USERINFO,VAL_SEARCHRES1, {10,1,-1}, "searchResult-1"}, {PROTO_Z3950, CLASS_USERINFO,VAL_CHARLANG, {10,2,-1},