|
|
1.1 root 1: /* config.h - compile time configuration parameters */
2:
3: /*
4: * $Header: /f/osi/h/quipu/RCS/config.h,v 7.3 90/07/09 14:38:20 mrose Exp $
5: *
6: *
7: * $Log: config.h,v $
8: * Revision 7.3 90/07/09 14:38:20 mrose
9: * sync
10: *
11: * Revision 7.2 90/03/15 11:18:03 mrose
12: * quipu-sync
13: *
14: * Revision 7.1 90/01/11 23:53:17 mrose
15: * lint
16: *
17: * Revision 7.0 89/11/23 21:56:27 mrose
18: * Release 6.0
19: *
20: */
21:
22: /*
23: * NOTICE
24: *
25: * Acquisition, use, and distribution of this module and related
26: * materials are subject to the restrictions of a license agreement.
27: * Consult the Preface in the User's Manual for the full terms of
28: * this agreement.
29: *
30: */
31:
32:
33: /*
34: * OPTIONS:-
35: *
36: * #define PDU_DUMP
37: * If this is defined, and "dish" is invoke with
38: * dish -pdu foobar
39: * Then a directory "foobar" will be created, and
40: * it will contain logs of all the X500 PDUs sent
41: *
42: * #define NO_STATS
43: * If defined, the QUIPU will NOT produce statistical
44: * logs of both the DSA and DUA.
45: *
46: * #define CHECK_FILE_ATTRIBUTES
47: * If and EDB entry contains a FILE attribute, check that
48: * the corresponding file exists
49: *
50: * #define QUIPU_MALLOC
51: * Use a version of malloc optimised for the memory
52: * resident Quipu DSA database.
53: *
54: * #define TURBO_LOAD
55: * Use an avl tree at start up time to load EDB files.
56: * This speeds up loading of some large EDB files,
57: * but is known to cause problems with others !
58: * (Will solve sometime !)
59: *
60: * #define HAVE_PROTECTED
61: * If defined, enable use of protectedPassword attribute.
62: *
63: * #define COMPAT_6_0
64: * Operate in a manner compatible with Quipu-6.0
65: */
66:
67:
68: # ifndef QUIPU_CONFIG
69: # define QUIPU_CONFIG
70:
71: # define PDU_DUMP
72: # define USE_BUILTIN_OIDS
73: # define QUIPU_MALLOC
74: # define HAVE_PROTECTED
75:
76: # define COMPAT_6_0
77:
78: # endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.