Use our system malloc().
This commit is contained in:
parent
9f147019b8
commit
9b9890351a
@ -120,11 +120,15 @@
|
|||||||
/****************** local defines *********************/
|
/****************** local defines *********************/
|
||||||
/****************** configurable hacks ****************/
|
/****************** configurable hacks ****************/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/* have been moved to config_f.h */
|
/* have been moved to config_f.h */
|
||||||
#include "config_f.h"
|
#include "config_f.h"
|
||||||
|
|
||||||
#if defined(__FreeBSD__)
|
#if defined(__FreeBSD__)
|
||||||
#define NLS_BUGS
|
#define NLS_BUGS
|
||||||
|
/* we want to use the system malloc when we install as /bin/csh */
|
||||||
|
#define SYSMALLOC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__bsdi__)
|
#if defined(__bsdi__)
|
||||||
|
@ -120,11 +120,15 @@
|
|||||||
/****************** local defines *********************/
|
/****************** local defines *********************/
|
||||||
/****************** configurable hacks ****************/
|
/****************** configurable hacks ****************/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/* have been moved to config_f.h */
|
/* have been moved to config_f.h */
|
||||||
#include "config_f.h"
|
#include "config_f.h"
|
||||||
|
|
||||||
#if defined(__FreeBSD__)
|
#if defined(__FreeBSD__)
|
||||||
#define NLS_BUGS
|
#define NLS_BUGS
|
||||||
|
/* we want to use the system malloc when we install as /bin/csh */
|
||||||
|
#define SYSMALLOC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__bsdi__)
|
#if defined(__bsdi__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user