summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-11-09 15:20:47 +0100
committerPeter Eisentraut <peter@eisentraut.org>2021-11-09 15:35:26 +0100
commitee3a1a5b636b69dde33d68c428dd56b3389a4538 (patch)
tree6943325f2baa9e3e70994b3edd79ea5534ed6ba7 /aclocal.m4
parent4cd046c203bbca2955182f78eabc06e831ffdbb1 (diff)
downloadpostgresql-ee3a1a5b636b69dde33d68c428dd56b3389a4538.tar.gz
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
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 5e22482cd5..58ade65046 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,5 +1,4 @@
dnl aclocal.m4
-m4_include([config/ac_func_accept_argtypes.m4])
m4_include([config/ax_prog_perl_modules.m4])
m4_include([config/ax_pthread.m4])
m4_include([config/c-compiler.m4])