diff options
Diffstat (limited to 'include/portable.hin')
-rw-r--r-- | include/portable.hin | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/include/portable.hin b/include/portable.hin index 2463b90..9a84be9 100644 --- a/include/portable.hin +++ b/include/portable.hin @@ -4,7 +4,7 @@ /* begin of portable.h.pre */ /* This work is part of OpenLDAP Software <http://www.openldap.org/>. * - * Copyright 1998-2022 The OpenLDAP Foundation + * Copyright 1998-2024 The OpenLDAP Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -547,6 +547,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 @@ -987,6 +990,9 @@ /* define for Reverse Group Membership overlay */ #undef SLAPD_OVER_MEMBEROF +/* define for Nested Group overlay */ +#undef SLAPD_OVER_NESTGROUP + /* define for OTP 2-factor Authentication overlay */ #undef SLAPD_OVER_OTP @@ -1056,7 +1062,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'. */ |