pgsql-server/ /configure /configure.in onfig/a ...

Started by Bruce Momjianalmost 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 03/09/07 00:43:58

Modified files:
. : configure configure.in
config : ac_func_accept_argtypes.m4
src/bin/pg_id : pg_id.c
src/bin/pg_resetxlog: pg_resetxlog.c
src/bin/psql : describe.c mbprint.c
src/bin/scripts: Makefile common.c
src/include : pg_config.h.in
src/interfaces/libpq: Makefile

Log message:
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)