]> granicus.if.org Git - postgresql/commit
Remove overly presumptuous use of __STDC__ in c.h, replacing
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Apr 1999 05:10:16 +0000 (05:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Apr 1999 05:10:16 +0000 (05:10 +0000)
commitf620241d73516b66ecad84084e645a617194efc0
treed5d1d9bef7504b0c84c4f03cf5e9526eaa14a1d5
parent0b874f01ddd899e21275934bc078cf189c3dd06c
Remove overly presumptuous use of __STDC__ in c.h, replacing
it with configure-script tests to see whether const, inline, volatile, etc
work or not.  (Curiously, configure was already doing the work to see if
const and inline were OK, but the results were not getting plugged into
config.h :-(.)
src/configure
src/configure.in
src/include/c.h
src/include/config.h.in
src/include/port/aix.h