Changes for MinGW/WIN32:
Bruce Momjian <bruce@momjian.us>
Changes for MinGW/WIN32:
o allow configure to see include/port/win32 include files
o add matching Win32 accept() prototype
o allow pg_id to compile with native Win32 API
o fix invalide mbvalidate() function calls (existing bug)
o allow /scripts to compile with native Win32 API
o add win32.c to Win32 compiles (already in *.mak files)
Files
| Path | Change | +/− |
|---|---|---|
| config/ac_func_accept_argtypes.m4 | modified | +22 −13 |
| configure | modified | +29 −11 |
| configure.in | modified | +7 −1 |
| src/bin/pg_id/pg_id.c | modified | +33 −4 |
| src/bin/pg_resetxlog/pg_resetxlog.c | modified | +3 −2 |
| src/bin/psql/describe.c | modified | +5 −5 |
| src/bin/psql/mbprint.c | modified | +5 −2 |
| src/bin/scripts/common.c | modified | +8 −1 |
| src/bin/scripts/Makefile | modified | +2 −2 |
| src/include/pg_config.h.in | modified | +3 −0 |
| src/interfaces/libpq/Makefile | modified | +4 −1 |