aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/configure.in
AgeCommit message (Collapse)AuthorFilesLines
1995-11-05 * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER.Jason Molenda1-1/+1
Sigh. It's one of those days.
1995-11-05 * configure.in: add check for stddef.hJason Molenda1-0/+1
* mmalloc.h: include stddef.h if HAVE_STDDEF_H is defined.
1995-11-05 * configure.in: add AC_HEADER_STDC check.Jason Molenda1-30/+10
* mmalloc.h: check if STDC_HEADERS instead of __STDC__. * mmprivate.h: check if STDC_HEADERS instead of __STDC__. This change is necessary to build under AIX 3.2.5 w/ cc after Stan's Oct 24 change. I'm not convinced that changing mmalloc.h in this way is such a good thing--if a directory that doesn't use autoconf (or one that DOES use autoconf but doesn't put all the defines on the command line), and it includes mmalloc.h, the right thing won't happen. I believe gdb is the only directory which uses mmalloc, though, so it should be OK.
1992-10-02use canonical tripleDavid D. Zuhn1-9/+9
1992-03-15New memory malloc malloc library, based on GNU malloc.Fred Fish1-0/+33