]> git.sur5r.net Git - openldap/blob - acconfig.h
autoconf update
[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 toupper() requires tolower() check */
9 #undef C_UPPER_LOWER
10
11 /* define this if sys_errlist is not defined in stdio.h or errno.h */
12 #undef DECL_SYS_ERRLIST
13
14 /* define if you have berkeley db */
15 #undef HAVE_BERKELEY_DB
16
17 /* define if you have berkeley db2 */
18 #undef HAVE_BERKELEY_DB2
19
20 /* define if you have crypt */
21 #undef HAVE_CRYPT
22
23 /* define if you have DCE */
24 #undef HAVE_DCE
25
26 /* define if you have GDBM */
27 #undef HAVE_GDBM
28
29 /* define if you have Kerberos */
30 #undef HAVE_KERBEROS
31
32 /* define if you have LinuxThreads */
33 #undef HAVE_LINUX_THREADS
34
35 /* define if you have Sun LWP (SunOS style) */
36 #undef HAVE_LWP
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 implementation is circa Final Draft */
54 #undef HAVE_PTHREADS_FINAL
55
56 /* define if your POSIX Threads implementation is circa Draft 4 */
57 #undef HAVE_PTHREADS_D4
58
59 /* define if you have sched_yield() */
60 #ifdef __notdef__
61 /* see second sched_yield define */
62 #undef HAVE_SCHED_YIELD
63 #endif
64
65 /* define if you have setproctitle() */
66 #undef HAVE_SETPROCTITLE
67
68 /* define if you have -lwrap */
69 #undef HAVE_TCPD
70
71 /* define if you have -ltermcap */
72 #undef HAVE_TERMCAP
73
74 /* define if you have Sun LWP (Solaris style) */
75 #undef HAVE_THR
76
77 /* define this for connectionless LDAP support */
78 #undef LDAP_CONNECTIONLESS
79
80 /* define this to add debugging code */
81 #undef LDAP_DEBUG
82
83 /* define this for LDAP DNS support */
84 #undef LDAP_DNS
85
86 /* define this to remove -lldap cache support */
87 #undef LDAP_NOCACHE
88
89 /* define this for LDAP process title support */
90 #undef LDAP_PROCTITLE
91
92 /* define this for LDAP referrals support */
93 #undef LDAP_REFERRALS
94
95 /* define this for LDAP User Interface support */
96 #undef LDAP_LIBUI
97
98 /* define this to use DB2 in native mode */
99 #undef LDBM_USE_DB2
100
101 /* define this to use DB2 in compat185 mode */
102 #undef LDBM_USE_DB2_COMPAT185
103
104 /* define this to use DBBTREE w/ LDBM backend */
105 #undef LDBM_USE_DBBTREE
106
107 /* define this to use DBHASH w/ LDBM backend */
108 #undef LDBM_USE_DBHASH
109
110 /* define this to use GDBM w/ LDBM backend */
111 #undef LDBM_USE_GDBM
112
113 /* define this to use NDBM w/ LDBM backend */
114 #undef LDBM_USE_NDBM
115
116 /* define this if you want no termcap support */
117 #undef NO_TERMCAP
118
119 /* define this if you want no thread support */
120 #undef NO_THREADS
121
122 /* define this if the thread package is preemptive */
123 #undef PREEMPTIVE_THREADS
124
125 /* define this for ACL Group support */
126 #undef SLAPD_ACLGROUPS
127
128 /* define this for crypt(3) password support */
129 #undef SLAPD_CRYPT
130
131 /* define this to use SLAPD LDBM backend */
132 #undef SLAPD_LDBM
133
134 /* define this for MD5 password support */
135 #undef SLAPD_MD5
136
137 /* define this to use SLAPD passwd backend */
138 #undef SLAPD_PASSWD
139
140 /* define this for phonetic support */
141 #undef SLAPD_PHONETIC
142
143 /* define this for Reverse Lookup support */
144 #undef SLAPD_RLOOKUPS
145
146 /* define this for SHA1 password support */
147 #undef SLAPD_SHA1
148
149 /* define this to use SLAPD shell backend */
150 #undef SLAPD_SHELL
151
152 \f
153 /* Leave that blank line there!!  Autoheader needs it. */