We don't include strings.h anywhere.
This is also already checked for by autoconf, so us checking for it just means a 3rd existence check during ./configure.
We don't include strings.h anywhere.
This is also already checked for by autoconf, so us checking for it just means a 3rd existence check during ./configure.
We don't include strings.h anywhere.
This is also already checked for by autoconf, so us checking for it just
means a 3rd existence check during ./configure.
Code review ACK eb6026b90ff6a40a8802be3fc00cdda1c780fd95
Indeed, strings.h is unused and is checked (excluded) in AC_INCLUDES_DEFAULT
ACK eb6026b90ff6a40a8802be3fc00cdda1c780fd95, tested on macOS 12.6:
% ./autogen.sh
% ./configure 2>&1 | grep -e 'strings.h'
checking for strings.h... yes
checking for strings.h... (cached) yes
checking for strings.h... yes
% ./autogen.sh
% ./configure 2>&1 | grep -e 'strings.h'
checking for strings.h... yes
checking for strings.h... yes