From 788cf960ed71fab8f07adc25b677424660afcbb1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 26 Jan 2001 05:04:26 +0000 Subject: [PATCH] rm LBER_USE_INDEFINITE_LEN --- include/lber.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/lber.h b/include/lber.h index 89c9a49247..e89d500473 100644 --- a/include/lber.h +++ b/include/lber.h @@ -82,7 +82,6 @@ LDAP_BEGIN_DECL /* LBER BerElement options */ #define LBER_USE_DER 0x01 -#define LBER_USE_INDEFINITE_LEN 0x02 /* get/set options for BerElement */ #define LBER_OPT_BER_OPTIONS 0x01 -- 2.39.5