Use our system malloc().

This commit is contained in:
obrien 2000-04-19 15:15:44 +00:00
parent 9f147019b8
commit 9b9890351a
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__)