On Tuesday 2022-11-29 22:47, Jeremy Sowden wrote: >Autoscan complains about a number of missing function, header and type >checks. > >+AC_CHECK_HEADER_STDBOOL >+AC_CHECK_HEADERS([arpa/inet.h \ I reject. It does not make sense to perform checks and then not make use of the outcome (HAVE_ARPA_INET_H) in source code. The same goes for all the other checks.