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