1 use the system malloc so we can easily
2 switch to others, like libumem. I'm not
3 entirely sure this should be changed upstream
6 --- tcsh-6.20.00/config_f.h.~1~ 2016-12-15 20:57:26.973551670 +0300
7 +++ tcsh-6.20.00/config_f.h 2016-12-15 20:58:17.896714149 +0300
9 * This can be much slower and no memory statistics will be
12 -#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__)
13 +#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__) || defined(SOLARIS2)