From 9b9890351af921db6081322c7eca6aec88cf4714 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 19 Apr 2000 15:15:44 +0000 Subject: Use our system malloc(). --- bin/csh/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/csh/config.h') diff --git a/bin/csh/config.h b/bin/csh/config.h index 57dd362..c134764 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -120,11 +120,15 @@ /****************** local defines *********************/ /****************** configurable hacks ****************/ +#include + /* have been moved to config_f.h */ #include "config_f.h" #if defined(__FreeBSD__) #define NLS_BUGS +/* we want to use the system malloc when we install as /bin/csh */ +#define SYSMALLOC #endif #if defined(__bsdi__) -- cgit v1.1