]> git.sur5r.net Git - openldap/blob - acconfig.h
Add sizeof checks to configure.in.
[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
9 /* define this if needed to get reentrant functions */
10 #undef _REENTRANT
11
12 /* define this if needed to get threadsafe functions */
13 #undef _THREAD_SAFE
14
15 /* define this if needed to get threadsafe functions */
16 #undef _THREADSAFE
17
18 /* define this if cross compiling */
19 #undef CROSS_COMPILING
20
21 /* define this if toupper() requires tolower() check */
22 #undef C_UPPER_LOWER
23
24 /* define this if sys_errlist is not defined in stdio.h or errno.h */
25 #undef DECL_SYS_ERRLIST
26
27 /* define if you have berkeley db */
28 #undef HAVE_BERKELEY_DB
29
30 /* define if you have berkeley db2 */
31 #undef HAVE_BERKELEY_DB2
32
33 /* define if you have crypt */
34 #undef HAVE_CRYPT
35
36 /* define if you have DSAP */
37 #undef HAVE_DSAP
38
39 /* define if you have GDBM */
40 #undef HAVE_GDBM
41
42 /* define if you have ISODE */
43 #undef HAVE_ISODE
44
45 /* define if you have Kerberos */
46 #undef HAVE_KERBEROS
47
48 /* define if you have LinuxThreads */
49 #undef HAVE_LINUX_THREADS
50
51 /* define if you have Sun LWP (SunOS style) */
52 #undef HAVE_LWP
53
54 /* define if you have -lncurses */
55 #undef HAVE_NCURSES
56
57 /* define if you have NDBM */
58 #undef HAVE_NDBM
59
60 /* define if you have Mach CThreads */
61 #undef HAVE_MACH_CTHREADS
62
63 /* define if you have PP */
64 #undef HAVE_PP
65
66 /* define if you have a preemptive POSIX Threads implementation */
67 #undef HAVE_PREEMPTIVE_PTHREADS
68
69 /* define if you have POSIX Threads */
70 #undef HAVE_PTHREADS
71
72 /* define if your POSIX Threads implementation is circa Final Draft */
73 #undef HAVE_PTHREADS_FINAL
74
75 /* define if your POSIX Threads implementation is circa Draft 4 */
76 #undef HAVE_PTHREADS_D4
77
78 /* define if you have sched_yield() */
79 #ifdef __notdef__
80 /* see second sched_yield define */
81 #undef HAVE_SCHED_YIELD
82 #endif
83
84 /* define if you have setproctitle() */
85 #undef HAVE_SETPROCTITLE
86
87 /* define if you have -lwrap */
88 #undef HAVE_TCPD
89
90 /* define if you have -ltermcap */
91 #undef HAVE_TERMCAP
92
93 /* define if you have Sun LWP (Solaris style) */
94 #undef HAVE_THR
95
96 /* define if you have XTPP */
97 #undef HAVE_XTPP
98
99 /* define this for connectionless LDAP support */
100 #undef LDAP_CONNECTIONLESS
101
102 /* define this to add debugging code */
103 #undef LDAP_DEBUG
104
105 /* define this for LDAP DNS support */
106 #undef LDAP_DNS
107
108 /* define this to remove -lldap cache support */
109 #undef LDAP_NOCACHE
110
111 /* define this for LDAP process title support */
112 #undef LDAP_PROCTITLE
113
114 /* define this for LDAP User Interface support */
115 #undef LDAP_LIBUI
116
117 /* define this to use DB2 in native mode */
118 #undef LDBM_USE_DB2
119
120 /* define this to use DB2 in compat185 mode */
121 #undef LDBM_USE_DB2_COMPAT185
122
123 /* define this to use DBBTREE w/ LDBM backend */
124 #undef LDBM_USE_DBBTREE
125
126 /* define this to use DBHASH w/ LDBM backend */
127 #undef LDBM_USE_DBHASH
128
129 /* define this to use GDBM w/ LDBM backend */
130 #undef LDBM_USE_GDBM
131
132 /* define this to use NDBM w/ LDBM backend */
133 #undef LDBM_USE_NDBM
134
135 /* define this if you want no termcap support */
136 #undef NO_TERMCAP
137
138 /* define this if you want no thread support */
139 #undef NO_THREADS
140
141 /* define this if the thread package is preemptive */
142 #undef PREEMPTIVE_THREADS
143
144 /* define this for ACL Group support */
145 #undef SLAPD_ACLGROUPS
146
147 /* define this for crypt(3) password support */
148 #undef SLAPD_CRYPT
149
150 /* define this to use SLAPD LDBM backend */
151 #undef SLAPD_LDBM
152
153 /* define this for MD5 password support */
154 #undef SLAPD_MD5
155
156 /* define this to use SLAPD passwd backend */
157 #undef SLAPD_PASSWD
158
159 /* define this for phonetic support */
160 #undef SLAPD_PHONETIC
161
162 /* define this for Reverse Lookup support */
163 #undef SLAPD_RLOOKUPS
164
165 /* define this for SHA1 password support */
166 #undef SLAPD_SHA1
167
168 /* define this to use SLAPD shell backend */
169 #undef SLAPD_SHELL
170
171 /* These are defined in ldap_features.h */
172 /*
173         LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
174         LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
175 */
176
177 \f
178 /* Leave that blank line there!!  Autoheader needs it. */