mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
slight change to macro
This commit is contained in:
parent
fd4b8ba0cd
commit
a10feabf25
@ -33,7 +33,10 @@ struct lber_options {
|
|||||||
long lbo_meminuse;
|
long lbo_meminuse;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define LDAP_LOG ber_pvt_log_output
|
#ifdef LDAP_LOG
|
||||||
|
#undef LDAP_LOG
|
||||||
|
#endif
|
||||||
|
#define LDAP_LOG(a) ber_pvt_log_output a
|
||||||
|
|
||||||
#define LBER_UNINITIALIZED 0x0
|
#define LBER_UNINITIALIZED 0x0
|
||||||
#define LBER_INITIALIZED 0x1
|
#define LBER_INITIALIZED 0x1
|
||||||
|
Loading…
Reference in New Issue
Block a user