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