Make it possible, and default, for MingW to build with SSPI support

Magnus Hagander <magnus@hagander.net>

Commit: d60259249428809cad22e2de152544de60c7ee81
Author: Magnus Hagander <magnus@hagander.net>
Date: 2007-07-24T09:00:27Z
Releases: 8.3.0
Make it possible, and default, for MingW to build with SSPI support
by dynamically loading the function that's missing from the MingW
headers and library.

Files

PathChange+/−
src/backend/libpq/auth.c modified +33 −4
src/backend/Makefile modified +2 −1
src/include/port/win32.h modified +8 −1
src/interfaces/libpq/fe-auth.c modified +7 −4
src/interfaces/libpq/Makefile modified +2 −2
src/tools/msvc/Solution.pm modified +1 −2