From 7ab66b0d77e4918f70e46dff07cf4b93ac233e64 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 30 Jun 2021 17:02:47 +0000 Subject: autoconf 2.71 git-svn-id: svn://tug.org/texlive/trunk@59767 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvisvgm/config.h.in | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'Build/source/texk/dvisvgm/config.h.in') diff --git a/Build/source/texk/dvisvgm/config.h.in b/Build/source/texk/dvisvgm/config.h.in index c698e91d4ad..a732a298b62 100644 --- a/Build/source/texk/dvisvgm/config.h.in +++ b/Build/source/texk/dvisvgm/config.h.in @@ -1,6 +1,6 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Define to 1 if the `closedir' function returns void instead of `int'. */ +/* Define to 1 if the `closedir' function returns void instead of int. */ #undef CLOSEDIR_VOID /* Set to 1 if PostScript support should be disabled */ @@ -77,9 +77,6 @@ /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP @@ -108,6 +105,9 @@ /* 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 @@ -195,7 +195,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 /* The machine triplet of the target system */ @@ -210,11 +212,6 @@ /* Define to 1 if declares 'z_const'. */ #undef ZLIB_CONST -/* Enable large inode numbers on Mac OS X 10.5. */ -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif - /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS -- cgit v1.2.3