Work around a vendor issue that was causing the builtin malloc to be

used instead of the system malloc.

Submitted by:	ume
This commit is contained in:
Mark Peek 2007-05-16 21:22:38 +00:00
parent 6751f8364e
commit 59dfb2db03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169626
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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