diff options
Diffstat (limited to 'app/xrandr/config.h.in')
-rw-r--r-- | app/xrandr/config.h.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/xrandr/config.h.in b/app/xrandr/config.h.in index 895dd6af1..59250d1f1 100644 --- a/app/xrandr/config.h.in +++ b/app/xrandr/config.h.in @@ -6,12 +6,12 @@ /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM -/* 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 */ |