postgresql/config
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types
This check was used to accommodate a staggering variety in particular
in the type of the third argument of accept().  This is no longer of
concern on currently supported systems.  We can just use socklen_t in
the code and put in a simple check that substitutes int for socklen_t
if it's missing, to cover the few stragglers.

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/3538f4c4-1886-64f2-dcff-aaad8267fb82@enterprisedb.com
2021-11-09 15:35:26 +01:00
..
ax_prog_perl_modules.m4
ax_pthread.m4
c-compiler.m4 Sync up some inconsistent comments in config/c-compiler.m4. 2020-04-22 15:27:43 -04:00
c-library.m4 Enable Unix-domain sockets support on Windows 2020-03-28 15:01:01 +01:00
check_decls.m4
config.guess Update config.guess and config.sub 2021-04-21 16:33:40 +02:00
config.sub Update config.guess and config.sub 2021-04-21 16:33:40 +02:00
general.m4 Rename configure.in to configure.ac 2020-07-24 10:42:08 +02:00
install-sh
libtool.m4
llvm.m4 jit: configure: Explicitly reference 'native' component. 2020-12-07 19:34:13 -08:00
Makefile
missing
perl.m4 Adjust configure to insist on Perl version >= 5.8.3. 2021-10-07 14:26:17 -04:00
pkg.m4
prep_buildtree
programs.m4 Add configure probe for rl_completion_suppress_quote. 2020-01-23 18:20:57 -05:00
python.m4
tcl.m4