$NetBSD: patch-af,v 1.2 2010/08/10 07:49:57 asau Exp $

Use canonical macro.

--- H/dlmalloc.h.orig	2010-08-04 21:36:28.000000000 +0400
+++ H/dlmalloc.h	2010-08-10 11:04:45.000000000 +0400
@@ -493,7 +493,7 @@
   HAVE_USR_INCLUDE_MALLOC_H.
 */
 
-#if HAVE_MALLOC_H && !defined(_WIN32) && !defined(__NetBSD_Version__)
+#if HAVE_MALLOC_H && !defined(_WIN32) && !defined(__NetBSD__)
 #define HAVE_USR_INCLUDE_MALLOC_H 1
 #endif
 
