freebsd-ports/textproc/libxml/files/patch-config.h.in
Maxim Sobolev c9afbb06b5 Prevent harmless but annoying warning: "this file includes <malloc.h> which
is deprecated, use <stdlib.h> instead".
2001-08-13 11:17:10 +00:00

15 lines
339 B
C

$FreeBSD$
--- config.h.in 2001/08/13 11:13:32 1.1
+++ config.h.in 2001/08/13 11:13:47
@@ -72,9 +72,6 @@
/* Define if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H
-/* Define if you have the <malloc.h> header file. */
-#undef HAVE_MALLOC_H
-
/* Define if you have the <math.h> header file. */
#undef HAVE_MATH_H