]> git.sur5r.net Git - openldap/blob - acconfig.h
update to NT port for UNIX testing
[openldap] / acconfig.h
1 /* acconfig.h
2    Descriptive text for the C preprocessor macros that
3    the distributed Autoconf macros can define.
4
5    Leave the following blank line there!!  Autoheader needs it.  */
6 \f
7
8 /* define this if sys_errlist is not defined in stdio.h or errno.h */
9 #undef DECL_SYS_ERRLIST
10
11 /* define if you have berkeley db */
12 #undef HAVE_BERKELEY_DB
13
14 /* define if you have berkeley db2 */
15 #undef HAVE_BERKELEY_DB2
16
17 /* define if you have crypt */
18 #undef HAVE_CRYPT
19
20 /* define if you have DCE */
21 #undef HAVE_DCE
22
23 /* define if you have GDBM */
24 #undef HAVE_GDBM
25
26 /* define if you have Kerberos */
27 #undef HAVE_KERBEROS
28
29 /* define if you have LinuxThreads */
30 #undef HAVE_LINUX_THREADS
31
32 /* define if you have Sun LWP (SunOS style) */
33 #undef HAVE_LWP
34
35 /* define if you have Sun LWP (Solaris style) */
36 #undef HAVE_LWP_THR
37
38 /* define if you have -lncurses */
39 #undef HAVE_NCURSES
40
41 /* define if you have NDBM */
42 #undef HAVE_NDBM
43
44 /* define if you have Mach CThreads */
45 #undef HAVE_MACH_CTHREADS
46
47 /* define if you have a preemptive POSIX Threads implementation */
48 #undef HAVE_PREEMPTIVE_PTHREADS
49
50 /* define if you have POSIX Threads */
51 #undef HAVE_PTHREADS
52
53 /* define if your POSIX Threads implementatin is circa Draft 4 */
54 #undef HAVE_PTHREADS_D4
55
56 /* define if you have -lwrap */
57 #undef HAVE_TCPD
58
59 /* define if you have -ltermcap */
60 #undef HAVE_TERMCAP
61
62 /* define this for connectionless LDAP support */
63 #undef LDAP_CONNECTIONLESS
64
65 /* define this to add debugging code */
66 #undef LDAP_DEBUG
67
68 /* define this for LDAP DNS support */
69 #undef LDAP_DNS
70
71 /* define this to remove -lldap cache support */
72 #undef LDAP_NOCACHE
73
74 /* define this for LDAP referrals support */
75 #undef LDAP_REFERRALS
76
77 /* define this for LDAP User Interface support */
78 #undef LDAP_LIBUI
79
80 /* define this to use DB2 in native mode */
81 #undef LDBM_USE_DB2
82
83 /* define this to use DB2 in compat185 mode */
84 #undef LDBM_USE_DB2_COMPAT185
85
86 /* define this to use DBBTREE w/ LDBM backend */
87 #undef LDBM_USE_DBBTREE
88
89 /* define this to use DBHASH w/ LDBM backend */
90 #undef LDBM_USE_DBHASH
91
92 /* define this to use GDBM w/ LDBM backend */
93 #undef LDBM_USE_GDBM
94
95 /* define this to use NDBM w/ LDBM backend */
96 #undef LDBM_USE_NDBM
97
98 /* define this if you want no termcap support */
99 #undef NO_TERMCAP
100
101 /* define this if you want no thread support */
102 #undef NO_THREADS
103
104 /* define this for ACL Group support */
105 #undef SLAPD_ACLGROUPS
106
107 /* define this for crypt(3) password support */
108 #undef SLAPD_CRYPT
109
110 /* define this to use SLAPD LDBM backend */
111 #undef SLAPD_LDBM
112
113 /* define this for MD5 password support */
114 #undef SLAPD_MD5
115
116 /* define this to use SLAPD passwd backend */
117 #undef SLAPD_PASSWD
118
119 /* define this for phonetic support */
120 #undef SLAPD_PHONETIC
121
122 /* define this for Reverse Lookup support */
123 #undef SLAPD_RLOOKUPS
124
125 /* define this for SHA1 password support */
126 #undef SLAPD_SHA1
127
128 /* define this to use SLAPD shell backend */
129 #undef SLAPD_SHELL
130
131 /* define this if the thread package is preemptive */
132 #undef THREAD_PREEMPTIVE
133
134 \f
135 /* Leave that blank line there!!  Autoheader needs it. */