diff options
Diffstat (limited to 'Build/source/libs/pixman/config.h.in')
-rw-r--r-- | Build/source/libs/pixman/config.h.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/libs/pixman/config.h.in b/Build/source/libs/pixman/config.h.in index 7e718e7f18a..40923e8e73c 100644 --- a/Build/source/libs/pixman/config.h.in +++ b/Build/source/libs/pixman/config.h.in @@ -15,12 +15,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 @@ -72,7 +72,9 @@ /* Define to `((size_t)-1)' if <stdint.h> does not define it. */ #undef SIZE_MAX -/* 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 /* Whether the tool chain supports __attribute__((constructor)) */ |