diff options
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 940e1f82923..20d5df9a4e2 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 |