From a3f77e898a913709a6b4e7e301c23260928b8d50 Mon Sep 17 00:00:00 2001 From: haturatu Date: Wed, 9 Oct 2024 05:04:48 +0900 Subject: fix --- config.h.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 4b8c91a..604bd58 100644 --- a/config.h.in +++ b/config.h.in @@ -6,12 +6,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H @@ -58,7 +58,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Version number of package */ -- cgit v1.2.3