Use our system malloc().

This commit is contained in:
David E. O'Brien 2000-04-19 15:15:44 +00:00
parent 77f2a34fb1
commit 585dfedb38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59394
2 changed files with 8 additions and 0 deletions

View file

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

View file

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