build: remove strings.h from header checks

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.
This commit is contained in:
fanquake
2022-09-20 12:04:43 +01:00
parent 71ac70d877
commit eb6026b90f
2 changed files with 1 additions and 4 deletions

View File

@ -152,9 +152,6 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1