diff options
author | Alan Modra <amodra@gmail.com> | 2007-07-02 07:12:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-07-02 07:12:53 +0000 |
commit | ae351704e23ab7a731fd68d75420f95e4b10b642 (patch) | |
tree | 25643fc2e5cbec04fe6e78671d29573cc83fc817 /binutils/config.in | |
parent | 3e5484dbb9c68bd737de32da1e2c7b478dfc3740 (diff) | |
download | gdb-ae351704e23ab7a731fd68d75420f95e4b10b642.zip gdb-ae351704e23ab7a731fd68d75420f95e4b10b642.tar.gz gdb-ae351704e23ab7a731fd68d75420f95e4b10b642.tar.bz2 |
Regenerate files.
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/binutils/config.in b/binutils/config.in index 202c763..6183c37 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -12,15 +12,6 @@ language is requested. */ #undef ENABLE_NLS -/* Define if you have the iconv() function. */ -#undef HAVE_ICONV - -/* Define to 1 if you have the <iconv.h> header file. */ -#undef HAVE_ICONV_H - -/* Define as const if the declaration of iconv() needs const. */ -#undef ICONV_CONST - /* Suffix used for executables, if any. */ #undef EXECUTABLE_SUFFIX @@ -70,6 +61,9 @@ don't. */ #undef HAVE_DECL_VSNPRINTF +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Does the platform use an executable suffix? */ #undef HAVE_EXECUTABLE_SUFFIX @@ -85,6 +79,9 @@ /* Does <utime.h> define struct utimbuf? */ #undef HAVE_GOOD_UTIME_H +/* Define if you have the iconv() function. */ +#undef HAVE_ICONV + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -151,6 +148,13 @@ /* Define to 1 if you have the `utimes' function. */ #undef HAVE_UTIMES +/* Define as const if the declaration of iconv() needs const. */ +#undef ICONV_CONST + +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE |