diff options
| author | Mark Peek <mp@FreeBSD.org> | 2007-05-16 21:22:38 +0000 |
|---|---|---|
| committer | Mark Peek <mp@FreeBSD.org> | 2007-05-16 21:22:38 +0000 |
| commit | 59dfb2db03584859a57ab6d9519e2de147bf3c4d (patch) | |
| tree | b524bdaa71824c33d739e38278c7697eaec12b3c /bin | |
| parent | 6751f8364ef06a10938d1760d86433d0af6446bb (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/csh/config.h | 3 | ||||
| -rw-r--r-- | bin/csh/config_p.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/bin/csh/config.h b/bin/csh/config.h index c9b01ef7aa94..0971ffa3faa1 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -237,3 +237,6 @@ #ifndef NO_NLS_CATALOGS #define NLS_CATALOGS #endif + +/* Work around a vendor issue where config_f.h is #undef'ing this setting */ +#define SYSMALLOC diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index 6de288b387e5..8c29053e3176 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.h @@ -82,8 +82,6 @@ #if defined(__FreeBSD__) #define NLS_BUGS #define BSD_STYLE_COLORLS -/* we want to use the system malloc when we install as /bin/csh */ -#define SYSMALLOC /* Use LC_MESSAGES locale category to open the message catalog */ #define MCLoadBySet NL_CAT_LOCALE #define BUFSIZE 8192 |
