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