diff options
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 977d0f4..aa91dd6 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -63,6 +63,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the `fcntl' function. */ #undef HAVE_FCNTL @@ -218,6 +221,10 @@ /* Define if <sys/procfs.h> has win32_pstatus_t. */ #undef HAVE_WIN32_PSTATUS_T +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE |