diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index ec066aa..cd131cd 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -203,9 +203,6 @@ /* Define if the map API (H5M) should be compiled */ #undef HAVE_MAP_API -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the <mfu.h> header file. */ #undef HAVE_MFU_H @@ -285,6 +282,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 @@ -553,7 +553,9 @@ /* The size of `__float128', as computed by sizeof. */ #undef SIZEOF___FLOAT128 -/* 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 if strict file format checks are enabled */ |