|
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 c
Length: 1713 (0x6b1) Types: TextFile Names: »config.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/h/quipu/config.h«
/* config.h - compile time configuration parameters */ /* * $Header: /f/osi/h/quipu/RCS/config.h,v 7.1 90/01/11 23:53:17 mrose Exp $ * * * $Log: config.h,v $ * Revision 7.1 90/01/11 23:53:17 mrose * lint * * Revision 7.0 89/11/23 21:56:27 mrose * Release 6.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. * */ /* * OPTIONS:- * * #define PDU_DUMP * If this is defined, and "dish" is invoke with * dish -pdu foobar * Then a directory "foobar" will be created, and * it will contain logs of all the X500 PDUs sent * * #define NO_STATS * If defined, the QUIPU will NOT produce statistical * logs of both the DSA and DUA. * * #define CHECK_FILE_ATTRIBUTES * If and EDB entry contains a FILE attribute, check that * the corresponding file exists * * #define QUIPU_MALLOC * Use a version of malloc optimised for the memory * resident Quipu DSA database. * * #define TURBO_LOAD * Use an avl tree at start up time to load EDB files. * This speeds up loading of some large EDB files, * but is known to cause problems with others ! * (Will solve sometime !) * * #define HAVE_PROTECTED * If defined, enable use of protectedPassword attribute. */ # ifndef QUIPU_CONFIG # define QUIPU_CONFIG #define REMOVE_FOR_6_0 /* Some compat for 5.0 interworking */ /* Beware DSAs may not talk valid X.500 */ /* with this option */ # define PDU_DUMP # define USE_BUILTIN_OIDS # define QUIPU_MALLOC # define HAVE_PROTECTED # endif