From: Kurt Zeilenga Date: Tue, 2 Dec 2003 04:21:34 +0000 (+0000) Subject: LBER_ELEMENT_SIZEOF now in lber_pvt.h X-Git-Tag: OPENLDAP_REL_ENG_2_1_24~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f844b45a04656fc2e3899dc88baca2f71fbdc351;p=thirdparty%2Fopenldap.git LBER_ELEMENT_SIZEOF now in lber_pvt.h --- diff --git a/include/lber.h b/include/lber.h index ea24431fcc..00d6dcb0dd 100644 --- a/include/lber.h +++ b/include/lber.h @@ -154,7 +154,6 @@ typedef struct lber_memory_fns { #define LBER_OPT_SUCCESS (0) #define LBER_OPT_ERROR (-1) -#define LBER_ELEMENT_SIZEOF (256) /* must be >= sizeof(BerElement) */ typedef struct berelement BerElement; typedef struct sockbuf Sockbuf; typedef struct seqorset Seqorset;