Substituted new configure test for types of accept()
Peter Eisentraut <peter_e@gmx.net>
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. :(
Files
| Path | Change | +/− |
|---|---|---|
| aclocal.m4 | modified | +336 −1 |
| config/ac_func_accept_argtypes.m4 | added | +65 −0 |
| config/c-compiler.m4 | added | +120 −0 |
| config/c-library.m4 | added | +79 −0 |
| config/cxx.m4 | added | +67 −0 |
| configure | modified | +861 −698 |
| configure.in | modified | +49 −276 |
| src/backend/libpq/pqcomm.c | modified | +2 −2 |
| src/backend/libpq/pqsignal.c | modified | +4 −4 |
| src/include/config.h.in | modified | +6 −6 |
| src/interfaces/libpq/fe-connect.c | modified | +3 −3 |
| src/interfaces/libpq/pqsignal.c | modified | +3 −3 |
| src/interfaces/libpq/win32.h | modified | +1 −1 |
| src/interfaces/Makefile.in | modified | +3 −7 |
| src/Makefile.global.in | modified | +5 −21 |
| src/makefiles/Makefile.hpux | modified | +1 −1 |