]> git.sur5r.net Git - openldap/blob - include/portable.h.in
Add detection of LWP threads (untested).
[openldap] / include / portable.h.in
1 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
2 /*
3  * Copyright (c) 1994 Regents of the University of Michigan.
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted
7  * provided that this notice is preserved and that due credit is given
8  * to the University of Michigan at Ann Arbor. The name of the University
9  * may not be used to endorse or promote products derived from this
10  * software without specific prior written permission. This software
11  * is provided ``as is'' without express or implied warranty.
12  */
13
14 #ifndef _LDAP_PORTABLE_H
15 #define _LDAP_PORTABLE_H
16
17
18 /* Define to empty if the keyword does not work.  */
19 #undef const
20
21 /* Define to the type of elements in the array set by `getgroups'.
22    Usually this is either `int' or `gid_t'.  */
23 #undef GETGROUPS_T
24
25 /* Define to `int' if <sys/types.h> doesn't define.  */
26 #undef gid_t
27
28 /* Define if you don't have vprintf but do have _doprnt.  */
29 #undef HAVE_DOPRNT
30
31 /* Define if your struct stat has st_blksize.  */
32 #undef HAVE_ST_BLKSIZE
33
34 /* Define if you have the strftime function.  */
35 #undef HAVE_STRFTIME
36
37 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
38 #undef HAVE_SYS_WAIT_H
39
40 /* Define if you have the vprintf function.  */
41 #undef HAVE_VPRINTF
42
43 /* Define if you have the wait3 system call.  */
44 #undef HAVE_WAIT3
45
46 /* Define to `int' if <sys/types.h> doesn't define.  */
47 #undef mode_t
48
49 /* Define to `long' if <sys/types.h> doesn't define.  */
50 #undef off_t
51
52 /* Define to `int' if <sys/types.h> doesn't define.  */
53 #undef pid_t
54
55 /* Define as the return type of signal handlers (int or void).  */
56 #undef RETSIGTYPE
57
58 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
59 #undef size_t
60
61 /* Define if you have the ANSI C header files.  */
62 #undef STDC_HEADERS
63
64 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
65 #undef TIME_WITH_SYS_TIME
66
67 /* Define if your <sys/time.h> declares struct tm.  */
68 #undef TM_IN_SYS_TIME
69
70 /* Define to `int' if <sys/types.h> doesn't define.  */
71 #undef uid_t
72
73 /* define this if sys_errlist is not defined in stdio.h or errno.h */
74 #undef DECL_SYS_ERRLIST
75
76 /* define this for ACL Group support */
77 #undef SLAPD_ACLGROUPS
78
79 /* define this for Reverse Lookup support */
80 #undef SLAPD_RLOOKUPS
81
82 /* define this for phonetic support */
83 #undef SLAPD_PHONETIC
84
85 /* Define if you have the flock function.  */
86 #undef HAVE_FLOCK
87
88 /* Define if you have the getdtablesize function.  */
89 #undef HAVE_GETDTABLESIZE
90
91 /* Define if you have the gethostname function.  */
92 #undef HAVE_GETHOSTNAME
93
94 /* Define if you have the gettimeofday function.  */
95 #undef HAVE_GETTIMEOFDAY
96
97 /* Define if you have the lockf function.  */
98 #undef HAVE_LOCKF
99
100 /* Define if you have the memcpy function.  */
101 #undef HAVE_MEMCPY
102
103 /* Define if you have the mktime function.  */
104 #undef HAVE_MKTIME
105
106 /* Define if you have the pthread_attr_create function.  */
107 #undef HAVE_PTHREAD_ATTR_CREATE
108
109 /* Define if you have the pthread_attr_delete function.  */
110 #undef HAVE_PTHREAD_ATTR_DELETE
111
112 /* Define if you have the pthread_attr_destroy function.  */
113 #undef HAVE_PTHREAD_ATTR_DESTROY
114
115 /* Define if you have the pthread_attr_init function.  */
116 #undef HAVE_PTHREAD_ATTR_INIT
117
118 /* Define if you have the pthread_attr_setdetach_np function.  */
119 #undef HAVE_PTHREAD_ATTR_SETDETACH_NP
120
121 /* Define if you have the pthread_attr_setdetachstate function.  */
122 #undef HAVE_PTHREAD_ATTR_SETDETACHSTATE
123
124 /* Define if you have the pthread_kill function.  */
125 #undef HAVE_PTHREAD_KILL
126
127 /* Define if you have the pthread_yield function.  */
128 #undef HAVE_PTHREAD_YIELD
129
130 /* Define if you have the sched_yield function.  */
131 #undef HAVE_SCHED_YIELD
132
133 /* Define if you have the select function.  */
134 #undef HAVE_SELECT
135
136 /* Define if you have the setpwfile function.  */
137 #undef HAVE_SETPWFILE
138
139 /* Define if you have the setsid function.  */
140 #undef HAVE_SETSID
141
142 /* Define if you have the signal function.  */
143 #undef HAVE_SIGNAL
144
145 /* Define if you have the sigset function.  */
146 #undef HAVE_SIGSET
147
148 /* Define if you have the socket function.  */
149 #undef HAVE_SOCKET
150
151 /* Define if you have the strdup function.  */
152 #undef HAVE_STRDUP
153
154 /* Define if you have the strerror function.  */
155 #undef HAVE_STRERROR
156
157 /* Define if you have the strrchr function.  */
158 #undef HAVE_STRRCHR
159
160 /* Define if you have the strsep function.  */
161 #undef HAVE_STRSEP
162
163 /* Define if you have the strstr function.  */
164 #undef HAVE_STRSTR
165
166 /* Define if you have the strtod function.  */
167 #undef HAVE_STRTOD
168
169 /* Define if you have the strtol function.  */
170 #undef HAVE_STRTOL
171
172 /* Define if you have the strtoul function.  */
173 #undef HAVE_STRTOUL
174
175 /* Define if you have the sysconf function.  */
176 #undef HAVE_SYSCONF
177
178 /* Define if you have the <db.h> header file.  */
179 #undef HAVE_DB_H
180
181 /* Define if you have the <db_185.h> header file.  */
182 #undef HAVE_DB_185_H
183
184 /* Define if you have the <des.h> header file.  */
185 #undef HAVE_DES_H
186
187 /* Define if you have the <dirent.h> header file.  */
188 #undef HAVE_DIRENT_H
189
190 /* Define if you have the <fcntl.h> header file.  */
191 #undef HAVE_FCNTL_H
192
193 /* Define if you have the <filio.h> header file.  */
194 #undef HAVE_FILIO_H
195
196 /* Define if you have the <gdbm.h> header file.  */
197 #undef HAVE_GDBM_H
198
199 /* Define if you have the <kerberosIV/des.h> header file.  */
200 #undef HAVE_KERBEROSIV_DES_H
201
202 /* Define if you have the <kerberosIV/krb.h> header file.  */
203 #undef HAVE_KERBEROSIV_KRB_H
204
205 /* Define if you have the <krb.h> header file.  */
206 #undef HAVE_KRB_H
207
208 /* Define if you have the <limits.h> header file.  */
209 #undef HAVE_LIMITS_H
210
211 /* Define if you have the <lwp/lwp.h> header file.  */
212 #undef HAVE_LWP_LWP_H
213
214 /* Define if you have the <mach/cthreads.h> header file.  */
215 #undef HAVE_MACH_CTHREADS_H
216
217 /* Define if you have the <malloc.h> header file.  */
218 #undef HAVE_MALLOC_H
219
220 /* Define if you have the <ncurses.h> header file.  */
221 #undef HAVE_NCURSES_H
222
223 /* Define if you have the <ndbm.h> header file.  */
224 #undef HAVE_NDBM_H
225
226 /* Define if you have the <ndir.h> header file.  */
227 #undef HAVE_NDIR_H
228
229 /* Define if you have the <pthread.h> header file.  */
230 #undef HAVE_PTHREAD_H
231
232 /* Define if you have the <sched.h> header file.  */
233 #undef HAVE_SCHED_H
234
235 /* Define if you have the <sgtty.h> header file.  */
236 #undef HAVE_SGTTY_H
237
238 /* Define if you have the <stddef.h> header file.  */
239 #undef HAVE_STDDEF_H
240
241 /* Define if you have the <synch.h> header file.  */
242 #undef HAVE_SYNCH_H
243
244 /* Define if you have the <sys/dir.h> header file.  */
245 #undef HAVE_SYS_DIR_H
246
247 /* Define if you have the <sys/file.h> header file.  */
248 #undef HAVE_SYS_FILE_H
249
250 /* Define if you have the <sys/ioctl.h> header file.  */
251 #undef HAVE_SYS_IOCTL_H
252
253 /* Define if you have the <sys/ndir.h> header file.  */
254 #undef HAVE_SYS_NDIR_H
255
256 /* Define if you have the <sys/time.h> header file.  */
257 #undef HAVE_SYS_TIME_H
258
259 /* Define if you have the <syslog.h> header file.  */
260 #undef HAVE_SYSLOG_H
261
262 /* Define if you have the <termcap.h> header file.  */
263 #undef HAVE_TERMCAP_H
264
265 /* Define if you have the <termio.h> header file.  */
266 #undef HAVE_TERMIO_H
267
268 /* Define if you have the <thread.h> header file.  */
269 #undef HAVE_THREAD_H
270
271 /* Define if you have the <unistd.h> header file.  */
272 #undef HAVE_UNISTD_H
273
274 /* Define if you have the V3 library (-lV3).  */
275 #undef HAVE_LIBV3
276
277 /* Define if you have the gen library (-lgen).  */
278 #undef HAVE_LIBGEN
279
280 /* Define if you have the inet library (-linet).  */
281 #undef HAVE_LIBINET
282
283 /* Define if you have the net library (-lnet).  */
284 #undef HAVE_LIBNET
285
286 /* Define if you have the nsl library (-lnsl).  */
287 #undef HAVE_LIBNSL
288
289 /* Define if you have the nsl_s library (-lnsl_s).  */
290 #undef HAVE_LIBNSL_S
291
292 /* Define if you have the socket library (-lsocket).  */
293 #undef HAVE_LIBSOCKET
294
295 #ifdef HAVE_STDDEF_H
296 #       include <stddef.h>
297 #endif
298
299 #include "bridge.h"
300
301 #endif /* _LDAP_PORTABLE_H */