Don't hard-code that malloc.h exists, do the reverse.

*sigh* and we run autoconf because?
This commit is contained in:
joerg 2007-07-25 15:32:43 +00:00
parent 057de8d82c
commit 70b0ee97bd
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2005/10/21 22:36:21 cube Exp $
$NetBSD: distinfo,v 1.3 2007/07/25 15:32:43 joerg Exp $
SHA1 (lzo-2.02.tar.gz) = 82e1ae75663623516156542f4975a64d3a264b91
RMD160 (lzo-2.02.tar.gz) = 382154ec7d076e66fdcb6114818193dca180e3ac
Size (lzo-2.02.tar.gz) = 599387 bytes
SHA1 (patch-aa) = d1220a9d349e7d86cd1c76215a5e0e7a9fb1613e

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2007/07/25 15:32:43 joerg Exp $
--- src/miniacc.h.orig 2007-07-25 15:07:34.000000000 +0000
+++ src/miniacc.h
@@ -1635,7 +1635,7 @@ extern "C" {
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_LIMITS_H 1
-#define HAVE_MALLOC_H 1
+/* #undef HAVE_MALLOC_H */
#define HAVE_MEMORY_H 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGNAL_H 1