Make it possible, and default, for MingW to build with SSPI support
Magnus Hagander <magnus@hagander.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |