Browse Source

added HAVE_SYS_MALLOC_H

Dave Schuyler 21 years ago
parent
commit
2004648d38
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dtool/LocalSetup.pp

+ 3 - 0
dtool/LocalSetup.pp

@@ -273,6 +273,9 @@ $[cdefine HAVE_IOSTREAM]
 /* Define if you have the <malloc.h> header file.  */
 $[cdefine HAVE_MALLOC_H]
 
+/* Define if you have the <sys/malloc.h> header file.  */
+$[cdefine HAVE_SYS_MALLOC_H]
+
 /* Define if you have the <alloca.h> header file.  */
 $[cdefine HAVE_ALLOCA_H]