OSDN Git Service

Substituted new configure test for types of accept()
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 11 Jun 2000 11:40:09 +0000 (11:40 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 11 Jun 2000 11:40:09 +0000 (11:40 +0000)
commit06cd0f1a32b843832298471e92cc1c577f1363a1
treef94f7a4ea39288ff268213c93aff15e4d00682c2
parentb4182b1327415f2ef2cae6e3795d9f04f578df43
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. :(
16 files changed:
aclocal.m4
config/ac_func_accept_argtypes.m4 [new file with mode: 0644]
config/c-compiler.m4 [new file with mode: 0644]
config/c-library.m4 [new file with mode: 0644]
config/cxx.m4 [new file with mode: 0644]
configure
configure.in
src/Makefile.global.in
src/backend/libpq/pqcomm.c
src/backend/libpq/pqsignal.c
src/include/config.h.in
src/interfaces/Makefile.in
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/pqsignal.c
src/interfaces/libpq/win32.h
src/makefiles/Makefile.hpux