Disable LBER_END_SEQORSET for now.

This commit is contained in:
Kurt Zeilenga 1999-05-20 23:40:06 +00:00
parent 6a56886cf5
commit 3540857e03

View File

@ -67,7 +67,7 @@ LDAP_BEGIN_DECL
#define LBER_INVALID(tag) ( ( (tag) & 0xFFFFFF80UL ) != 0 )
#define LBER_ERROR 0xffffffffUL
#define LBER_DEFAULT 0xffffffffUL
#define LBER_END_SEQORSET 0xfffffffeUL /* not part of LDAP C-API */
/* #define LBER_END_SEQORSET 0xfffffffeUL *//* not part of LDAP C-API */
/* general BER types we know about */
#define LBER_BOOLEAN 0x01UL