5723N/Ause the system malloc so we can easily
5723N/Aswitch to others, like libumem. I'm not
5723N/Aentirely sure this should be changed upstream
5723N/Ayet.
5723N/A
5723N/A--- tcsh-6.19.00/config_f.h.orig Mon Sep 14 12:18:26 2015
5723N/A+++ tcsh-6.19.00/config_f.h Mon Sep 14 12:18:46 2015
5723N/A@@ -135,7 +135,7 @@
5723N/A * This can be much slower and no memory statistics will be
5723N/A * provided.
5723N/A */
5723N/A-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__)
5723N/A+#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(SOLARIS2)
5723N/A # define SYSMALLOC
5723N/A #else
5723N/A # undef SYSMALLOC