X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-apr-util.git;a=blobdiff_plain;f=Bindings%2FAPR%2FLDAP.hsc;fp=Bindings%2FAPR%2FLDAP.hsc;h=8792eedc406e13b25b679dfc28f4e79e253a7d70;hp=0000000000000000000000000000000000000000;hb=47658e15fdb97d2502c2e7e1948b17ac53e67ac7;hpb=ae2834332707ca9fd79d936d671a9eed93d4a641 diff --git a/Bindings/APR/LDAP.hsc b/Bindings/APR/LDAP.hsc new file mode 100644 index 0000000..8792eed --- /dev/null +++ b/Bindings/APR/LDAP.hsc @@ -0,0 +1,43 @@ +#include +#include + +module Bindings.APR.LDAP where +#strict_import + +#num APR_HAS_LDAP + +#num APR_HAS_NETSCAPE_LDAPSDK +#num APR_HAS_SOLARIS_LDAPSDK +#num APR_HAS_NOVELL_LDAPSDK +#num APR_HAS_MOZILLA_LDAPSDK +#num APR_HAS_OPENLDAP_LDAPSDK +#num APR_HAS_MICROSOFT_LDAPSDK +#num APR_HAS_TIVOLI_LDAPSDK +#num APR_HAS_ZOS_LDAPSDK +#num APR_HAS_OTHER_LDAPSDK + +#if APR_HAS_LDAP + +# num APR_HAS_LDAP_SSL +# num APR_HAS_LDAP_URL_PARSE + +# num APR_HAS_LDAPSSL_CLIENT_INIT +# num APR_HAS_LDAPSSL_CLIENT_DEINIT +# num APR_HAS_LDAPSSL_ADD_TRUSTED_CERT +# num APR_HAS_LDAP_START_TLS_S +# num APR_HAS_LDAP_SSLINIT +# num APR_HAS_LDAPSSL_INIT +# num APR_HAS_LDAPSSL_INSTALL_ROUTINES + +# num APR_LDAP_SIZELIMIT + +# starttype struct apr_ldap_err_t +# field reason, Ptr CChar +# field msg , Ptr CChar +# field rc , CInt +# stoptype + +-- FIXME What's the type it takes? +-- # cinline APR_LDAP_IS_SERVER_DOWN, -> IO CInt + +#endif \ No newline at end of file