summaryrefslogtreecommitdiffstats
path: root/bin/csh/config.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-19 15:15:44 +0000
committerobrien <obrien@FreeBSD.org>2000-04-19 15:15:44 +0000
commit9b9890351af921db6081322c7eca6aec88cf4714 (patch)
tree9b95ac196a5cad4ebd407d3dd77cde061970b3c2 /bin/csh/config.h
parent9f147019b852d104589c619e66e04e04418c62f1 (diff)
downloadFreeBSD-src-9b9890351af921db6081322c7eca6aec88cf4714.zip
FreeBSD-src-9b9890351af921db6081322c7eca6aec88cf4714.tar.gz
Use our system malloc().
Diffstat (limited to 'bin/csh/config.h')
-rw-r--r--bin/csh/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/csh/config.h b/bin/csh/config.h
index 57dd362..c134764 100644
--- a/bin/csh/config.h
+++ b/bin/csh/config.h
@@ -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__)
OpenPOWER on IntegriCloud