openbsd-ports/shells/tcsh/patches/patch-config_f_h
2012-06-21 14:22:51 +00:00

16 lines
690 B
Plaintext

$OpenBSD: patch-config_f_h,v 1.6 2012/06/21 14:22:51 jasper Exp $
http://bugs.gw.com/view.php?id=180 (committed)
--- config_f.h.orig Sat May 26 12:50:00 2012
+++ config_f.h Sat May 26 12:50:31 2012
@@ -135,7 +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__)
+#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__)
# define SYSMALLOC
#else
# undef SYSMALLOC