diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-30 17:02:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-30 17:02:47 +0000 |
commit | 7ab66b0d77e4918f70e46dff07cf4b93ac233e64 (patch) | |
tree | dee038546e753b711ff80ca275014b2c5aaed8e1 /Build/source/libs/gd/config.h.in | |
parent | b6bf56021895ed4760c375bb8ff56754ce23ceac (diff) |
autoconf 2.71
git-svn-id: svn://tug.org/texlive/trunk@59767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/config.h.in')
-rw-r--r-- | Build/source/libs/gd/config.h.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/libs/gd/config.h.in b/Build/source/libs/gd/config.h.in index 3aacb450270..2bdda080d87 100644 --- a/Build/source/libs/gd/config.h.in +++ b/Build/source/libs/gd/config.h.in @@ -21,9 +21,6 @@ /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the <png.h> header file. */ #undef HAVE_PNG_H @@ -33,6 +30,9 @@ /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the <stdio.h> header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -75,7 +75,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 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |