* configure.in: add check for stddef.h

* mmalloc.h: include stddef.h if HAVE_STDDEF_H is defined.
This commit is contained in:
Jason Molenda
1995-11-05 08:15:15 +00:00
parent 96457d7f4d
commit 89097c5bc5
4 changed files with 36 additions and 1 deletions

View File

@ -9,5 +9,6 @@ AC_PROG_RANLIB
AC_FUNC_MMAP
AC_HEADER_STDC
AC_CHECK_HEADER(stddef.h)
AC_OUTPUT(Makefile)