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