diff options
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r-- | libjava/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index ad904d3abf9..93edd56111d 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -25,6 +25,9 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if the X Window System is missing or not being used. */ +#undef X_DISPLAY_MISSING + /* Define this if you want runtime debugging enabled. */ #undef DEBUG @@ -263,6 +266,9 @@ /* Define if you have the select function. */ #undef HAVE_SELECT +/* Define if you have the setlocale function. */ +#undef HAVE_SETLOCALE + /* Define if you have the sleep function. */ #undef HAVE_SLEEP |