summaryrefslogtreecommitdiffstats
path: root/lib/libstand/zalloc_defs.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-01 17:35:08 +0000
committermsmith <msmith@FreeBSD.org>1998-10-01 17:35:08 +0000
commitc0b467b849546b99e70adc1adacacf3927776994 (patch)
treed6a065de46f15b6a53841cb2ca5e93e1b2dd7f77 /lib/libstand/zalloc_defs.h
parentd6f6d292c47946695edace7dd889bee9120a21b1 (diff)
downloadFreeBSD-src-c0b467b849546b99e70adc1adacacf3927776994.zip
FreeBSD-src-c0b467b849546b99e70adc1adacacf3927776994.tar.gz
Prune unused zalloc components as recommended by Matt Dillon. Extra debugging
code is still enabled (it's not very expensive).
Diffstat (limited to 'lib/libstand/zalloc_defs.h')
-rw-r--r--lib/libstand/zalloc_defs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h
index 6a6e54d..d3f46da 100644
--- a/lib/libstand/zalloc_defs.h
+++ b/lib/libstand/zalloc_defs.h
@@ -26,19 +26,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: zalloc_defs.h,v 1.1 1998/09/26 01:42:39 msmith Exp $
+ * $Id: zalloc_defs.h,v 1.2 1998/09/26 10:48:50 dfr Exp $
*/
/*
* DEFS.H
*/
-#define USEPANIC /* call panic() to register errors */
#define USEGUARD /* use stard/end guard bytes */
#define USEENDGUARD
#define DMALLOCDEBUG /* add debugging code to gather stats */
#define ZALLOCDEBUG
-#define MALLOCLIB /* don't build unnecessary zalloc parts */
#include <string.h>
#include "stand.h"
OpenPOWER on IntegriCloud