Twiddle C++ configuration checks so that we #include <string> (if

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

Commit: 1c8244ec678dc4c2dffdcffd5cb51c04e9fc5dfc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-05-23T04:55:44Z
Releases: 7.1.1
Twiddle C++ configuration checks so that we #include <string> (if
it exists) before testing 'using namespace std'.  This is necessary
on some C++ setups where the compiler won't take a 'using' until
you've included a header that mentions namespace std.  (Pretty braindead
if you ask me, but...)

Files

PathChange+/−
src/configure modified +437 −430
src/configure.in modified +26 −13