--- libraries/liblber/lber-int.h 2008/02/11 23:24:11 1.65.2.5 +++ libraries/liblber/lber-int.h 2005/01/01 19:49:43 1.66 @@ -1,7 +1,7 @@ -/* $OpenLDAP: pkg/ldap/libraries/liblber/lber-int.h,v 1.65.2.4 2007/01/02 21:43:48 kurt Exp $ */ +/* $OpenLDAP: pkg/ldap/libraries/liblber/lber-int.h,v 1.65 2004/09/04 02:54:28 kurt Exp $ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2008 The OpenLDAP Foundation. + * Copyright 1998-2005 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -38,20 +38,11 @@ typedef void (*BER_LOG_FN)(FILE *file, LBER_V (BER_ERRNO_FN) ber_int_errno_fn; -#ifdef LDAP_MEMORY_TRACE -# ifndef LDAP_MEMORY_DEBUG -# define LDAP_MEMORY_DEBUG 1 -# endif -#endif - -#ifdef LDAP_MEMORY_DEBUG -LBER_V (long) ber_int_meminuse; -#endif - struct lber_options { short lbo_valid; unsigned short lbo_options; int lbo_debug; + long lbo_meminuse; }; LBER_F( int ) ber_pvt_log_output(