]> git.sur5r.net Git - openldap/blob - include/portable.h.in
240e480b6331011e83c06a06591b36cdf9414cae
[openldap] / include / portable.h.in
1 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
2 /*
3  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted only
7  * as authorized by the OpenLDAP Public License.  A copy of this
8  * license is available at http://www.OpenLDAP.org/license.html or
9  * in file LICENSE in the top-level directory of the distribution.
10  */
11
12 #ifndef _LDAP_PORTABLE_H
13 #define _LDAP_PORTABLE_H
14
15 /* end of preamble */
16
17 /* Define if on AIX 3.
18    System headers sometimes define this.
19    We just want to avoid a redefinition error message.  */
20 #ifndef _ALL_SOURCE
21 #undef _ALL_SOURCE
22 #endif
23
24 /* Define to empty if the keyword does not work.  */
25 #undef const
26
27 /* Define to the type of elements in the array set by `getgroups'.
28    Usually this is either `int' or `gid_t'.  */
29 #undef GETGROUPS_T
30
31 /* Define to `int' if <sys/types.h> doesn't define.  */
32 #undef gid_t
33
34 /* Define if you don't have vprintf but do have _doprnt.  */
35 #undef HAVE_DOPRNT
36
37 /* Define if your struct stat has st_blksize.  */
38 #undef HAVE_ST_BLKSIZE
39
40 /* Define if you have the strftime function.  */
41 #undef HAVE_STRFTIME
42
43 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
44 #undef HAVE_SYS_WAIT_H
45
46 /* Define if you have the vprintf function.  */
47 #undef HAVE_VPRINTF
48
49 /* Define if on MINIX.  */
50 #undef _MINIX
51
52 /* Define to `int' if <sys/types.h> doesn't define.  */
53 #undef mode_t
54
55 /* Define to `long' if <sys/types.h> doesn't define.  */
56 #undef off_t
57
58 /* Define to `int' if <sys/types.h> doesn't define.  */
59 #undef pid_t
60
61 /* Define if the system does not provide POSIX.1 features except
62    with this defined.  */
63 #undef _POSIX_1_SOURCE
64
65 /* Define if you need to in order for stat and other things to work.  */
66 #undef _POSIX_SOURCE
67
68 /* Define as the return type of signal handlers (int or void).  */
69 #undef RETSIGTYPE
70
71 /* Define to the type of arg1 for select(). */
72 #undef SELECT_TYPE_ARG1
73
74 /* Define to the type of args 2, 3 and 4 for select(). */
75 #undef SELECT_TYPE_ARG234
76
77 /* Define to the type of arg5 for select(). */
78 #undef SELECT_TYPE_ARG5
79
80 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
81 #undef size_t
82
83 /* Define if you have the ANSI C header files.  */
84 #undef STDC_HEADERS
85
86 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
87 #undef TIME_WITH_SYS_TIME
88
89 /* Define if your <sys/time.h> declares struct tm.  */
90 #undef TM_IN_SYS_TIME
91
92 /* Define to `int' if <sys/types.h> doesn't define.  */
93 #undef uid_t
94
95 /* Define if your processor stores words with the most significant
96    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
97 #undef WORDS_BIGENDIAN
98
99 /* define this if needed to get reentrant functions */
100 #ifndef REENTRANT
101 #undef REENTRANT
102 #endif
103 #ifndef _REENTRANT
104 #undef _REENTRANT
105 #endif
106
107 /* define this if needed to get threadsafe functions */
108 #ifndef THREADSAFE
109 #undef THREADSAFE
110 #endif
111 #ifndef _THREADSAFE
112 #undef _THREADSAFE
113 #endif
114 #ifndef THREAD_SAFE
115 #undef THREAD_SAFE
116 #endif
117 #ifndef _THREAD_SAFE
118 #undef _THREAD_SAFE
119 #endif
120
121 #ifndef _SGI_MP_SOURCE
122 #undef _SGI_MP_SOURCE
123 #endif
124
125 /* define if you have crypt */
126 #undef HAVE_CRYPT
127
128 /* define if you have res_search() */
129 #ifdef __notdef__
130 /* see second res_search define */
131 #undef HAVE_RES_SEARCH
132 #endif
133
134 /* define if you have sched_yield() */
135 #ifdef __notdef__
136 /* see second sched_yield define */
137 #undef HAVE_SCHED_YIELD
138 #endif
139
140 /* define if you have setproctitle() */
141 #undef HAVE_SETPROCTITLE
142
143 /* define this for connectionless LDAP support */
144 #undef LDAP_CONNECTIONLESS
145
146 /* define this to add debugging code */
147 #undef LDAP_DEBUG
148
149 /* define this to remove -lldap cache support */
150 #undef LDAP_NOCACHE
151
152 /* define this for LDAP process title support */
153 #undef LDAP_PROCTITLE
154
155 /* define this for LDAP User Interface support */
156 #undef LDAP_LIBUI
157
158 /* define this to add syslog code */
159 #undef LDAP_SYSLOG
160
161 /* define this to use DBBTREE w/ LDBM backend */
162 #undef LDBM_USE_DBBTREE
163
164 /* define this to use DBHASH w/ LDBM backend */
165 #undef LDBM_USE_DBHASH
166
167 /* define this for ACL Group support */
168 #undef SLAPD_ACLGROUPS
169
170 /* define this to use SLAPD Berkeley DB2 backend */
171 #undef SLAPD_BDB2
172
173 /* define this to compile SLAPD DB2 backend as a dynamic module*/
174 #undef SLAPD_BDB2_DYNAMIC
175
176 /* define this for ClearText password support */
177 #undef SLAPD_CLEARTEXT
178
179 /* define this for crypt(3) password support */
180 #undef SLAPD_CRYPT
181
182 /* define this to use SLAPD LDAP backend */
183 #undef SLAPD_LDAP
184
185 /* define this to compile SLAPD LDAP backend as a dynamic module*/
186 #undef SLAPD_LDAP_DYNAMIC
187
188 /* define this to use SLAPD LDBM backend */
189 #undef SLAPD_LDBM
190
191 /* define this to compile SLAPD LDBM backend as a dynamic module*/
192 #undef SLAPD_LDBM_DYNAMIC
193
194 /* define this to use SLAPD Modules */
195 #undef SLAPD_MODULES
196
197 /* define this to use SLAPD passwd backend */
198 #undef SLAPD_PASSWD
199
200 /* define this to compile SLAPD passwd backend as a dynamic module*/
201 #undef SLAPD_PASSWD_DYNAMIC
202
203 /* define this to use SLAPD Perl backend */
204 #undef SLAPD_PERL
205
206 /* define this to compile SLAPD Perl backend as a dynamic module*/
207 #undef SLAPD_PERL_DYNAMIC
208
209 /* define this for phonetic support */
210 #undef SLAPD_PHONETIC
211
212 /* define this for Reverse Lookup support */
213 #undef SLAPD_RLOOKUPS
214
215 /* define this to use SLAPD shell backend */
216 #undef SLAPD_SHELL
217
218 /* define this to compile SLAPD shell backend as a dynamic module*/
219 #undef SLAPD_SHELL_DYNAMIC
220
221 /* define this to use SLAPD TCL backend */
222 #undef SLAPD_TCL
223
224 /* define this to compile SLAPD TCL backend as a dynamic module*/
225 #undef SLAPD_TCL_DYNAMIC
226
227 /* define this to be empty if your compiler doesn't support volatile */
228 #undef volatile
229
230 /* define this if sig_atomic_t isn't defined in signal.h */
231 #undef sig_atomic_t
232
233 /* These are defined in ldap_features.h */
234 /*
235  LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
236  LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
237  LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
238  LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
239 */
240 /* These are defined in lber_types.h */
241 /*
242  LBER_INT_T
243  LBER_LEN_T
244  LBER_SOCKET_T
245  LBER_TAG_T
246 */
247
248 /* The number of bytes in a int.  */
249 #undef SIZEOF_INT
250
251 /* The number of bytes in a long.  */
252 #undef SIZEOF_LONG
253
254 /* The number of bytes in a short.  */
255 #undef SIZEOF_SHORT
256
257 /* Define if you have the bcopy function.  */
258 #undef HAVE_BCOPY
259
260 /* Define if you have the closesocket function.  */
261 #undef HAVE_CLOSESOCKET
262
263 /* Define if you have the ctime_r function.  */
264 #undef HAVE_CTIME_R
265
266 /* Define if you have the endgrent function.  */
267 #undef HAVE_ENDGRENT
268
269 /* Define if you have the endpwent function.  */
270 #undef HAVE_ENDPWENT
271
272 /* Define if you have the flock function.  */
273 #undef HAVE_FLOCK
274
275 /* Define if you have the getdtablesize function.  */
276 #undef HAVE_GETDTABLESIZE
277
278 /* Define if you have the getgrgid function.  */
279 #undef HAVE_GETGRGID
280
281 /* Define if you have the gethostbyaddr_r function.  */
282 #undef HAVE_GETHOSTBYADDR_R
283
284 /* Define if you have the gethostbyname_r function.  */
285 #undef HAVE_GETHOSTBYNAME_R
286
287 /* Define if you have the gethostname function.  */
288 #undef HAVE_GETHOSTNAME
289
290 /* Define if you have the getopt function.  */
291 #undef HAVE_GETOPT
292
293 /* Define if you have the getpass function.  */
294 #undef HAVE_GETPASS
295
296 /* Define if you have the getpwnam function.  */
297 #undef HAVE_GETPWNAM
298
299 /* Define if you have the getpwuid function.  */
300 #undef HAVE_GETPWUID
301
302 /* Define if you have the getspnam function.  */
303 #undef HAVE_GETSPNAM
304
305 /* Define if you have the gettimeofday function.  */
306 #undef HAVE_GETTIMEOFDAY
307
308 /* Define if you have the initgroups function.  */
309 #undef HAVE_INITGROUPS
310
311 /* Define if you have the lockf function.  */
312 #undef HAVE_LOCKF
313
314 /* Define if you have the memcpy function.  */
315 #undef HAVE_MEMCPY
316
317 /* Define if you have the memmove function.  */
318 #undef HAVE_MEMMOVE
319
320 /* Define if you have the mkstemp function.  */
321 #undef HAVE_MKSTEMP
322
323 /* Define if you have the pthread_getconcurrency function.  */
324 #undef HAVE_PTHREAD_GETCONCURRENCY
325
326 /* Define if you have the pthread_kill function.  */
327 #undef HAVE_PTHREAD_KILL
328
329 /* Define if you have the pthread_setconcurrency function.  */
330 #undef HAVE_PTHREAD_SETCONCURRENCY
331
332 /* Define if you have the pthread_yield function.  */
333 #undef HAVE_PTHREAD_YIELD
334
335 /* Define if you have the read function.  */
336 #undef HAVE_READ
337
338 /* Define if you have the recv function.  */
339 #undef HAVE_RECV
340
341 /* Define if you have the recvfrom function.  */
342 #undef HAVE_RECVFROM
343
344 /* Define if you have the res_search function.  */
345 #undef HAVE_RES_SEARCH
346
347 /* Define if you have the sched_yield function.  */
348 #undef HAVE_SCHED_YIELD
349
350 /* Define if you have the send function.  */
351 #undef HAVE_SEND
352
353 /* Define if you have the sendto function.  */
354 #undef HAVE_SENDTO
355
356 /* Define if you have the setegid function.  */
357 #undef HAVE_SETEGID
358
359 /* Define if you have the seteuid function.  */
360 #undef HAVE_SETEUID
361
362 /* Define if you have the setgid function.  */
363 #undef HAVE_SETGID
364
365 /* Define if you have the setpwfile function.  */
366 #undef HAVE_SETPWFILE
367
368 /* Define if you have the setsid function.  */
369 #undef HAVE_SETSID
370
371 /* Define if you have the setuid function.  */
372 #undef HAVE_SETUID
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 strdup function.  */
384 #undef HAVE_STRDUP
385
386 /* Define if you have the strerror function.  */
387 #undef HAVE_STRERROR
388
389 /* Define if you have the strpbrk function.  */
390 #undef HAVE_STRPBRK
391
392 /* Define if you have the strrchr function.  */
393 #undef HAVE_STRRCHR
394
395 /* Define if you have the strsep function.  */
396 #undef HAVE_STRSEP
397
398 /* Define if you have the strspn function.  */
399 #undef HAVE_STRSPN
400
401 /* Define if you have the strstr function.  */
402 #undef HAVE_STRSTR
403
404 /* Define if you have the strtol function.  */
405 #undef HAVE_STRTOL
406
407 /* Define if you have the strtoul function.  */
408 #undef HAVE_STRTOUL
409
410 /* Define if you have the sysconf function.  */
411 #undef HAVE_SYSCONF
412
413 /* Define if you have the tempnam function.  */
414 #undef HAVE_TEMPNAM
415
416 /* Define if you have the thr_getconcurrency function.  */
417 #undef HAVE_THR_GETCONCURRENCY
418
419 /* Define if you have the thr_setconcurrency function.  */
420 #undef HAVE_THR_SETCONCURRENCY
421
422 /* Define if you have the thr_yield function.  */
423 #undef HAVE_THR_YIELD
424
425 /* Define if you have the vsnprintf function.  */
426 #undef HAVE_VSNPRINTF
427
428 /* Define if you have the vsprintf function.  */
429 #undef HAVE_VSPRINTF
430
431 /* Define if you have the wait4 function.  */
432 #undef HAVE_WAIT4
433
434 /* Define if you have the waitpid function.  */
435 #undef HAVE_WAITPID
436
437 /* Define if you have the write function.  */
438 #undef HAVE_WRITE
439
440 /* Define if you have the <arpa/inet.h> header file.  */
441 #undef HAVE_ARPA_INET_H
442
443 /* Define if you have the <arpa/nameser.h> header file.  */
444 #undef HAVE_ARPA_NAMESER_H
445
446 /* Define if you have the <assert.h> header file.  */
447 #undef HAVE_ASSERT_H
448
449 /* Define if you have the <crypt.h> header file.  */
450 #undef HAVE_CRYPT_H
451
452 /* Define if you have the <db.h> header file.  */
453 #undef HAVE_DB_H
454
455 /* Define if you have the <db1/db.h> header file.  */
456 #undef HAVE_DB1_DB_H
457
458 /* Define if you have the <db_185.h> header file.  */
459 #undef HAVE_DB_185_H
460
461 /* Define if you have the <des.h> header file.  */
462 #undef HAVE_DES_H
463
464 /* Define if you have the <dirent.h> header file.  */
465 #undef HAVE_DIRENT_H
466
467 /* Define if you have the <dmalloc.h> header file.  */
468 #undef HAVE_DMALLOC_H
469
470 /* Define if you have the <errno.h> header file.  */
471 #undef HAVE_ERRNO_H
472
473 /* Define if you have the <fcntl.h> header file.  */
474 #undef HAVE_FCNTL_H
475
476 /* Define if you have the <filio.h> header file.  */
477 #undef HAVE_FILIO_H
478
479 /* Define if you have the <gdbm.h> header file.  */
480 #undef HAVE_GDBM_H
481
482 /* Define if you have the <getopt.h> header file.  */
483 #undef HAVE_GETOPT_H
484
485 /* Define if you have the <grp.h> header file.  */
486 #undef HAVE_GRP_H
487
488 /* Define if you have the <kerberosIV/des.h> header file.  */
489 #undef HAVE_KERBEROSIV_DES_H
490
491 /* Define if you have the <kerberosIV/krb.h> header file.  */
492 #undef HAVE_KERBEROSIV_KRB_H
493
494 /* Define if you have the <krb.h> header file.  */
495 #undef HAVE_KRB_H
496
497 /* Define if you have the <libutil.h> header file.  */
498 #undef HAVE_LIBUTIL_H
499
500 /* Define if you have the <limits.h> header file.  */
501 #undef HAVE_LIMITS_H
502
503 /* Define if you have the <locale.h> header file.  */
504 #undef HAVE_LOCALE_H
505
506 /* Define if you have the <lwp/lwp.h> header file.  */
507 #undef HAVE_LWP_LWP_H
508
509 /* Define if you have the <mach/cthreads.h> header file.  */
510 #undef HAVE_MACH_CTHREADS_H
511
512 /* Define if you have the <malloc.h> header file.  */
513 #undef HAVE_MALLOC_H
514
515 /* Define if you have the <mdbm.h> header file.  */
516 #undef HAVE_MDBM_H
517
518 /* Define if you have the <memory.h> header file.  */
519 #undef HAVE_MEMORY_H
520
521 /* Define if you have the <ncurses.h> header file.  */
522 #undef HAVE_NCURSES_H
523
524 /* Define if you have the <ndbm.h> header file.  */
525 #undef HAVE_NDBM_H
526
527 /* Define if you have the <ndir.h> header file.  */
528 #undef HAVE_NDIR_H
529
530 /* Define if you have the <psap.h> header file.  */
531 #undef HAVE_PSAP_H
532
533 /* Define if you have the <pthread.h> header file.  */
534 #undef HAVE_PTHREAD_H
535
536 /* Define if you have the <pwd.h> header file.  */
537 #undef HAVE_PWD_H
538
539 /* Define if you have the <readline/history.h> header file.  */
540 #undef HAVE_READLINE_HISTORY_H
541
542 /* Define if you have the <readline/readline.h> header file.  */
543 #undef HAVE_READLINE_READLINE_H
544
545 /* Define if you have the <regex.h> header file.  */
546 #undef HAVE_REGEX_H
547
548 /* Define if you have the <resolv.h> header file.  */
549 #undef HAVE_RESOLV_H
550
551 /* Define if you have the <sched.h> header file.  */
552 #undef HAVE_SCHED_H
553
554 /* Define if you have the <sgtty.h> header file.  */
555 #undef HAVE_SGTTY_H
556
557 /* Define if you have the <shadow.h> header file.  */
558 #undef HAVE_SHADOW_H
559
560 /* Define if you have the <ssl.h> header file.  */
561 #undef HAVE_SSL_H
562
563 /* Define if you have the <stdarg.h> header file.  */
564 #undef HAVE_STDARG_H
565
566 /* Define if you have the <stddef.h> header file.  */
567 #undef HAVE_STDDEF_H
568
569 /* Define if you have the <string.h> header file.  */
570 #undef HAVE_STRING_H
571
572 /* Define if you have the <strings.h> header file.  */
573 #undef HAVE_STRINGS_H
574
575 /* Define if you have the <synch.h> header file.  */
576 #undef HAVE_SYNCH_H
577
578 /* Define if you have the <sys/dir.h> header file.  */
579 #undef HAVE_SYS_DIR_H
580
581 /* Define if you have the <sys/errno.h> header file.  */
582 #undef HAVE_SYS_ERRNO_H
583
584 /* Define if you have the <sys/file.h> header file.  */
585 #undef HAVE_SYS_FILE_H
586
587 /* Define if you have the <sys/filio.h> header file.  */
588 #undef HAVE_SYS_FILIO_H
589
590 /* Define if you have the <sys/ioctl.h> header file.  */
591 #undef HAVE_SYS_IOCTL_H
592
593 /* Define if you have the <sys/ndir.h> header file.  */
594 #undef HAVE_SYS_NDIR_H
595
596 /* Define if you have the <sys/param.h> header file.  */
597 #undef HAVE_SYS_PARAM_H
598
599 /* Define if you have the <sys/resource.h> header file.  */
600 #undef HAVE_SYS_RESOURCE_H
601
602 /* Define if you have the <sys/select.h> header file.  */
603 #undef HAVE_SYS_SELECT_H
604
605 /* Define if you have the <sys/socket.h> header file.  */
606 #undef HAVE_SYS_SOCKET_H
607
608 /* Define if you have the <sys/syslog.h> header file.  */
609 #undef HAVE_SYS_SYSLOG_H
610
611 /* Define if you have the <sys/time.h> header file.  */
612 #undef HAVE_SYS_TIME_H
613
614 /* Define if you have the <sys/types.h> header file.  */
615 #undef HAVE_SYS_TYPES_H
616
617 /* Define if you have the <sysexits.h> header file.  */
618 #undef HAVE_SYSEXITS_H
619
620 /* Define if you have the <syslog.h> header file.  */
621 #undef HAVE_SYSLOG_H
622
623 /* Define if you have the <tcl.h> header file.  */
624 #undef HAVE_TCL_H
625
626 /* Define if you have the <tcpd.h> header file.  */
627 #undef HAVE_TCPD_H
628
629 /* Define if you have the <termcap.h> header file.  */
630 #undef HAVE_TERMCAP_H
631
632 /* Define if you have the <termios.h> header file.  */
633 #undef HAVE_TERMIOS_H
634
635 /* Define if you have the <thread.h> header file.  */
636 #undef HAVE_THREAD_H
637
638 /* Define if you have the <unistd.h> header file.  */
639 #undef HAVE_UNISTD_H
640
641 /* Define if you have the V3 library (-lV3).  */
642 #undef HAVE_LIBV3
643
644 /* Define if you have the bind library (-lbind).  */
645 #undef HAVE_LIBBIND
646
647 /* Define if you have the dmalloc library (-ldmalloc).  */
648 #undef HAVE_LIBDMALLOC
649
650 /* Define if you have the gen library (-lgen).  */
651 #undef HAVE_LIBGEN
652
653 /* Define if you have the inet library (-linet).  */
654 #undef HAVE_LIBINET
655
656 /* Define if you have the net library (-lnet).  */
657 #undef HAVE_LIBNET
658
659 /* Define if you have the nsl library (-lnsl).  */
660 #undef HAVE_LIBNSL
661
662 /* Define if you have the nsl_s library (-lnsl_s).  */
663 #undef HAVE_LIBNSL_S
664
665 /* Define if you have the resolv library (-lresolv).  */
666 #undef HAVE_LIBRESOLV
667
668 /* Define if you have the socket library (-lsocket).  */
669 #undef HAVE_LIBSOCKET
670
671 /* Package */
672 #undef OPENLDAP_PACKAGE
673
674 /* Version */
675 #undef OPENLDAP_VERSION
676
677 /* define this if you have mkversion */
678 #undef HAVE_MKVERSION
679
680 /* defined to be the EXE extension */
681 #undef EXEEXT
682
683 /* define if you have -lxttp */
684 #undef HAVE_XTPP
685
686 /* define if you have -ldsap */
687 #undef HAVE_DSAP
688
689 /* define if you have -lisode */
690 #undef HAVE_ISODE
691
692 /* define if you have -lpp */
693 #undef HAVE_PP
694
695 /* define if you have Kerberos des_debug */
696 #undef HAVE_DES_DEBUG
697
698 /* define if you have Kerberos */
699 #undef HAVE_KERBEROS
700
701 /* define if you have SSLeay or OpenSSL */
702 #undef HAVE_SSLEAY
703
704 /* define if you have RSAref */
705 #undef HAVE_RSAREF
706
707 /* define if you have TLS */
708 #undef HAVE_TLS
709
710 /* set to the number of arguments ctime_r() expects */
711 #undef CTIME_R_NARGS
712
713 /* set to the number of arguments gethostbyname_r() expects */
714 #undef GETHOSTBYNAME_R_NARGS
715
716 /* set to the number of arguments gethostbyaddr_r() expects */
717 #undef GETHOSTBYADDR_R_NARGS
718
719 /* define if pthreads API compatible with final spec */
720 #undef HAVE_PTHREADS_FINAL
721
722 /* define if pthreads API compatible with draft4 spec */
723 #undef HAVE_PTHREADS_D4
724
725 /* if you have LinuxThreads */
726 #undef HAVE_LINUX_THREADS
727
728 /* define if you have POSIX Threads */
729 #undef HAVE_PTHREADS
730
731 /* define if you have pthread_detach function */
732 #undef HAVE_PTHREAD_DETACH
733
734 /* define if you have Mach Cthreads */
735 #undef HAVE_MACH_CTHREADS
736
737 /* if you have Solaris LWP (thr) package */
738 #undef HAVE_THR
739
740 /* if you have SunOS LWP package */
741 #undef HAVE_LWP
742
743 /* define if select implicitly yields */
744 #undef HAVE_YIELDING_SELECT
745
746 /* if you have LinuxThreads */
747 #undef HAVE_LINUX_THREADS
748
749 /* define if you have (or want) no threads */
750 #undef NO_THREADS
751
752 /* define if Berkeley DBv2 is available */
753 #undef HAVE_BERKELEY_DB2
754
755 /* define if Berkeley DB is available */
756 #undef HAVE_BERKELEY_DB
757
758 /* define if MDBM is available */
759 #undef HAVE_MDBM
760
761 /* define if GNU DBM is available */
762 #undef HAVE_GDBM
763
764 /* define if NDBM is available */
765 #undef HAVE_NDBM
766
767 /* define if you have -lwrap */
768 #undef HAVE_TCPD
769
770 /* define if you have -ltermcap */
771 #undef HAVE_TERMCAP
772
773 /* define if you have -lncurses */
774 #undef HAVE_NCURSES
775
776 /* define if you have no termcap support */
777 #undef NO_TERMCAP
778
779 /* define if you have -lreadline */
780 #undef HAVE_READLINE
781
782 /* define if system uses EBCDIC instead of ASCII */
783 #undef HAVE_EBCDIC
784
785 /* Define if TIOCGWINSZ requires sys/ioctl.h */
786 #undef GWINSZ_IN_SYS_IOCTL
787
788 /* define if you have POSIX termios */
789 #undef HAVE_POSIX_TERMIOS
790
791 /* Define if system has ptrdiff_t type */
792 #undef HAVE_PTRDIFF_T
793
794 /* define if struct passwd has pw_gecos */
795 #undef HAVE_PW_GECOS
796
797 /* define if struct passwd has pw_passwd */
798 #undef HAVE_PW_PASSWD
799
800 /* define if toupper() requires islower() */
801 #undef C_UPPER_LOWER
802
803 /* define if cross compiling */
804 #undef CROSS_COMPILING
805
806 /* define if sys_errlist is not declared in stdio.h or errno.h */
807 #undef DECL_SYS_ERRLIST
808
809 /* define if you actually have sys_errlist in your libs */
810 #undef HAVE_SYS_ERRLIST
811
812 /* begin of postamble */
813
814 #ifdef HAVE_STDDEF_H
815 #       include <stddef.h>
816 #endif
817
818 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
819 #define LDAP_TEST
820 #endif
821 #if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
822 #define LDAP_DEBUG
823 #endif
824
825 #include "ldap_cdefs.h"
826 #include "ldap_features.h"
827
828 #include "ac/assert.h"
829
830 #endif /* _LDAP_PORTABLE_H */