From 50b37d4a27d3295a29afca2286f1a5a086142cec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:49:46 +0200 Subject: Adding upstream version 3.2.1+dfsg. Signed-off-by: Daniel Baumann --- src/modules/rlm_ldap/config.h.in | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/modules/rlm_ldap/config.h.in (limited to 'src/modules/rlm_ldap/config.h.in') diff --git a/src/modules/rlm_ldap/config.h.in b/src/modules/rlm_ldap/config.h.in new file mode 100644 index 0000000..8ef08da --- /dev/null +++ b/src/modules/rlm_ldap/config.h.in @@ -0,0 +1,43 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if you have the `ldap_create_sort_control' function. */ +#undef HAVE_LDAP_CREATE_SORT_CONTROL + +/* Define to 1 if you have the `ldap_create_sort_keylist' function. */ +#undef HAVE_LDAP_CREATE_SORT_KEYLIST + +/* Define to 1 if you have the `ldap_free_sort_keylist' function. */ +#undef HAVE_LDAP_FREE_SORT_KEYLIST + +/* Define to 1 if you have the `ldap_initialize' function. */ +#undef HAVE_LDAP_INITIALIZE + +/* Define to 1 if you have the `ldap_is_ldap_url' function. */ +#undef HAVE_LDAP_IS_LDAP_URL + +/* Define to 1 if you have the `ldap_sasl_interactive_bind' function. */ +#undef HAVE_LDAP_SASL_INTERACTIVE_BIND + +/* Define to 1 if you have the `ldap_set_rebind_proc' function. */ +#undef HAVE_LDAP_SET_REBIND_PROC + +/* Define to 1 if you have the `ldap_start_tls_s' function. */ +#undef HAVE_LDAP_START_TLS_S + +/* Define to 1 if you have the `ldap_unbind_ext_s' function. */ +#undef HAVE_LDAP_UNBIND_EXT_S + +/* Define to 1 if you have the `ldap_url_desc2str' function. */ +#undef HAVE_LDAP_URL_DESC2STR + +/* Define to 1 if you have the `ldap_url_parse' function. */ +#undef HAVE_LDAP_URL_PARSE + +/* Number of arguments the rebind procedure takes */ +#undef LDAP_SET_REBIND_PROC_ARGS + +/* Build the server with support for Novell eDir Universal Password */ +#undef WITH_EDIR + +/* Build the server with support for SASL binds */ +#undef WITH_SASL -- cgit v1.2.3