mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#10163, ITS#10201 - Regenerate configure
This commit is contained in:
parent
a7007b7f64
commit
3b6e772c66
@ -550,6 +550,9 @@
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#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. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
@ -933,6 +936,9 @@
|
||||
/* define to support modules */
|
||||
#undef SLAPD_MODULES
|
||||
|
||||
/* define for Nested Group overlay */
|
||||
#undef SLAPD_OVER_NESTGROUP
|
||||
|
||||
/* define to support reverse lookups */
|
||||
#undef SLAPD_RLOOKUPS
|
||||
|
||||
@ -942,7 +948,9 @@
|
||||
/* define to support run-time loadable ACL */
|
||||
#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
|
||||
|
||||
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
||||
|
Loading…
Reference in New Issue
Block a user