diff options
Diffstat (limited to 'opcodes/config.in')
-rw-r--r-- | opcodes/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/config.in b/opcodes/config.in index 6b6d6ef..6dec095 100644 --- a/opcodes/config.in +++ b/opcodes/config.in @@ -8,6 +8,9 @@ don't. */ #undef HAVE_DECL_BASENAME +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -35,6 +38,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE |