OSDN Git Service

Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 27 Sep 2000 15:17:57 +0000 (15:17 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 27 Sep 2000 15:17:57 +0000 (15:17 +0000)
commit664ce79dd84220afbf6c6b727c6280ec85148267
treefbed3a54d787b20b3aafc79980ec0bc7807effbb
parentf5ab0169231ca69ff194fba191d98e0bcc3e8e72
Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.

Update the installation instructions (formerly misnamed "FAQ"), add configure
checks for some headers rather than having users copy stubs manually (ugh!).
Use Autoconf check for exe extension.  This also avoids inheriting the value
of $(X) from the environment.
16 files changed:
config/c-library.m4
configure
configure.in
doc/FAQ_NT [deleted file]
doc/INSTALL_WIN [new file with mode: 0644]
doc/src/sgml/installation.sgml
src/Makefile.global.in
src/backend/libpq/pqcomm.c
src/include/config.h.in
src/include/libpq/pqcomm.h
src/interfaces/libpq/fe-connect.c
src/makefiles/Makefile.win
src/win32/README [deleted file]
src/win32/endian.h [deleted file]
src/win32/tcp.h [deleted file]
src/win32/un.h [deleted file]