mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#10163, ITS#10201 - Regenerate configure
This commit is contained in:
parent
a7007b7f64
commit
3b6e772c66
2 changed files with 6772 additions and 5783 deletions
|
|
@ -550,6 +550,9 @@
|
||||||
/* Define to 1 if you have the <stdint.h> header file. */
|
/* Define to 1 if you have the <stdint.h> header file. */
|
||||||
#undef HAVE_STDINT_H
|
#undef HAVE_STDINT_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <stdio.h> header file. */
|
||||||
|
#undef HAVE_STDIO_H
|
||||||
|
|
||||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||||
#undef HAVE_STDLIB_H
|
#undef HAVE_STDLIB_H
|
||||||
|
|
||||||
|
|
@ -933,6 +936,9 @@
|
||||||
/* define to support modules */
|
/* define to support modules */
|
||||||
#undef SLAPD_MODULES
|
#undef SLAPD_MODULES
|
||||||
|
|
||||||
|
/* define for Nested Group overlay */
|
||||||
|
#undef SLAPD_OVER_NESTGROUP
|
||||||
|
|
||||||
/* define to support reverse lookups */
|
/* define to support reverse lookups */
|
||||||
#undef SLAPD_RLOOKUPS
|
#undef SLAPD_RLOOKUPS
|
||||||
|
|
||||||
|
|
@ -942,7 +948,9 @@
|
||||||
/* define to support run-time loadable ACL */
|
/* define to support run-time loadable ACL */
|
||||||
#undef SLAP_DYNACL
|
#undef SLAP_DYNACL
|
||||||
|
|
||||||
/* Define to 1 if you have the ANSI C header files. */
|
/* Define to 1 if all of the C90 standard headers exist (not just the ones
|
||||||
|
required in a freestanding environment). This macro is provided for
|
||||||
|
backward compatibility; new code need not use it. */
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue