OSDN Git Service

Twiddle C++ configuration checks so that we #include <string> (if
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 May 2000 04:55:44 +0000 (04:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 May 2000 04:55:44 +0000 (04:55 +0000)
commit1c8244ec678dc4c2dffdcffd5cb51c04e9fc5dfc
tree4e88f409bdd41aae0841aede12772de4b4e1f6e5
parentac6637485be0fd6cd477139020b30d938ca9359b
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...)
src/configure
src/configure.in