Remove overly presumptuous use of __STDC__ in c.h, replacing

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f620241d73516b66ecad84084e645a617194efc0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-04-02T05:10:16Z
Releases: 7.1.1
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 :-(.)

Files

PathChange+/−
src/configure modified +702 −471
src/configure.in modified +14 −1
src/include/c.h modified +35 −99
src/include/config.h.in modified +15 −0
src/include/port/aix.h modified +0 −1