* configure.in: add AC_HEADER_STDC check.
authorJason Molenda <crash@cygnus>
Sun, 5 Nov 1995 03:12:15 +0000 (03:12 +0000)
committerJason Molenda <crash@cygnus>
Sun, 5 Nov 1995 03:12:15 +0000 (03:12 +0000)
commitc93a17b7aba525ca857d7955d2a22dfafaf1c8b1
treed3f0bcca7957e0ae0f02178994d4dc590b709297
parent1738bcd31b7027c1eab8cfc680c3dcac478cd3ce
    * configure.in: add AC_HEADER_STDC check.

        * 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.
mmalloc/ChangeLog
mmalloc/configure [new file with mode: 0755]
mmalloc/configure.in
mmalloc/mmalloc.h
mmalloc/mmprivate.h
This page took 0.034407 seconds and 4 git commands to generate.