mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
dirmngr: Define missing LDAP constant
* dirmngr/ldap-url.c (LDAP_SCOPE_DEFAULT): Define if missing.
This commit is contained in:
parent
25b0357bf0
commit
ef2e2e5402
@ -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 $ */
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user