diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 4a1d38f0..02855bcd 100644 --- a/config.h.in +++ b/config.h.in @@ -35,6 +35,9 @@ don't. */ #undef HAVE_DECL_STRNLEN +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H @@ -172,6 +175,10 @@ /* Define if you have the 'wchar_t' type. */ #undef HAVE_WCHAR_T +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ #undef MAP_ANONYMOUS |