Prevent harmless but annoying warning: "this file includes <malloc.h> which

is deprecated, use <stdlib.h> instead".
This commit is contained in:
Maxim Sobolev 2001-08-13 11:17:10 +00:00
parent 102c91c252
commit c9afbb06b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46171

View file

@ -0,0 +1,15 @@
$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