diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 46e2467..bceba76 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -175,6 +175,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define if your <locale.h> file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL @@ -208,6 +211,9 @@ /* Define to 1 if you have the <link.h> header file. */ #undef HAVE_LINK_H +/* Define to 1 if you have the <locale.h> header file. */ +#undef HAVE_LOCALE_H + /* Define to 1 if the compiler supports long double. */ #undef HAVE_LONG_DOUBLE @@ -325,6 +331,9 @@ /* Define to 1 if you have the `sbrk' function. */ #undef HAVE_SBRK +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + /* Define to 1 if you have the `setpgid' function. */ #undef HAVE_SETPGID |