diff options
Diffstat (limited to 'libssp/config.h.in')
-rw-r--r-- | libssp/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libssp/config.h.in b/libssp/config.h.in index 3c054273497..501a4f37ec2 100644 --- a/libssp/config.h.in +++ b/libssp/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you have the <alloca.h> header file. */ #undef HAVE_ALLOCA_H +/* 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 @@ -60,6 +63,10 @@ /* vsnprintf is present and works */ #undef HAVE_USABLE_VSNPRINTF +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE |