]> git.sur5r.net Git - openldap/blob - include/portable.h.in
Import latest from -devel:
[openldap] / include / portable.h.in
1 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
2 /* portable.h.top begin */
3 /*
4  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms are permitted only
8  * as authorized by the OpenLDAP Public License.  A copy of this
9  * license is available at http://www.OpenLDAP.org/license.html or
10  * in file LICENSE in the top-level directory of the distribution.
11  */
12
13 #ifndef _LDAP_PORTABLE_H
14 #define _LDAP_PORTABLE_H
15
16 /* portable.h.top end */
17
18 /* Define if on AIX 3.
19    System headers sometimes define this.
20    We just want to avoid a redefinition error message.  */
21 #ifndef _ALL_SOURCE
22 #undef _ALL_SOURCE
23 #endif
24
25 /* Define to empty if the keyword does not work.  */
26 #undef const
27
28 /* Define to the type of elements in the array set by `getgroups'.
29    Usually this is either `int' or `gid_t'.  */
30 #undef GETGROUPS_T
31
32 /* Define to `int' if <sys/types.h> doesn't define.  */
33 #undef gid_t
34
35 /* Define if you don't have vprintf but do have _doprnt.  */
36 #undef HAVE_DOPRNT
37
38 /* Define if your struct stat has st_blksize.  */
39 #undef HAVE_ST_BLKSIZE
40
41 /* Define if you have the strftime function.  */
42 #undef HAVE_STRFTIME
43
44 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
45 #undef HAVE_SYS_WAIT_H
46
47 /* Define if you have the vprintf function.  */
48 #undef HAVE_VPRINTF
49
50 /* Define if you have the wait3 system call.  */
51 #undef HAVE_WAIT3
52
53 /* Define if on MINIX.  */
54 #undef _MINIX
55
56 /* Define to `int' if <sys/types.h> doesn't define.  */
57 #undef mode_t
58
59 /* Define to `long' if <sys/types.h> doesn't define.  */
60 #undef off_t
61
62 /* Define to `int' if <sys/types.h> doesn't define.  */
63 #undef pid_t
64
65 /* Define if the system does not provide POSIX.1 features except
66    with this defined.  */
67 #undef _POSIX_1_SOURCE
68
69 /* Define if you need to in order for stat and other things to work.  */
70 #undef _POSIX_SOURCE
71
72 /* Define as the return type of signal handlers (int or void).  */
73 #undef RETSIGTYPE
74
75 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
76 #undef size_t
77
78 /* Define if you have the ANSI C header files.  */
79 #undef STDC_HEADERS
80
81 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
82 #undef TIME_WITH_SYS_TIME
83
84 /* Define if your <sys/time.h> declares struct tm.  */
85 #undef TM_IN_SYS_TIME
86
87 /* Define to `int' if <sys/types.h> doesn't define.  */
88 #undef uid_t
89
90 /* Define if your processor stores words with the most significant
91    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
92 #undef WORDS_BIGENDIAN
93
94 /* define this if needed to get reentrant functions */
95 #ifndef REENTRANT
96 #undef REENTRANT
97 #endif
98 #ifndef _REENTRANT
99 #undef _REENTRANT
100 #endif
101
102 /* define this if needed to get threadsafe functions */
103 #ifndef THREADSAFE
104 #undef THREADSAFE
105 #endif
106 #ifndef _THREADSAFE
107 #undef _THREADSAFE
108 #endif
109 #ifndef THREAD_SAFE
110 #undef THREAD_SAFE
111 #endif
112 #ifndef _THREAD_SAFE
113 #undef _THREAD_SAFE
114 #endif
115
116 /* define this if cross compiling */
117 #undef CROSS_COMPILING
118
119 /* define this if toupper() requires tolower() check */
120 #undef C_UPPER_LOWER
121
122 /* define this if sys_errlist is not defined in stdio.h or errno.h */
123 #undef DECL_SYS_ERRLIST
124
125 /* define this if TIOCGWINSZ is defined in sys/ioctl.h */
126 #undef GWINSZ_IN_SYS_IOCTL
127
128 /* define if you have berkeley db */
129 #undef HAVE_BERKELEY_DB
130
131 /* define if you have berkeley db2 */
132 #undef HAVE_BERKELEY_DB2
133
134 /* define if you have crypt */
135 #undef HAVE_CRYPT
136
137 /* define if you have DSAP */
138 #undef HAVE_DSAP
139
140 /* define if you have GDBM */
141 #undef HAVE_GDBM
142
143 /* define if you have ISODE */
144 #undef HAVE_ISODE
145
146 /* define if you have Kerberos */
147 #undef HAVE_KERBEROS
148
149 /* define if you have LinuxThreads */
150 #undef HAVE_LINUX_THREADS
151
152 /* define if you have Sun LWP (SunOS style) */
153 #undef HAVE_LWP
154
155 /* define if you have -lncurses */
156 #undef HAVE_NCURSES
157
158 /* define if you have NDBM */
159 #undef HAVE_NDBM
160
161 /* define if you have Mach CThreads */
162 #undef HAVE_MACH_CTHREADS
163
164 /* define if you have POSIX termios */
165 #undef HAVE_POSIX_TERMIOS
166
167 /* define if you have PP */
168 #undef HAVE_PP
169
170 /* define if you have POSIX Threads */
171 #undef HAVE_PTHREADS
172
173 /* define if your POSIX Threads implementation is circa Final Draft */
174 #undef HAVE_PTHREADS_FINAL
175
176 /* define if your POSIX Threads implementation is circa Draft 4 */
177 #undef HAVE_PTHREADS_D4
178
179 /* define if you have ptrdiff_t */
180 #undef HAVE_PTRDIFF_T
181
182 /* define if you have res_search() */
183 #ifdef __notdef__
184 /* see second res_search define */
185 #undef HAVE_RES_SEARCH
186 #endif
187
188 /* define if you have sched_yield() */
189 #ifdef __notdef__
190 /* see second sched_yield define */
191 #undef HAVE_SCHED_YIELD
192 #endif
193
194 /* define if you have setproctitle() */
195 #undef HAVE_SETPROCTITLE
196
197 /* define if you have -lwrap */
198 #undef HAVE_TCPD
199
200 /* define if you have -ltermcap */
201 #undef HAVE_TERMCAP
202
203 /* define if you have Sun LWP (Solaris style) */
204 #undef HAVE_THR
205
206 /* define if you have XTPP */
207 #undef HAVE_XTPP
208
209 /* define this if select() implicitly yields in thread environments */
210 #undef HAVE_YIELDING_SELECT
211
212 /* define this for connectionless LDAP support */
213 #undef LDAP_CONNECTIONLESS
214
215 /* define this to add debugging code */
216 #undef LDAP_DEBUG
217
218 /* define this for LDAP DNS support */
219 #undef LDAP_DNS
220
221 /* define this to remove -lldap cache support */
222 #undef LDAP_NOCACHE
223
224 /* define this for LDAP process title support */
225 #undef LDAP_PROCTITLE
226
227 /* define this for LDAP referrals support */
228 #undef LDAP_REFERRALS
229
230 /* define this for LDAP User Interface support */
231 #undef LDAP_LIBUI
232
233 /* define this to use DBBTREE w/ LDBM backend */
234 #undef LDBM_USE_DBBTREE
235
236 /* define this to use DBHASH w/ LDBM backend */
237 #undef LDBM_USE_DBHASH
238
239 /* define this if you want no termcap support */
240 #undef NO_TERMCAP
241
242 /* define this if you want no thread support */
243 #undef NO_THREADS
244
245 /* define this for ACL Group support */
246 #undef SLAPD_ACLGROUPS
247
248 /* define this for ClearText password support */
249 #undef SLAPD_CLEARTEXT
250
251 /* define this for crypt(3) password support */
252 #undef SLAPD_CRYPT
253
254 /* define this to use SLAPD LDBM backend */
255 #undef SLAPD_LDBM
256
257 /* define this to use SLAPD passwd backend */
258 #undef SLAPD_PASSWD
259
260 /* define this for phonetic support */
261 #undef SLAPD_PHONETIC
262
263 /* define this for Reverse Lookup support */
264 #undef SLAPD_RLOOKUPS
265
266 /* define this to use SLAPD shell backend */
267 #undef SLAPD_SHELL
268
269 /* The number of bytes in a int.  */
270 #undef SIZEOF_INT
271
272 /* The number of bytes in a long.  */
273 #undef SIZEOF_LONG
274
275 /* The number of bytes in a short.  */
276 #undef SIZEOF_SHORT
277
278 /* Define if you have the bcopy function.  */
279 #undef HAVE_BCOPY
280
281 /* Define if you have the feof_unlocked function.  */
282 #undef HAVE_FEOF_UNLOCKED
283
284 /* Define if you have the flock function.  */
285 #undef HAVE_FLOCK
286
287 /* Define if you have the flockfile function.  */
288 #undef HAVE_FLOCKFILE
289
290 /* Define if you have the ftrylockfile function.  */
291 #undef HAVE_FTRYLOCKFILE
292
293 /* Define if you have the getdtablesize function.  */
294 #undef HAVE_GETDTABLESIZE
295
296 /* Define if you have the gethostbyaddr_r function.  */
297 #undef HAVE_GETHOSTBYADDR_R
298
299 /* Define if you have the gethostbyname_r function.  */
300 #undef HAVE_GETHOSTBYNAME_R
301
302 /* Define if you have the gethostname function.  */
303 #undef HAVE_GETHOSTNAME
304
305 /* Define if you have the getopt function.  */
306 #undef HAVE_GETOPT
307
308 /* Define if you have the getpwuid function.  */
309 #undef HAVE_GETPWUID
310
311 /* Define if you have the gettimeofday function.  */
312 #undef HAVE_GETTIMEOFDAY
313
314 /* Define if you have the gmtime_r function.  */
315 #undef HAVE_GMTIME_R
316
317 /* Define if you have the lockf function.  */
318 #undef HAVE_LOCKF
319
320 /* Define if you have the memcpy function.  */
321 #undef HAVE_MEMCPY
322
323 /* Define if you have the memmove function.  */
324 #undef HAVE_MEMMOVE
325
326 /* Define if you have the mkstemp function.  */
327 #undef HAVE_MKSTEMP
328
329 /* Define if you have the pthread_attr_create function.  */
330 #undef HAVE_PTHREAD_ATTR_CREATE
331
332 /* Define if you have the pthread_attr_delete function.  */
333 #undef HAVE_PTHREAD_ATTR_DELETE
334
335 /* Define if you have the pthread_attr_destroy function.  */
336 #undef HAVE_PTHREAD_ATTR_DESTROY
337
338 /* Define if you have the pthread_attr_init function.  */
339 #undef HAVE_PTHREAD_ATTR_INIT
340
341 /* Define if you have the pthread_attr_setdetach_np function.  */
342 #undef HAVE_PTHREAD_ATTR_SETDETACH_NP
343
344 /* Define if you have the pthread_attr_setdetachstate function.  */
345 #undef HAVE_PTHREAD_ATTR_SETDETACHSTATE
346
347 /* Define if you have the pthread_kill function.  */
348 #undef HAVE_PTHREAD_KILL
349
350 /* Define if you have the pthread_setconcurrency function.  */
351 #undef HAVE_PTHREAD_SETCONCURRENCY
352
353 /* Define if you have the pthread_yield function.  */
354 #undef HAVE_PTHREAD_YIELD
355
356 /* Define if you have the putc_unlocked function.  */
357 #undef HAVE_PUTC_UNLOCKED
358
359 /* Define if you have the res_search function.  */
360 #undef HAVE_RES_SEARCH
361
362 /* Define if you have the sched_yield function.  */
363 #undef HAVE_SCHED_YIELD
364
365 /* Define if you have the select function.  */
366 #undef HAVE_SELECT
367
368 /* Define if you have the setpwfile function.  */
369 #undef HAVE_SETPWFILE
370
371 /* Define if you have the setsid function.  */
372 #undef HAVE_SETSID
373
374 /* Define if you have the signal function.  */
375 #undef HAVE_SIGNAL
376
377 /* Define if you have the sigset function.  */
378 #undef HAVE_SIGSET
379
380 /* Define if you have the snprintf function.  */
381 #undef HAVE_SNPRINTF
382
383 /* Define if you have the socket function.  */
384 #undef HAVE_SOCKET
385
386 /* Define if you have the strdup function.  */
387 #undef HAVE_STRDUP
388
389 /* Define if you have the strerror function.  */
390 #undef HAVE_STRERROR
391
392 /* Define if you have the strpbrk function.  */
393 #undef HAVE_STRPBRK
394
395 /* Define if you have the strrchr function.  */
396 #undef HAVE_STRRCHR
397
398 /* Define if you have the strsep function.  */
399 #undef HAVE_STRSEP
400
401 /* Define if you have the strstr function.  */
402 #undef HAVE_STRSTR
403
404 /* Define if you have the strtok function.  */
405 #undef HAVE_STRTOK
406
407 /* Define if you have the strtok_r function.  */
408 #undef HAVE_STRTOK_R
409
410 /* Define if you have the strtol function.  */
411 #undef HAVE_STRTOL
412
413 /* Define if you have the strtoul function.  */
414 #undef HAVE_STRTOUL
415
416 /* Define if you have the sysconf function.  */
417 #undef HAVE_SYSCONF
418
419 /* Define if you have the tempnam function.  */
420 #undef HAVE_TEMPNAM
421
422 /* Define if you have the thr_setconcurrency function.  */
423 #undef HAVE_THR_SETCONCURRENCY
424
425 /* Define if you have the unlocked_feof function.  */
426 #undef HAVE_UNLOCKED_FEOF
427
428 /* Define if you have the unlocked_putc function.  */
429 #undef HAVE_UNLOCKED_PUTC
430
431 /* Define if you have the vsnprintf function.  */
432 #undef HAVE_VSNPRINTF
433
434 /* Define if you have the vsprintf function.  */
435 #undef HAVE_VSPRINTF
436
437 /* Define if you have the waitpid function.  */
438 #undef HAVE_WAITPID
439
440 /* Define if you have the <crypt.h> header file.  */
441 #undef HAVE_CRYPT_H
442
443 /* Define if you have the <db.h> header file.  */
444 #undef HAVE_DB_H
445
446 /* Define if you have the <db_185.h> header file.  */
447 #undef HAVE_DB_185_H
448
449 /* Define if you have the <des.h> header file.  */
450 #undef HAVE_DES_H
451
452 /* Define if you have the <dirent.h> header file.  */
453 #undef HAVE_DIRENT_H
454
455 /* Define if you have the <errno.h> header file.  */
456 #undef HAVE_ERRNO_H
457
458 /* Define if you have the <fcntl.h> header file.  */
459 #undef HAVE_FCNTL_H
460
461 /* Define if you have the <filio.h> header file.  */
462 #undef HAVE_FILIO_H
463
464 /* Define if you have the <gdbm.h> header file.  */
465 #undef HAVE_GDBM_H
466
467 /* Define if you have the <getopt.h> header file.  */
468 #undef HAVE_GETOPT_H
469
470 /* Define if you have the <kerberosIV/des.h> header file.  */
471 #undef HAVE_KERBEROSIV_DES_H
472
473 /* Define if you have the <kerberosIV/krb.h> header file.  */
474 #undef HAVE_KERBEROSIV_KRB_H
475
476 /* Define if you have the <krb.h> header file.  */
477 #undef HAVE_KRB_H
478
479 /* Define if you have the <libutil.h> header file.  */
480 #undef HAVE_LIBUTIL_H
481
482 /* Define if you have the <limits.h> header file.  */
483 #undef HAVE_LIMITS_H
484
485 /* Define if you have the <lwp/lwp.h> header file.  */
486 #undef HAVE_LWP_LWP_H
487
488 /* Define if you have the <mach/cthreads.h> header file.  */
489 #undef HAVE_MACH_CTHREADS_H
490
491 /* Define if you have the <malloc.h> header file.  */
492 #undef HAVE_MALLOC_H
493
494 /* Define if you have the <memory.h> header file.  */
495 #undef HAVE_MEMORY_H
496
497 /* Define if you have the <ncurses.h> header file.  */
498 #undef HAVE_NCURSES_H
499
500 /* Define if you have the <ndbm.h> header file.  */
501 #undef HAVE_NDBM_H
502
503 /* Define if you have the <ndir.h> header file.  */
504 #undef HAVE_NDIR_H
505
506 /* Define if you have the <psap.h> header file.  */
507 #undef HAVE_PSAP_H
508
509 /* Define if you have the <pthread.h> header file.  */
510 #undef HAVE_PTHREAD_H
511
512 /* Define if you have the <pwd.h> header file.  */
513 #undef HAVE_PWD_H
514
515 /* Define if you have the <regex.h> header file.  */
516 #undef HAVE_REGEX_H
517
518 /* Define if you have the <sched.h> header file.  */
519 #undef HAVE_SCHED_H
520
521 /* Define if you have the <sgtty.h> header file.  */
522 #undef HAVE_SGTTY_H
523
524 /* Define if you have the <stdarg.h> header file.  */
525 #undef HAVE_STDARG_H
526
527 /* Define if you have the <stddef.h> header file.  */
528 #undef HAVE_STDDEF_H
529
530 /* Define if you have the <string.h> header file.  */
531 #undef HAVE_STRING_H
532
533 /* Define if you have the <strings.h> header file.  */
534 #undef HAVE_STRINGS_H
535
536 /* Define if you have the <synch.h> header file.  */
537 #undef HAVE_SYNCH_H
538
539 /* Define if you have the <sys/dir.h> header file.  */
540 #undef HAVE_SYS_DIR_H
541
542 /* Define if you have the <sys/errno.h> header file.  */
543 #undef HAVE_SYS_ERRNO_H
544
545 /* Define if you have the <sys/file.h> header file.  */
546 #undef HAVE_SYS_FILE_H
547
548 /* Define if you have the <sys/filio.h> header file.  */
549 #undef HAVE_SYS_FILIO_H
550
551 /* Define if you have the <sys/ioctl.h> header file.  */
552 #undef HAVE_SYS_IOCTL_H
553
554 /* Define if you have the <sys/ndir.h> header file.  */
555 #undef HAVE_SYS_NDIR_H
556
557 /* Define if you have the <sys/param.h> header file.  */
558 #undef HAVE_SYS_PARAM_H
559
560 /* Define if you have the <sys/resource.h> header file.  */
561 #undef HAVE_SYS_RESOURCE_H
562
563 /* Define if you have the <sys/socket.h> header file.  */
564 #undef HAVE_SYS_SOCKET_H
565
566 /* Define if you have the <sys/syslog.h> header file.  */
567 #undef HAVE_SYS_SYSLOG_H
568
569 /* Define if you have the <sys/time.h> header file.  */
570 #undef HAVE_SYS_TIME_H
571
572 /* Define if you have the <sys/types.h> header file.  */
573 #undef HAVE_SYS_TYPES_H
574
575 /* Define if you have the <syslog.h> header file.  */
576 #undef HAVE_SYSLOG_H
577
578 /* Define if you have the <termcap.h> header file.  */
579 #undef HAVE_TERMCAP_H
580
581 /* Define if you have the <termios.h> header file.  */
582 #undef HAVE_TERMIOS_H
583
584 /* Define if you have the <thread.h> header file.  */
585 #undef HAVE_THREAD_H
586
587 /* Define if you have the <unistd.h> header file.  */
588 #undef HAVE_UNISTD_H
589
590 /* Define if you have the V3 library (-lV3).  */
591 #undef HAVE_LIBV3
592
593 /* Define if you have the bind library (-lbind).  */
594 #undef HAVE_LIBBIND
595
596 /* Define if you have the gen library (-lgen).  */
597 #undef HAVE_LIBGEN
598
599 /* Define if you have the inet library (-linet).  */
600 #undef HAVE_LIBINET
601
602 /* Define if you have the net library (-lnet).  */
603 #undef HAVE_LIBNET
604
605 /* Define if you have the nsl library (-lnsl).  */
606 #undef HAVE_LIBNSL
607
608 /* Define if you have the nsl_s library (-lnsl_s).  */
609 #undef HAVE_LIBNSL_S
610
611 /* Define if you have the resolv library (-lresolv).  */
612 #undef HAVE_LIBRESOLV
613
614 /* Define if you have the socket library (-lsocket).  */
615 #undef HAVE_LIBSOCKET
616 /* portable.h.bot begin */
617 /*
618  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
619  * All rights reserved.
620  *
621  * Redistribution and use in source and binary forms are permitted only
622  * as authorized by the OpenLDAP Public License.  A copy of this
623  * license is available at http://www.OpenLDAP.org/license.html or
624  * in file LICENSE in the top-level directory of the distribution.
625  */
626
627 #ifdef HAVE_STDDEF_H
628 #       include <stddef.h>
629 #endif
630
631 #include "ldap_cdefs.h"
632
633 #endif /* _LDAP_PORTABLE_H */
634
635 /* portable.h.bot end */