]> git.sur5r.net Git - openldap/blob - include/portable.h.in
s/PACKAGE/OPENLDAP_PACKAGE/
[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 /* define if you have crypt */
122 #undef HAVE_CRYPT
123
124 /* define if you have res_search() */
125 #ifdef __notdef__
126 /* see second res_search define */
127 #undef HAVE_RES_SEARCH
128 #endif
129
130 /* define if you have sched_yield() */
131 #ifdef __notdef__
132 /* see second sched_yield define */
133 #undef HAVE_SCHED_YIELD
134 #endif
135
136 /* define if you have setproctitle() */
137 #undef HAVE_SETPROCTITLE
138
139 /* define this for connectionless LDAP support */
140 #undef LDAP_CONNECTIONLESS
141
142 /* define this to add debugging code */
143 #undef LDAP_DEBUG
144
145 /* define this to remove -lldap cache support */
146 #undef LDAP_NOCACHE
147
148 /* define this for LDAP process title support */
149 #undef LDAP_PROCTITLE
150
151 /* define this for LDAP User Interface support */
152 #undef LDAP_LIBUI
153
154 /* define this to add syslog code */
155 #undef LDAP_SYSLOG
156
157 /* define this to use DBBTREE w/ LDBM backend */
158 #undef LDBM_USE_DBBTREE
159
160 /* define this to use DBHASH w/ LDBM backend */
161 #undef LDBM_USE_DBHASH
162
163 /* define this for ACL Group support */
164 #undef SLAPD_ACLGROUPS
165
166 /* define this to use SLAPD Berkeley DB2 backend */
167 #undef SLAPD_BDB2
168
169 /* define this for ClearText password support */
170 #undef SLAPD_CLEARTEXT
171
172 /* define this for crypt(3) password support */
173 #undef SLAPD_CRYPT
174
175 /* define this to use SLAPD LDBM backend */
176 #undef SLAPD_LDBM
177
178 /* define this to use SLAPD Modules */
179 #undef SLAPD_MODULES
180
181 /* define this to use SLAPD passwd backend */
182 #undef SLAPD_PASSWD
183
184 /* define this to use SLAPD Perl backend */
185 #undef SLAPD_PERL
186
187 /* define this for phonetic support */
188 #undef SLAPD_PHONETIC
189
190 /* define this for Reverse Lookup support */
191 #undef SLAPD_RLOOKUPS
192
193 /* define this to use SLAPD shell backend */
194 #undef SLAPD_SHELL
195
196 /* define this to use SLAPD TCL backend */
197 #undef SLAPD_TCL
198
199 /* define this to be empty if your compiler doesn't support volatile */
200 #undef volatile
201
202 /* define this if sig_atomic_t isn't defined in signal.h */
203 #undef sig_atomic_t
204
205 /* These are defined in ldap_features.h */
206 /*
207  LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
208  LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
209  LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
210  LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
211 */
212
213 /* The number of bytes in a int.  */
214 #undef SIZEOF_INT
215
216 /* The number of bytes in a long.  */
217 #undef SIZEOF_LONG
218
219 /* The number of bytes in a short.  */
220 #undef SIZEOF_SHORT
221
222 /* Define if you have the bcopy function.  */
223 #undef HAVE_BCOPY
224
225 /* Define if you have the ctime_r function.  */
226 #undef HAVE_CTIME_R
227
228 /* Define if you have the endgrent function.  */
229 #undef HAVE_ENDGRENT
230
231 /* Define if you have the endpwent function.  */
232 #undef HAVE_ENDPWENT
233
234 /* Define if you have the flock function.  */
235 #undef HAVE_FLOCK
236
237 /* Define if you have the getdtablesize function.  */
238 #undef HAVE_GETDTABLESIZE
239
240 /* Define if you have the getgrgid function.  */
241 #undef HAVE_GETGRGID
242
243 /* Define if you have the gethostbyaddr_r function.  */
244 #undef HAVE_GETHOSTBYADDR_R
245
246 /* Define if you have the gethostbyname_r function.  */
247 #undef HAVE_GETHOSTBYNAME_R
248
249 /* Define if you have the gethostname function.  */
250 #undef HAVE_GETHOSTNAME
251
252 /* Define if you have the getopt function.  */
253 #undef HAVE_GETOPT
254
255 /* Define if you have the getpass function.  */
256 #undef HAVE_GETPASS
257
258 /* Define if you have the getpwuid function.  */
259 #undef HAVE_GETPWUID
260
261 /* Define if you have the gettimeofday function.  */
262 #undef HAVE_GETTIMEOFDAY
263
264 /* Define if you have the initgroups function.  */
265 #undef HAVE_INITGROUPS
266
267 /* Define if you have the lockf function.  */
268 #undef HAVE_LOCKF
269
270 /* Define if you have the memcpy function.  */
271 #undef HAVE_MEMCPY
272
273 /* Define if you have the memmove function.  */
274 #undef HAVE_MEMMOVE
275
276 /* Define if you have the mkstemp function.  */
277 #undef HAVE_MKSTEMP
278
279 /* Define if you have the pthread_getconcurrency function.  */
280 #undef HAVE_PTHREAD_GETCONCURRENCY
281
282 /* Define if you have the pthread_kill function.  */
283 #undef HAVE_PTHREAD_KILL
284
285 /* Define if you have the pthread_setconcurrency function.  */
286 #undef HAVE_PTHREAD_SETCONCURRENCY
287
288 /* Define if you have the pthread_yield function.  */
289 #undef HAVE_PTHREAD_YIELD
290
291 /* Define if you have the recv function.  */
292 #undef HAVE_RECV
293
294 /* Define if you have the recvfrom function.  */
295 #undef HAVE_RECVFROM
296
297 /* Define if you have the res_search function.  */
298 #undef HAVE_RES_SEARCH
299
300 /* Define if you have the sched_yield function.  */
301 #undef HAVE_SCHED_YIELD
302
303 /* Define if you have the setegid function.  */
304 #undef HAVE_SETEGID
305
306 /* Define if you have the seteuid function.  */
307 #undef HAVE_SETEUID
308
309 /* Define if you have the setgid function.  */
310 #undef HAVE_SETGID
311
312 /* Define if you have the setpwfile function.  */
313 #undef HAVE_SETPWFILE
314
315 /* Define if you have the setsid function.  */
316 #undef HAVE_SETSID
317
318 /* Define if you have the setuid function.  */
319 #undef HAVE_SETUID
320
321 /* Define if you have the signal function.  */
322 #undef HAVE_SIGNAL
323
324 /* Define if you have the sigset function.  */
325 #undef HAVE_SIGSET
326
327 /* Define if you have the snprintf function.  */
328 #undef HAVE_SNPRINTF
329
330 /* Define if you have the strdup function.  */
331 #undef HAVE_STRDUP
332
333 /* Define if you have the strerror function.  */
334 #undef HAVE_STRERROR
335
336 /* Define if you have the strpbrk function.  */
337 #undef HAVE_STRPBRK
338
339 /* Define if you have the strrchr function.  */
340 #undef HAVE_STRRCHR
341
342 /* Define if you have the strsep function.  */
343 #undef HAVE_STRSEP
344
345 /* Define if you have the strspn function.  */
346 #undef HAVE_STRSPN
347
348 /* Define if you have the strstr function.  */
349 #undef HAVE_STRSTR
350
351 /* Define if you have the strtol function.  */
352 #undef HAVE_STRTOL
353
354 /* Define if you have the strtoul function.  */
355 #undef HAVE_STRTOUL
356
357 /* Define if you have the sysconf function.  */
358 #undef HAVE_SYSCONF
359
360 /* Define if you have the tempnam function.  */
361 #undef HAVE_TEMPNAM
362
363 /* Define if you have the thr_getconcurrency function.  */
364 #undef HAVE_THR_GETCONCURRENCY
365
366 /* Define if you have the thr_setconcurrency function.  */
367 #undef HAVE_THR_SETCONCURRENCY
368
369 /* Define if you have the thr_yield function.  */
370 #undef HAVE_THR_YIELD
371
372 /* Define if you have the vsnprintf function.  */
373 #undef HAVE_VSNPRINTF
374
375 /* Define if you have the vsprintf function.  */
376 #undef HAVE_VSPRINTF
377
378 /* Define if you have the wait4 function.  */
379 #undef HAVE_WAIT4
380
381 /* Define if you have the waitpid function.  */
382 #undef HAVE_WAITPID
383
384 /* Define if you have the <arpa/inet.h> header file.  */
385 #undef HAVE_ARPA_INET_H
386
387 /* Define if you have the <arpa/nameser.h> header file.  */
388 #undef HAVE_ARPA_NAMESER_H
389
390 /* Define if you have the <assert.h> header file.  */
391 #undef HAVE_ASSERT_H
392
393 /* Define if you have the <crypt.h> header file.  */
394 #undef HAVE_CRYPT_H
395
396 /* Define if you have the <db.h> header file.  */
397 #undef HAVE_DB_H
398
399 /* Define if you have the <db1/db.h> header file.  */
400 #undef HAVE_DB1_DB_H
401
402 /* Define if you have the <db_185.h> header file.  */
403 #undef HAVE_DB_185_H
404
405 /* Define if you have the <des.h> header file.  */
406 #undef HAVE_DES_H
407
408 /* Define if you have the <dirent.h> header file.  */
409 #undef HAVE_DIRENT_H
410
411 /* Define if you have the <dmalloc.h> header file.  */
412 #undef HAVE_DMALLOC_H
413
414 /* Define if you have the <errno.h> header file.  */
415 #undef HAVE_ERRNO_H
416
417 /* Define if you have the <fcntl.h> header file.  */
418 #undef HAVE_FCNTL_H
419
420 /* Define if you have the <filio.h> header file.  */
421 #undef HAVE_FILIO_H
422
423 /* Define if you have the <gdbm.h> header file.  */
424 #undef HAVE_GDBM_H
425
426 /* Define if you have the <getopt.h> header file.  */
427 #undef HAVE_GETOPT_H
428
429 /* Define if you have the <grp.h> header file.  */
430 #undef HAVE_GRP_H
431
432 /* Define if you have the <kerberosIV/des.h> header file.  */
433 #undef HAVE_KERBEROSIV_DES_H
434
435 /* Define if you have the <kerberosIV/krb.h> header file.  */
436 #undef HAVE_KERBEROSIV_KRB_H
437
438 /* Define if you have the <krb.h> header file.  */
439 #undef HAVE_KRB_H
440
441 /* Define if you have the <libutil.h> header file.  */
442 #undef HAVE_LIBUTIL_H
443
444 /* Define if you have the <limits.h> header file.  */
445 #undef HAVE_LIMITS_H
446
447 /* Define if you have the <locale.h> header file.  */
448 #undef HAVE_LOCALE_H
449
450 /* Define if you have the <lwp/lwp.h> header file.  */
451 #undef HAVE_LWP_LWP_H
452
453 /* Define if you have the <mach/cthreads.h> header file.  */
454 #undef HAVE_MACH_CTHREADS_H
455
456 /* Define if you have the <malloc.h> header file.  */
457 #undef HAVE_MALLOC_H
458
459 /* Define if you have the <mdbm.h> header file.  */
460 #undef HAVE_MDBM_H
461
462 /* Define if you have the <memory.h> header file.  */
463 #undef HAVE_MEMORY_H
464
465 /* Define if you have the <ncurses.h> header file.  */
466 #undef HAVE_NCURSES_H
467
468 /* Define if you have the <ndbm.h> header file.  */
469 #undef HAVE_NDBM_H
470
471 /* Define if you have the <ndir.h> header file.  */
472 #undef HAVE_NDIR_H
473
474 /* Define if you have the <psap.h> header file.  */
475 #undef HAVE_PSAP_H
476
477 /* Define if you have the <pthread.h> header file.  */
478 #undef HAVE_PTHREAD_H
479
480 /* Define if you have the <pwd.h> header file.  */
481 #undef HAVE_PWD_H
482
483 /* Define if you have the <readline/history.h> header file.  */
484 #undef HAVE_READLINE_HISTORY_H
485
486 /* Define if you have the <readline/readline.h> header file.  */
487 #undef HAVE_READLINE_READLINE_H
488
489 /* Define if you have the <regex.h> header file.  */
490 #undef HAVE_REGEX_H
491
492 /* Define if you have the <resolv.h> header file.  */
493 #undef HAVE_RESOLV_H
494
495 /* Define if you have the <sched.h> header file.  */
496 #undef HAVE_SCHED_H
497
498 /* Define if you have the <sgtty.h> header file.  */
499 #undef HAVE_SGTTY_H
500
501 /* Define if you have the <ssl.h> header file.  */
502 #undef HAVE_SSL_H
503
504 /* Define if you have the <stdarg.h> header file.  */
505 #undef HAVE_STDARG_H
506
507 /* Define if you have the <stddef.h> header file.  */
508 #undef HAVE_STDDEF_H
509
510 /* Define if you have the <string.h> header file.  */
511 #undef HAVE_STRING_H
512
513 /* Define if you have the <strings.h> header file.  */
514 #undef HAVE_STRINGS_H
515
516 /* Define if you have the <synch.h> header file.  */
517 #undef HAVE_SYNCH_H
518
519 /* Define if you have the <sys/dir.h> header file.  */
520 #undef HAVE_SYS_DIR_H
521
522 /* Define if you have the <sys/errno.h> header file.  */
523 #undef HAVE_SYS_ERRNO_H
524
525 /* Define if you have the <sys/file.h> header file.  */
526 #undef HAVE_SYS_FILE_H
527
528 /* Define if you have the <sys/filio.h> header file.  */
529 #undef HAVE_SYS_FILIO_H
530
531 /* Define if you have the <sys/ioctl.h> header file.  */
532 #undef HAVE_SYS_IOCTL_H
533
534 /* Define if you have the <sys/ndir.h> header file.  */
535 #undef HAVE_SYS_NDIR_H
536
537 /* Define if you have the <sys/param.h> header file.  */
538 #undef HAVE_SYS_PARAM_H
539
540 /* Define if you have the <sys/resource.h> header file.  */
541 #undef HAVE_SYS_RESOURCE_H
542
543 /* Define if you have the <sys/select.h> header file.  */
544 #undef HAVE_SYS_SELECT_H
545
546 /* Define if you have the <sys/socket.h> header file.  */
547 #undef HAVE_SYS_SOCKET_H
548
549 /* Define if you have the <sys/syslog.h> header file.  */
550 #undef HAVE_SYS_SYSLOG_H
551
552 /* Define if you have the <sys/time.h> header file.  */
553 #undef HAVE_SYS_TIME_H
554
555 /* Define if you have the <sys/types.h> header file.  */
556 #undef HAVE_SYS_TYPES_H
557
558 /* Define if you have the <sysexits.h> header file.  */
559 #undef HAVE_SYSEXITS_H
560
561 /* Define if you have the <syslog.h> header file.  */
562 #undef HAVE_SYSLOG_H
563
564 /* Define if you have the <tcl.h> header file.  */
565 #undef HAVE_TCL_H
566
567 /* Define if you have the <tcpd.h> header file.  */
568 #undef HAVE_TCPD_H
569
570 /* Define if you have the <termcap.h> header file.  */
571 #undef HAVE_TERMCAP_H
572
573 /* Define if you have the <termios.h> header file.  */
574 #undef HAVE_TERMIOS_H
575
576 /* Define if you have the <thread.h> header file.  */
577 #undef HAVE_THREAD_H
578
579 /* Define if you have the <unistd.h> header file.  */
580 #undef HAVE_UNISTD_H
581
582 /* Define if you have the V3 library (-lV3).  */
583 #undef HAVE_LIBV3
584
585 /* Define if you have the bind library (-lbind).  */
586 #undef HAVE_LIBBIND
587
588 /* Define if you have the dmalloc library (-ldmalloc).  */
589 #undef HAVE_LIBDMALLOC
590
591 /* Define if you have the gen library (-lgen).  */
592 #undef HAVE_LIBGEN
593
594 /* Define if you have the inet library (-linet).  */
595 #undef HAVE_LIBINET
596
597 /* Define if you have the net library (-lnet).  */
598 #undef HAVE_LIBNET
599
600 /* Define if you have the nsl library (-lnsl).  */
601 #undef HAVE_LIBNSL
602
603 /* Define if you have the nsl_s library (-lnsl_s).  */
604 #undef HAVE_LIBNSL_S
605
606 /* Define if you have the resolv library (-lresolv).  */
607 #undef HAVE_LIBRESOLV
608
609 /* Define if you have the socket library (-lsocket).  */
610 #undef HAVE_LIBSOCKET
611
612 /* Package */
613 #undef OPENLDAP_PACKAGE
614
615 /* Version */
616 #undef OPENLDAP_VERSION
617
618 /* define this if you have mkversion */
619 #undef HAVE_MKVERSION
620
621 /* defined to be the EXE extension */
622 #undef EXEEXT
623
624 /* define if you have -lxttp */
625 #undef HAVE_XTPP
626
627 /* define if you have -ldsap */
628 #undef HAVE_DSAP
629
630 /* define if you have -lisode */
631 #undef HAVE_ISODE
632
633 /* define if you have -lpp */
634 #undef HAVE_PP
635
636 /* define if you have Kerberos des_debug */
637 #undef HAVE_DES_DEBUG
638
639 /* define if you have Kerberos */
640 #undef HAVE_KERBEROS
641
642 /* define if you have SSLeay or OpenSSL */
643 #undef HAVE_SSLEAY
644
645 /* define if you have RSAref */
646 #undef HAVE_RSAREF
647
648 /* define if you have TLS */
649 #undef HAVE_TLS
650
651 /* set to the number of arguments ctime_r() expects */
652 #undef CTIME_R_NARGS
653
654 /* set to the number of arguments gethostbyname_r() expects */
655 #undef GETHOSTBYNAME_R_NARGS
656
657 /* set to the number of arguments gethostbyaddr_r() expects */
658 #undef GETHOSTBYADDR_R_NARGS
659
660 /* define if pthreads API compatible with final spec */
661 #undef HAVE_PTHREADS_FINAL
662
663 /* define if pthreads API compatible with draft4 spec */
664 #undef HAVE_PTHREADS_D4
665
666 /* if you have LinuxThreads */
667 #undef HAVE_LINUX_THREADS
668
669 /* define if you have POSIX Threads */
670 #undef HAVE_PTHREADS
671
672 /* define if you have pthread_detach function */
673 #undef HAVE_PTHREAD_DETACH
674
675 /* define if you have Mach Cthreads */
676 #undef HAVE_MACH_CTHREADS
677
678 /* if you have Solaris LWP (thr) package */
679 #undef HAVE_THR
680
681 /* if you have SunOS LWP package */
682 #undef HAVE_LWP
683
684 /* define if select implicitly yields */
685 #undef HAVE_YIELDING_SELECT
686
687 /* if you have LinuxThreads */
688 #undef HAVE_LINUX_THREADS
689
690 /* define if you have (or want) no threads */
691 #undef NO_THREADS
692
693 /* define if Berkeley DBv2 is available */
694 #undef HAVE_BERKELEY_DB2
695
696 /* define if Berkeley DB is available */
697 #undef HAVE_BERKELEY_DB
698
699 /* define if MDBM is available */
700 #undef HAVE_MDBM
701
702 /* define if GNU DBM is available */
703 #undef HAVE_GDBM
704
705 /* define if NDBM is available */
706 #undef HAVE_NDBM
707
708 /* define if you have -lwrap */
709 #undef HAVE_TCPD
710
711 /* define if you have -ltermcap */
712 #undef HAVE_TERMCAP
713
714 /* define if you have -lncurses */
715 #undef HAVE_NCURSES
716
717 /* define if you have no termcap support */
718 #undef NO_TERMCAP
719
720 /* define if you have -lreadline */
721 #undef HAVE_READLINE
722
723 /* define if system uses EBCDIC instead of ASCII */
724 #undef HAVE_EBCDIC
725
726 /* Define if TIOCGWINSZ requires sys/ioctl.h */
727 #undef GWINSZ_IN_SYS_IOCTL
728
729 /* define if you have POSIX termios */
730 #undef HAVE_POSIX_TERMIOS
731
732 /* Define if system has ptrdiff_t type */
733 #undef HAVE_PTRDIFF_T
734
735 /* define if struct passwd has pw_gecos */
736 #undef HAVE_PW_GECOS
737
738 /* define if toupper() requires islower() */
739 #undef C_UPPER_LOWER
740
741 /* define if cross compiling */
742 #undef CROSS_COMPILING
743
744 /* define if sys_errlist is not declared in stdio.h or errno.h */
745 #undef DECL_SYS_ERRLIST
746
747 /* define if you actually have sys_errlist in your libs */
748 #undef HAVE_SYS_ERRLIST
749
750 /* define if you have strdup() but it's not declared */
751 #undef DECL_STRDUP
752
753 /* begin of postamble */
754
755 #ifdef HAVE_STDDEF_H
756 #       include <stddef.h>
757 #endif
758
759 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
760 #define LDAP_TEST
761 #endif
762 #if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
763 #define LDAP_DEBUG
764 #endif
765
766 #include "ldap_cdefs.h"
767 #include "ldap_features.h"
768
769 #include "ac/assert.h"
770
771 #endif /* _LDAP_PORTABLE_H */