|
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: 1389 (0x56d) Types: TextFile Names: »config.h«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/h/quipu/config.h«
/* config.h - compile time configuration parameters */ /* * $Header: /f/osi/h/quipu/RCS/config.h,v 6.0 89/03/18 23:32:47 mrose Rel $ * * * $Log: config.h,v $ * Revision 6.0 89/03/18 23:32:47 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. * */ /* * OPTIONS:- * * #define QUIPU_MALLOC * Use a "fast" version of malloc on start up, making * many assumptions about the data. * May not work with some systems. * * * #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 STOP_OBJECTCLASS_MODS * Don't allow a DUA to modify the Object Class attribute * of an entry. */ # ifndef QUIPU_CONFIG # define QUIPU_CONFIG # define PDU_DUMP /* Enable PDU dumping */ # define QUIPU_MALLOC /* Efficient start up mallocing */ # endif