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