diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-19 15:15:44 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-19 15:15:44 +0000 |
| commit | 585dfedb38ff31e33b687245938cbc68548c5c82 (patch) | |
| tree | cdb9839c125ec063f5177d75ed50d1c3fc560a1d /bin | |
| parent | 77f2a34fb123bfc530dfe5e5133f6bed3f105fb3 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/csh/config.h | 4 | ||||
| -rw-r--r-- | bin/csh/config_p.h | 4 |
2 files changed, 8 insertions, 0 deletions
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 <stdlib.h> + /* 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 <stdlib.h> + /* 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__) |
