blob: f46ce35091af5f2108960644293e019a2f3bdcce [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/config_f.h
2+++ b/config_f.h
3@@ -138,11 +138,8 @@
4 * This can be much slower and no memory statistics will be
5 * provided.
6 */
7-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__)
8+
9 # define SYSMALLOC
10-#else
11-# undef SYSMALLOC
12-#endif
13
14 /*
15 * USE_ACCESS Use access(2) rather than stat(2) when POSIX is defined.