aboutsummaryrefslogtreecommitdiff
path: root/math/algae/files/patch-config.h.in
blob: 58e9a2558df530ebdca9c73cb46e827e8fa5a85e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- config.h.in.orig	Wed Oct 19 14:42:12 2005
+++ config.h.in	Wed Oct 19 14:42:38 2005
@@ -317,8 +317,8 @@
 /*
  * True if the system has a <malloc.h> file.
  */
-#ifndef HAVE_MALLOC_H
-#define HAVE_MALLOC_H	0
+#ifdef HAVE_MALLOC_H
+#undef HAVE_MALLOC_H
 #endif
 
 /*