|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T d
Length: 834 (0x342) Types: TextFile Names: »dua.h«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/h/quipu/dua.h«
/* dua.h - */ /* * $Header: /f/osi/h/quipu/RCS/dua.h,v 6.0 89/03/18 23:32:55 mrose Rel $ * * * $Log: dua.h,v $ * Revision 6.0 89/03/18 23:32:55 mrose * Release 5.0 * */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ #define default_common_args \ { \ { /* service controls */ \ SVC_OPT_PREFERCHAIN, \ SVC_PRIO_MED, \ SVC_NOTIMELIMIT, \ SVC_NOSIZELIMIT, \ SVC_REFSCOPE_NONE \ }, \ NULLDN, /* Common arg - requestor DN */ \ { /* op_progress */ \ OP_PHASE_NOTDEFINED, \ OP_PHASE_NOTDEFINED, \ }, \ CA_NO_ALIASDEREFERENCED, \ (struct extension *) NULL, \ }