Thread: pgsql: Revert to using --enable-auto-import in Cygwin builds.

pgsql: Revert to using --enable-auto-import in Cygwin builds.

From
Tom Lane
Date:
Revert to using --enable-auto-import in Cygwin builds.

Disabling auto-import requires that all libraries we use be careful about
declspecs for exported variables; and it seems they aren't.  This means
that Cygwin will not give us useful info about missing PGDLLIMPORT markers;
but it's probably sufficient that MSVC and Mingw builds do.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8d6e2d4abf77c422714448e5f4270fdb1a84d973

Modified Files
--------------
src/template/cygwin |    5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)