]> git.sur5r.net Git - openldap/blob - include/portable.h.in
Detect getaddrinfo
[openldap] / include / portable.h.in
1 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
2 /*
3  * Copyright 1998-2000 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 #if !defined(SLAPD_SCHEMA_COMPAT) && !defined(SLAPD_SCHEMA_NOT_COMPAT)
18         /* define SLAPD_SCHEMA_COMPAT if you want old schema codes */
19 #define SLAPD_SCHEMA_NOT_COMPAT 1
20 #endif
21
22
23 /* Define if on AIX 3.
24    System headers sometimes define this.
25    We just want to avoid a redefinition error message.  */
26 #ifndef _ALL_SOURCE
27 #undef _ALL_SOURCE
28 #endif
29
30 /* Define to empty if the keyword does not work.  */
31 #undef const
32
33 /* Define to `int' if <sys/types.h> doesn't define.  */
34 #undef gid_t
35
36 /* Define if you don't have vprintf but do have _doprnt.  */
37 #undef HAVE_DOPRNT
38
39 /* Define if your struct stat has st_blksize.  */
40 #undef HAVE_ST_BLKSIZE
41
42 /* Define if you have the strftime function.  */
43 #undef HAVE_STRFTIME
44
45 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
46 #undef HAVE_SYS_WAIT_H
47
48 /* Define if you have the vprintf function.  */
49 #undef HAVE_VPRINTF
50
51 /* Define if on MINIX.  */
52 #undef _MINIX
53
54 /* Define if the system does not provide POSIX.1 features except
55    with this defined.  */
56 #undef _POSIX_1_SOURCE
57
58 /* Define if you need to in order for stat and other things to work.  */
59 #undef _POSIX_SOURCE
60
61 /* Define as the return type of signal handlers (int or void).  */
62 #undef RETSIGTYPE
63
64 /* Define to the type of arg1 for select(). */
65 #undef SELECT_TYPE_ARG1
66
67 /* Define to the type of args 2, 3 and 4 for select(). */
68 #undef SELECT_TYPE_ARG234
69
70 /* Define to the type of arg5 for select(). */
71 #undef SELECT_TYPE_ARG5
72
73 /* Define if you have the ANSI C header files.  */
74 #undef STDC_HEADERS
75
76 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
77 #undef TIME_WITH_SYS_TIME
78
79 /* Define if your <sys/time.h> declares struct tm.  */
80 #undef TM_IN_SYS_TIME
81
82 /* Define to `int' if <sys/types.h> doesn't define.  */
83 #undef uid_t
84
85 /* Define if your processor stores words with the most significant
86    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
87 #undef WORDS_BIGENDIAN
88
89 /* define this if needed to get reentrant functions */
90 #ifndef REENTRANT
91 #undef REENTRANT
92 #endif
93 #ifndef _REENTRANT
94 #undef _REENTRANT
95 #endif
96
97 /* define this if needed to get threadsafe functions */
98 #ifndef THREADSAFE
99 #undef THREADSAFE
100 #endif
101 #ifndef _THREADSAFE
102 #undef _THREADSAFE
103 #endif
104 #ifndef THREAD_SAFE
105 #undef THREAD_SAFE
106 #endif
107 #ifndef _THREAD_SAFE
108 #undef _THREAD_SAFE
109 #endif
110
111 #ifndef _SGI_MP_SOURCE
112 #undef _SGI_MP_SOURCE
113 #endif
114
115 /* These are defined in ldap_features.h */
116 /*
117  LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
118  LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
119  LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
120  LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
121 */
122
123 /* These are defined in lber_types.h */
124 /*
125  LBER_INT_T
126  LBER_LEN_T
127  LBER_SOCKET_T
128  LBER_TAG_T
129 */
130
131 /* Define if you have the bcopy function.  */
132 #undef HAVE_BCOPY
133
134 /* Define if you have the chroot function.  */
135 #undef HAVE_CHROOT
136
137 /* Define if you have the closesocket function.  */
138 #undef HAVE_CLOSESOCKET
139
140 /* Define if you have the ctime_r function.  */
141 #undef HAVE_CTIME_R
142
143 /* Define if you have the endgrent function.  */
144 #undef HAVE_ENDGRENT
145
146 /* Define if you have the endpwent function.  */
147 #undef HAVE_ENDPWENT
148
149 /* Define if you have the flock function.  */
150 #undef HAVE_FLOCK
151
152 /* Define if you have the getaddrinfo function.  */
153 #undef HAVE_GETADDRINFO
154
155 /* Define if you have the getdtablesize function.  */
156 #undef HAVE_GETDTABLESIZE
157
158 /* Define if you have the getgrgid function.  */
159 #undef HAVE_GETGRGID
160
161 /* Define if you have the gethostbyaddr_r function.  */
162 #undef HAVE_GETHOSTBYADDR_R
163
164 /* Define if you have the gethostbyname_r function.  */
165 #undef HAVE_GETHOSTBYNAME_R
166
167 /* Define if you have the gethostname function.  */
168 #undef HAVE_GETHOSTNAME
169
170 /* Define if you have the getopt function.  */
171 #undef HAVE_GETOPT
172
173 /* Define if you have the getpass function.  */
174 #undef HAVE_GETPASS
175
176 /* Define if you have the getpassphrase function.  */
177 #undef HAVE_GETPASSPHRASE
178
179 /* Define if you have the getpwnam function.  */
180 #undef HAVE_GETPWNAM
181
182 /* Define if you have the getpwuid function.  */
183 #undef HAVE_GETPWUID
184
185 /* Define if you have the getspnam function.  */
186 #undef HAVE_GETSPNAM
187
188 /* Define if you have the gettimeofday function.  */
189 #undef HAVE_GETTIMEOFDAY
190
191 /* Define if you have the initgroups function.  */
192 #undef HAVE_INITGROUPS
193
194 /* Define if you have the lockf function.  */
195 #undef HAVE_LOCKF
196
197 /* Define if you have the memcpy function.  */
198 #undef HAVE_MEMCPY
199
200 /* Define if you have the memmove function.  */
201 #undef HAVE_MEMMOVE
202
203 /* Define if you have the mkstemp function.  */
204 #undef HAVE_MKSTEMP
205
206 /* Define if you have the pipe function.  */
207 #undef HAVE_PIPE
208
209 /* Define if you have the pthread_getconcurrency function.  */
210 #undef HAVE_PTHREAD_GETCONCURRENCY
211
212 /* Define if you have the pthread_kill function.  */
213 #undef HAVE_PTHREAD_KILL
214
215 /* Define if you have the pthread_rwlock_destroy function.  */
216 #undef HAVE_PTHREAD_RWLOCK_DESTROY
217
218 /* Define if you have the pthread_setconcurrency function.  */
219 #undef HAVE_PTHREAD_SETCONCURRENCY
220
221 /* Define if you have the pthread_yield function.  */
222 #undef HAVE_PTHREAD_YIELD
223
224 /* Define if you have the read function.  */
225 #undef HAVE_READ
226
227 /* Define if you have the recv function.  */
228 #undef HAVE_RECV
229
230 /* Define if you have the recvfrom function.  */
231 #undef HAVE_RECVFROM
232
233 /* Define if you have the sched_yield function.  */
234 #undef HAVE_SCHED_YIELD
235
236 /* Define if you have the send function.  */
237 #undef HAVE_SEND
238
239 /* Define if you have the sendto function.  */
240 #undef HAVE_SENDTO
241
242 /* Define if you have the setegid function.  */
243 #undef HAVE_SETEGID
244
245 /* Define if you have the seteuid function.  */
246 #undef HAVE_SETEUID
247
248 /* Define if you have the setgid function.  */
249 #undef HAVE_SETGID
250
251 /* Define if you have the setpwfile function.  */
252 #undef HAVE_SETPWFILE
253
254 /* Define if you have the setsid function.  */
255 #undef HAVE_SETSID
256
257 /* Define if you have the setuid function.  */
258 #undef HAVE_SETUID
259
260 /* Define if you have the sigaction function.  */
261 #undef HAVE_SIGACTION
262
263 /* Define if you have the signal function.  */
264 #undef HAVE_SIGNAL
265
266 /* Define if you have the sigset function.  */
267 #undef HAVE_SIGSET
268
269 /* Define if you have the snprintf function.  */
270 #undef HAVE_SNPRINTF
271
272 /* Define if you have the strdup function.  */
273 #undef HAVE_STRDUP
274
275 /* Define if you have the strerror function.  */
276 #undef HAVE_STRERROR
277
278 /* Define if you have the strpbrk function.  */
279 #undef HAVE_STRPBRK
280
281 /* Define if you have the strrchr function.  */
282 #undef HAVE_STRRCHR
283
284 /* Define if you have the strsep function.  */
285 #undef HAVE_STRSEP
286
287 /* Define if you have the strspn function.  */
288 #undef HAVE_STRSPN
289
290 /* Define if you have the strstr function.  */
291 #undef HAVE_STRSTR
292
293 /* Define if you have the strtol function.  */
294 #undef HAVE_STRTOL
295
296 /* Define if you have the strtoul function.  */
297 #undef HAVE_STRTOUL
298
299 /* Define if you have the sysconf function.  */
300 #undef HAVE_SYSCONF
301
302 /* Define if you have the tempnam function.  */
303 #undef HAVE_TEMPNAM
304
305 /* Define if you have the thr_getconcurrency function.  */
306 #undef HAVE_THR_GETCONCURRENCY
307
308 /* Define if you have the thr_setconcurrency function.  */
309 #undef HAVE_THR_SETCONCURRENCY
310
311 /* Define if you have the thr_yield function.  */
312 #undef HAVE_THR_YIELD
313
314 /* Define if you have the vsnprintf function.  */
315 #undef HAVE_VSNPRINTF
316
317 /* Define if you have the vsprintf function.  */
318 #undef HAVE_VSPRINTF
319
320 /* Define if you have the wait4 function.  */
321 #undef HAVE_WAIT4
322
323 /* Define if you have the waitpid function.  */
324 #undef HAVE_WAITPID
325
326 /* Define if you have the write function.  */
327 #undef HAVE_WRITE
328
329 /* Define if you have the <arpa/inet.h> header file.  */
330 #undef HAVE_ARPA_INET_H
331
332 /* Define if you have the <arpa/nameser.h> header file.  */
333 #undef HAVE_ARPA_NAMESER_H
334
335 /* Define if you have the <assert.h> header file.  */
336 #undef HAVE_ASSERT_H
337
338 /* Define if you have the <conio.h> header file.  */
339 #undef HAVE_CONIO_H
340
341 /* Define if you have the <crypt.h> header file.  */
342 #undef HAVE_CRYPT_H
343
344 /* Define if you have the <db.h> header file.  */
345 #undef HAVE_DB_H
346
347 /* Define if you have the <db_185.h> header file.  */
348 #undef HAVE_DB_185_H
349
350 /* Define if you have the <des.h> header file.  */
351 #undef HAVE_DES_H
352
353 /* Define if you have the <direct.h> header file.  */
354 #undef HAVE_DIRECT_H
355
356 /* Define if you have the <dirent.h> header file.  */
357 #undef HAVE_DIRENT_H
358
359 /* Define if you have the <errno.h> header file.  */
360 #undef HAVE_ERRNO_H
361
362 /* Define if you have the <fcntl.h> header file.  */
363 #undef HAVE_FCNTL_H
364
365 /* Define if you have the <filio.h> header file.  */
366 #undef HAVE_FILIO_H
367
368 /* Define if you have the <gdbm.h> header file.  */
369 #undef HAVE_GDBM_H
370
371 /* Define if you have the <getopt.h> header file.  */
372 #undef HAVE_GETOPT_H
373
374 /* Define if you have the <grp.h> header file.  */
375 #undef HAVE_GRP_H
376
377 /* Define if you have the <heim_err.h> header file.  */
378 #undef HAVE_HEIM_ERR_H
379
380 /* Define if you have the <io.h> header file.  */
381 #undef HAVE_IO_H
382
383 /* Define if you have the <kerberosIV/des.h> header file.  */
384 #undef HAVE_KERBEROSIV_DES_H
385
386 /* Define if you have the <kerberosIV/krb.h> header file.  */
387 #undef HAVE_KERBEROSIV_KRB_H
388
389 /* Define if you have the <krb-archaeology.h> header file.  */
390 #undef HAVE_KRB_ARCHAEOLOGY_H
391
392 /* Define if you have the <krb.h> header file.  */
393 #undef HAVE_KRB_H
394
395 /* Define if you have the <krb5.h> header file.  */
396 #undef HAVE_KRB5_H
397
398 /* Define if you have the <libutil.h> header file.  */
399 #undef HAVE_LIBUTIL_H
400
401 /* Define if you have the <limits.h> header file.  */
402 #undef HAVE_LIMITS_H
403
404 /* Define if you have the <locale.h> header file.  */
405 #undef HAVE_LOCALE_H
406
407 /* Define if you have the <ltdl.h> header file.  */
408 #undef HAVE_LTDL_H
409
410 /* Define if you have the <lwp/lwp.h> header file.  */
411 #undef HAVE_LWP_LWP_H
412
413 /* Define if you have the <mach/cthreads.h> header file.  */
414 #undef HAVE_MACH_CTHREADS_H
415
416 /* Define if you have the <malloc.h> header file.  */
417 #undef HAVE_MALLOC_H
418
419 /* Define if you have the <mdbm.h> header file.  */
420 #undef HAVE_MDBM_H
421
422 /* Define if you have the <memory.h> header file.  */
423 #undef HAVE_MEMORY_H
424
425 /* Define if you have the <minix/config.h> header file.  */
426 #undef HAVE_MINIX_CONFIG_H
427
428 /* Define if you have the <ncurses.h> header file.  */
429 #undef HAVE_NCURSES_H
430
431 /* Define if you have the <ndbm.h> header file.  */
432 #undef HAVE_NDBM_H
433
434 /* Define if you have the <ndir.h> header file.  */
435 #undef HAVE_NDIR_H
436
437 /* Define if you have the <netinet/tcp.h> header file.  */
438 #undef HAVE_NETINET_TCP_H
439
440 /* Define if you have the <openssl/ssl.h> header file.  */
441 #undef HAVE_OPENSSL_SSL_H
442
443 /* Define if you have the <process.h> header file.  */
444 #undef HAVE_PROCESS_H
445
446 /* Define if you have the <psap.h> header file.  */
447 #undef HAVE_PSAP_H
448
449 /* Define if you have the <pth.h> header file.  */
450 #undef HAVE_PTH_H
451
452 /* Define if you have the <pthread.h> header file.  */
453 #undef HAVE_PTHREAD_H
454
455 /* Define if you have the <pwd.h> header file.  */
456 #undef HAVE_PWD_H
457
458 /* Define if you have the <quipu/commonarg.h> header file.  */
459 #undef HAVE_QUIPU_COMMONARG_H
460
461 /* Define if you have the <readline/history.h> header file.  */
462 #undef HAVE_READLINE_HISTORY_H
463
464 /* Define if you have the <readline/readline.h> header file.  */
465 #undef HAVE_READLINE_READLINE_H
466
467 /* Define if you have the <regex.h> header file.  */
468 #undef HAVE_REGEX_H
469
470 /* Define if you have the <resolv.h> header file.  */
471 #undef HAVE_RESOLV_H
472
473 /* Define if you have the <sasl.h> header file.  */
474 #undef HAVE_SASL_H
475
476 /* Define if you have the <sched.h> header file.  */
477 #undef HAVE_SCHED_H
478
479 /* Define if you have the <sgtty.h> header file.  */
480 #undef HAVE_SGTTY_H
481
482 /* Define if you have the <shadow.h> header file.  */
483 #undef HAVE_SHADOW_H
484
485 /* Define if you have the <ssl.h> header file.  */
486 #undef HAVE_SSL_H
487
488 /* Define if you have the <stddef.h> header file.  */
489 #undef HAVE_STDDEF_H
490
491 /* Define if you have the <string.h> header file.  */
492 #undef HAVE_STRING_H
493
494 /* Define if you have the <strings.h> header file.  */
495 #undef HAVE_STRINGS_H
496
497 /* Define if you have the <synch.h> header file.  */
498 #undef HAVE_SYNCH_H
499
500 /* Define if you have the <sys/dir.h> header file.  */
501 #undef HAVE_SYS_DIR_H
502
503 /* Define if you have the <sys/errno.h> header file.  */
504 #undef HAVE_SYS_ERRNO_H
505
506 /* Define if you have the <sys/file.h> header file.  */
507 #undef HAVE_SYS_FILE_H
508
509 /* Define if you have the <sys/filio.h> header file.  */
510 #undef HAVE_SYS_FILIO_H
511
512 /* Define if you have the <sys/ioctl.h> header file.  */
513 #undef HAVE_SYS_IOCTL_H
514
515 /* Define if you have the <sys/ndir.h> header file.  */
516 #undef HAVE_SYS_NDIR_H
517
518 /* Define if you have the <sys/param.h> header file.  */
519 #undef HAVE_SYS_PARAM_H
520
521 /* Define if you have the <sys/resource.h> header file.  */
522 #undef HAVE_SYS_RESOURCE_H
523
524 /* Define if you have the <sys/select.h> header file.  */
525 #undef HAVE_SYS_SELECT_H
526
527 /* Define if you have the <sys/socket.h> header file.  */
528 #undef HAVE_SYS_SOCKET_H
529
530 /* Define if you have the <sys/syslog.h> header file.  */
531 #undef HAVE_SYS_SYSLOG_H
532
533 /* Define if you have the <sys/time.h> header file.  */
534 #undef HAVE_SYS_TIME_H
535
536 /* Define if you have the <sys/types.h> header file.  */
537 #undef HAVE_SYS_TYPES_H
538
539 /* Define if you have the <sysexits.h> header file.  */
540 #undef HAVE_SYSEXITS_H
541
542 /* Define if you have the <syslog.h> header file.  */
543 #undef HAVE_SYSLOG_H
544
545 /* Define if you have the <tcl.h> header file.  */
546 #undef HAVE_TCL_H
547
548 /* Define if you have the <tcpd.h> header file.  */
549 #undef HAVE_TCPD_H
550
551 /* Define if you have the <termcap.h> header file.  */
552 #undef HAVE_TERMCAP_H
553
554 /* Define if you have the <termios.h> header file.  */
555 #undef HAVE_TERMIOS_H
556
557 /* Define if you have the <thread.h> header file.  */
558 #undef HAVE_THREAD_H
559
560 /* Define if you have the <unistd.h> header file.  */
561 #undef HAVE_UNISTD_H
562
563 /* Define if you have the <winsock.h> header file.  */
564 #undef HAVE_WINSOCK_H
565
566 /* Define if you have the V3 library (-lV3).  */
567 #undef HAVE_LIBV3
568
569 /* Define if you have the bind library (-lbind).  */
570 #undef HAVE_LIBBIND
571
572 /* Define if you have the gen library (-lgen).  */
573 #undef HAVE_LIBGEN
574
575 /* Define if you have the inet library (-linet).  */
576 #undef HAVE_LIBINET
577
578 /* Define if you have the net library (-lnet).  */
579 #undef HAVE_LIBNET
580
581 /* Define if you have the nsl library (-lnsl).  */
582 #undef HAVE_LIBNSL
583
584 /* Define if you have the nsl_s library (-lnsl_s).  */
585 #undef HAVE_LIBNSL_S
586
587 /* Define if you have the resolv library (-lresolv).  */
588 #undef HAVE_LIBRESOLV
589
590 /* Define if you have the socket library (-lsocket).  */
591 #undef HAVE_LIBSOCKET
592
593 /* Package */
594 #undef OPENLDAP_PACKAGE
595
596 /* Version */
597 #undef OPENLDAP_VERSION
598
599 /* define this if you have mkversion */
600 #undef HAVE_MKVERSION
601
602 /* defined to be the EXE extension */
603 #undef EXEEXT
604
605 /* define if you have AIX security lib */
606 #undef HAVE_AIX_SECURITY
607
608 /* define if you have libtool -ltdl */
609 #undef HAVE_LIBLTDL
610
611 /* define if system uses EBCDIC instead of ASCII */
612 #undef HAVE_EBCDIC
613
614 /* Define if TIOCGWINSZ requires sys/ioctl.h */
615 #undef GWINSZ_IN_SYS_IOCTL
616
617 /* define if you have POSIX termios */
618 #undef HAVE_POSIX_TERMIOS
619
620 /* define if you have winsock */
621 #undef HAVE_WINSOCK
622
623 /* define if you have res_query() */
624 #undef HAVE_RES_QUERY
625
626 /* define if you have HEIMDAL Kerberos */
627 #undef HAVE_HEIMDAL_KERBEROS
628
629 /* define if you have Kerberos V */
630 #undef HAVE_KRB5
631
632 /* define if you have Kerberos V with IV support */
633 #undef HAVE_KRB425
634
635 /* define if you have Kerberos IV */
636 #undef HAVE_KRB4
637
638 /* define if you have Kerberos des_debug */
639 #undef HAVE_DES_DEBUG
640
641 /* define if you have Kerberos IV */
642 #undef HAVE_KRB4
643
644 /* define if you have Kth Kerberos */
645 #undef HAVE_KTH_KERBEROS
646
647 /* define if you have Kerberos */
648 #undef HAVE_KERBEROS
649
650 /* define if you have SSLeay or OpenSSL */
651 #undef HAVE_SSLEAY
652
653 /* define if you have RSAref */
654 #undef HAVE_RSAREF
655
656 /* define if you have TLS */
657 #undef HAVE_TLS
658
659 /* set to the number of arguments ctime_r() expects */
660 #undef CTIME_R_NARGS
661
662 /* set to the number of arguments gethostbyname_r() expects */
663 #undef GETHOSTBYNAME_R_NARGS
664
665 /* set to the number of arguments gethostbyaddr_r() expects */
666 #undef GETHOSTBYADDR_R_NARGS
667
668 /* if you have NT Threads */
669 #undef HAVE_NT_THREADS
670
671 /* if you have NT Service Manager */
672 #undef HAVE_NT_SERVICE_MANAGER
673
674 /* if you have NT Event Log */
675 #undef HAVE_NT_EVENT_LOG
676
677 /* define if pthreads API compatible with final spec */
678 #undef HAVE_PTHREADS_FINAL
679
680 /* define if pthreads API compatible with draft4 spec */
681 #undef HAVE_PTHREADS_D4
682
683 /* if you have LinuxThreads */
684 #undef HAVE_LINUX_THREADS
685
686 /* define if you have POSIX Threads */
687 #undef HAVE_PTHREADS
688
689 /* Define if you have the sched_yield function. */
690 #undef HAVE_SCHED_YIELD
691
692 /* define if you have pthread_detach function */
693 #undef HAVE_PTHREAD_DETACH
694
695 /* define if you have Mach Cthreads */
696 #undef HAVE_MACH_CTHREADS
697
698 /* if you have GNU Pth */
699 #undef HAVE_GNU_PTH
700
701 /* if you have Solaris LWP (thr) package */
702 #undef HAVE_THR
703
704 /* if you have SunOS LWP package */
705 #undef HAVE_LWP
706
707 /* define if select implicitly yields */
708 #undef HAVE_YIELDING_SELECT
709
710 /* if you have LinuxThreads */
711 #undef HAVE_LINUX_THREADS
712
713 /* define if you have (or want) no threads */
714 #undef NO_THREADS
715
716 /* define if Berkeley DB has DB_THREAD support */
717 #undef HAVE_BERKELEY_DB_THREAD
718
719 /* define this if Berkeley DB is available */
720 #undef HAVE_BERKELEY_DB
721
722 /* define this to use DBHASH w/ LDBM backend */
723 #undef LDBM_USE_DBHASH
724
725 /* define this to use DBBTREE w/ LDBM backend */
726 #undef LDBM_USE_DBBTREE
727
728 /* define if MDBM is available */
729 #undef HAVE_MDBM
730
731 /* define if GNU DBM is available */
732 #undef HAVE_GDBM
733
734 /* define if NDBM is available */
735 #undef HAVE_NDBM
736
737 /* define if you have -lwrap */
738 #undef HAVE_TCPD
739
740 /* define if you have -ltermcap */
741 #undef HAVE_TERMCAP
742
743 /* define if you have -lncurses */
744 #undef HAVE_NCURSES
745
746 /* define if you have no termcap support */
747 #undef NO_TERMCAP
748
749 /* define if you have Cyrus SASL */
750 #undef HAVE_CYRUS_SASL
751
752 /* set to urandom device */
753 #undef URANDOM_DEVICE
754
755 /* define if you actually have FreeBSD fetch(3) */
756 #undef HAVE_FETCH
757
758 /* define if you have -lreadline */
759 #undef HAVE_READLINE
760
761 /* define if crypt(3) is available */
762 #undef HAVE_CRYPT
763
764 /* define if setproctitle(3) is available */
765 #undef HAVE_SETPROCTITLE
766
767 /* Define to `int' if <sys/types.h> does not define. */
768 #undef mode_t
769
770 /* Define to `long' if <sys/types.h> does not define. */
771 #undef off_t
772
773 /* Define to `int' if <sys/types.h> does not define. */
774 #undef pid_t
775
776 /* Define if system has ptrdiff_t type */
777 #undef HAVE_PTRDIFF_T
778
779 /* Define to `unsigned' if <sys/types.h> does not define. */
780 #undef size_t
781
782 /* Define to `signed int' if <sys/types.h> does not define. */
783 #undef ssize_t
784
785 /* Define to `char *' if <sys/types.h> does not define. */
786 #undef caddr_t
787
788 /* define to int if socklen_t is not available */
789 #undef socklen_t
790
791 /* define to atomic type if sig_atomic_t is not available */
792 #undef sig_atomic_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 as empty if volatile is not supported */
804 #undef volatile
805
806 /* define if cross compiling */
807 #undef CROSS_COMPILING
808
809 /* The number of bytes in type short */
810 #undef SIZEOF_SHORT
811
812 /* The number of bytes in type int */
813 #undef SIZEOF_INT
814
815 /* The number of bytes in type long */
816 #undef SIZEOF_LONG
817
818 /* define to you inet_aton(3) is available */
819 #undef HAVE_INET_ATON
820
821 /* if you have spawnlp() */
822 #undef HAVE_SPAWNLP
823
824 /* define to snprintf routine */
825 #undef snprintf
826
827 /* define to vsnprintf routine */
828 #undef vsnprintf
829
830 /* define if sys_errlist is not declared in stdio.h or errno.h */
831 #undef DECL_SYS_ERRLIST
832
833 /* define if you actually have sys_errlist in your libs */
834 #undef HAVE_SYS_ERRLIST
835
836 /* define this to add debugging code */
837 #undef LDAP_DEBUG
838
839 /* define this to add syslog code */
840 #undef LDAP_SYSLOG
841
842 /* define this for LDAP User Interface support */
843 #undef LDAP_LIBUI
844
845 /* define this to remove -lldap cache support */
846 #undef LDAP_NOCACHE
847
848 /* define this for LDAP process title support */
849 #undef LDAP_PROCTITLE
850
851 /* define to support CLDAP */
852 #undef LDAP_CONNECTIONLESS
853
854 /* define to support PF_LOCAL transport */
855 #undef USE_PF_LOCAL
856
857 /* define to support cleartext passwords */
858 #undef SLAPD_CLEARTEXT
859
860 /* define to support crypt(3) passwords */
861 #undef SLAPD_CRYPT
862
863 /* define to support Kerberos passwords */
864 #undef SLAPD_KPASSWD
865
866 /* define to support SASL passwords */
867 #undef SLAPD_SPASSWD
868
869 /* define to support multimaster replication */
870 #undef SLAPD_MULTIMASTER
871
872 /* define to support phonetic */
873 #undef SLAPD_PHONETIC
874
875 /* define to support reverse lookups */
876 #undef SLAPD_RLOOKUPS
877
878 /* define to support per-object ACIs */
879 #undef SLAPD_ACI_ENABLED
880
881 /* define to support modules */
882 #undef SLAPD_MODULES
883
884 /* define to support DNS SRV backend */
885 #undef SLAPD_DNSSRV
886
887 /* define to support dynamic DNS SRV backend */
888 #undef SLAPD_DNSSRV_DYNAMIC
889
890 /* define to support LDAP backend */
891 #undef SLAPD_LDAP
892
893 /* define to support dynamic LDAP backend */
894 #undef SLAPD_LDAP_DYNAMIC
895
896 /* define to support LDBM backend */
897 #undef SLAPD_LDBM
898
899 /* define to support dynamic LDBM backend */
900 #undef SLAPD_LDBM_DYNAMIC
901
902 /* define to support PASSWD backend */
903 #undef SLAPD_PASSWD
904
905 /* define to support dynamic PASSWD backend */
906 #undef SLAPD_PASSWD_DYNAMIC
907
908 /* define to support PERL backend */
909 #undef SLAPD_PERL
910
911 /* define to support dynamic PERL backend */
912 #undef SLAPD_PERL_DYNAMIC
913
914 /* define to support SHELL backend */
915 #undef SLAPD_SHELL
916
917 /* define to support dynamic SHELL backend */
918 #undef SLAPD_SHELL_DYNAMIC
919
920 /* define to support TCL backend */
921 #undef SLAPD_TCL
922
923 /* define to support dynamic TCL backend */
924 #undef SLAPD_TCL_DYNAMIC
925
926 /* define to support SQL backend */
927 #undef SLAPD_SQL
928
929 /* define to support dynamic SQL backend */
930 #undef SLAPD_SQL_DYNAMIC
931
932
933 /* begin of postamble */
934
935 #ifdef _WIN32
936         /* don't suck in all of the win32 api */
937 #       define WIN32_LEAN_AND_MEAN 1
938 #endif
939
940 #ifndef __NEED_PROTOTYPES
941 /* force LDAP_P to always include prototypes */
942 #define __NEED_PROTOTYPES 1
943 #endif
944
945 #ifdef HAVE_STDDEF_H
946 #       include <stddef.h>
947 #endif
948
949 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
950 #define LDAP_TEST
951 #endif
952 #if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
953 #define LDAP_DEBUG
954 #endif
955
956 #include "ldap_cdefs.h"
957 #include "ldap_features.h"
958
959 #include "ac/assert.h"
960
961 #endif /* _LDAP_PORTABLE_H */