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
c-library.m4
check_decls.m4
config.guess
config.sub
general.m4
install-sh
libtool.m4
llvm.m4
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
python.m4
tcl.m4