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__)