#include <lber.h>
#include <ldap.h>
#include "apr_ldap_url.h"
Go to the source code of this file.
Defines | |
#define | APR_HAS_LDAP 1 |
#define | APR_HAS_OPENLDAP_LDAPSDK 1 |
#define | APR_HAS_LDAP_SSL 1 |
#define | APR_HAS_LDAP_URL_PARSE 1 |
#define | APU_HAS_LDAP |
#define | APR_LDAP_UNCONST(conststr) ((char *)(conststr)) |
#define | const_cast(conststr) APR_LDAP_UNCONST(conststr) |
#define | LDAP_URL_ERR_NOTLDAP LDAP_URL_ERR_BADSCHEME |
#define | LDAP_URL_ERR_NODN LDAP_URL_ERR_BADURL |