build: remove stdio.h from header checks

We already use a mix of <cstdio> and stdio.h unconditionally throughout
the codebase.

Us checking this header also duplicates work already done by autotools.
Currently stdio.h is checked for 3 times during a ./configure run, after
this change, at least it's only twice.
This commit is contained in:
fanquake
2022-09-20 11:26:01 +01:00
parent b95633121b
commit 55aad5f3a9
2 changed files with 1 additions and 4 deletions

View File

@@ -146,9 +146,6 @@
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1