summaryrefslogtreecommitdiffstats
path: root/utils/tcsh/patches/001-sysmalloc.patch
blob: 99d0e3f77de3f0bb98d8eab86ece53f0e4b57fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/config_f.h
+++ b/config_f.h
@@ -135,11 +135,7 @@
  *		This can be much slower and no memory statistics will be
  *		provided.
  */
-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__)
 # define SYSMALLOC
-#else
-# undef SYSMALLOC
-#endif
 
 /*
  * USE_ACCESS	Use access(2) rather than stat(2) when POSIX is defined.