tcsh: update to 6.20.00
[unleashed-userland.git] / components / shell / tcsh / patches / 008.config.patch
blob87b0dcdce7470aa14da72b278daeb9dbe5ec25e3
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
4 yet.
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
8 @@ -139,7 +139,7 @@
9 * This can be much slower and no memory statistics will be
10 * provided.
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)
14 # define SYSMALLOC
15 #else
16 # undef SYSMALLOC