diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-05-07 13:28:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-05-07 13:28:03 +0000 |
commit | b80a9e4064cba9ce03ea1aa1cb29a1e03b2b96d2 (patch) | |
tree | ab8d2426912e6ac9e551a288b1ad203d5059f953 /app/xcalc/config.h.in | |
parent | bc82188837554e7bf6188c8ab49a4501fd4f55b3 (diff) |
Update to xcalc 1.1.2
Diffstat (limited to 'app/xcalc/config.h.in')
-rw-r--r-- | app/xcalc/config.h.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/xcalc/config.h.in b/app/xcalc/config.h.in index 509f82f40..7b4b5df38 100644 --- a/app/xcalc/config.h.in +++ b/app/xcalc/config.h.in @@ -3,12 +3,12 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* 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 @@ -60,7 +60,9 @@ /* Patch version of this package */ #undef PACKAGE_VERSION_PATCHLEVEL -/* 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 */ |