From 585dfedb38ff31e33b687245938cbc68548c5c82 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 19 Apr 2000 15:15:44 +0000 Subject: [PATCH] Use our system malloc(). --- bin/csh/config.h | 4 ++++ bin/csh/config_p.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bin/csh/config.h b/bin/csh/config.h index 57dd36281eb8..c1347648f18a 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__) diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index 57dd36281eb8..c1347648f18a 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.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__)