mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 16:50:05 -04:00
Remove LDAP_VERSION3 from ldap.h. Some folks might actually
be use this for version checking (which isn't too bright, but).
This commit is contained in:
parent
a704ad51ac
commit
4e2c7bbdb3
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
1.2.2-Engineering
|
||||
1.2.2-Release
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ LDAP_BEGIN_DECL
|
|||
#define LDAP_PORT 389
|
||||
#define LDAP_VERSION1 1
|
||||
#define LDAP_VERSION2 2
|
||||
#define LDAP_VERSION3 3
|
||||
#define LDAP_VERSION LDAP_VERSION2
|
||||
|
||||
#define LDAP_COMPAT20
|
||||
|
|
|
|||
Loading…
Reference in a new issue