Thread: pgsql/src/interfaces/libpq (fe-connect.c pqsignal.c win32.h)

pgsql/src/interfaces/libpq (fe-connect.c pqsignal.c win32.h)

From
Peter Eisentraut - PostgreSQL
Date:
  Date: Sunday, June 11, 2000 @ 07:40:07
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/libpq
     from hub.org:/home/projects/pgsql/tmp/cvs-serv47187/src/interfaces/libpq

Modified Files:
    fe-connect.c pqsignal.c win32.h

-----------------------------  Log Message  -----------------------------

Substituted new configure test for types of accept()

Interfaced a lot of the custom tests to the config.cache, in the process
made them separate macros and grouped them out into files. Made naming
adjustments.

Removed a couple of useless/unused configure tests.

Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl.
And it breaks equally often. :(