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 /gas/config.in | |
parent | 3e5484dbb9c68bd737de32da1e2c7b478dfc3740 (diff) | |
download | gdb-ae351704e23ab7a731fd68d75420f95e4b10b642.zip gdb-ae351704e23ab7a731fd68d75420f95e4b10b642.tar.gz gdb-ae351704e23ab7a731fd68d75420f95e4b10b642.tar.bz2 |
Regenerate files.
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index 940e1f8..20d5df9 100644 --- a/gas/config.in +++ b/gas/config.in @@ -50,6 +50,9 @@ don't. */ #undef HAVE_DECL_VSNPRINTF +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H @@ -98,6 +101,10 @@ /* Using i386 COFF? */ #undef I386COFF +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Using m68k COFF? */ #undef M68KCOFF |