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/mpfr/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/mpfr/config.h.in')
-rw-r--r-- | Build/source/libs/mpfr/config.h.in | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/Build/source/libs/mpfr/config.h.in b/Build/source/libs/mpfr/config.h.in index 71f81eceba8..9d99b601bd7 100644 --- a/Build/source/libs/mpfr/config.h.in +++ b/Build/source/libs/mpfr/config.h.in @@ -1,18 +1,12 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ -#undef CRAY_STACKSEG_END - -/* Define to 1 if using `alloca.c'. */ +/* Define to 1 if using 'alloca.c'. */ #undef C_ALLOCA -/* Define to 1 if you have `alloca', as a function or macro. */ +/* Define to 1 if you have 'alloca', as a function or macro. */ #undef HAVE_ALLOCA -/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). - */ +/* Define to 1 if <alloca.h> works. */ #undef HAVE_ALLOCA_H /* Define if denormalized floats work. */ @@ -37,15 +31,15 @@ /* Define if compiler supports long long */ #undef HAVE_LONG_LONG -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define if stdarg */ #undef HAVE_STDARG /* 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 @@ -139,10 +133,13 @@ STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION -/* 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 you can safely include both <sys/time.h> and <time.h>. */ +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This + macro is obsolete. */ #undef TIME_WITH_SYS_TIME /* Version number of package */ |