dirmngr: Define missing LDAP constant

* dirmngr/ldap-url.c (LDAP_SCOPE_DEFAULT): Define if missing.
This commit is contained in:
Werner Koch 2013-08-01 11:02:03 +02:00
parent 25b0357bf0
commit ef2e2e5402
1 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,11 @@ software is provided `'as is'' without express or implied warranty. */
void ldap_pvt_hex_unescape( char *s );
#ifndef LDAP_SCOPE_DEFAULT
# define LDAP_SCOPE_DEFAULT -1
#endif
/* $OpenLDAP: pkg/ldap/libraries/libldap/charray.c,v 1.9.2.2 2003/03/03 17:10:04 kurt Exp $ */
/*