diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gas/config.in b/gas/config.in index 8bd5298..4c63bd9 100644 --- a/gas/config.in +++ b/gas/config.in @@ -72,6 +72,9 @@ /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the <locale.h> header file. */ +#undef HAVE_LOCALE_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -81,15 +84,15 @@ /* 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 <stdint.h> header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `setlocale' function. */ -#undef HAVE_SETLOCALE - /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H |