diff options
Diffstat (limited to 'configh.in')
-rw-r--r-- | configh.in | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -42,6 +42,9 @@ */ #undef HAVE_DECL_TZNAME +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT @@ -150,6 +153,9 @@ /* we have the mktime function */ #undef HAVE_MKTIME +/* Define to 1 if you have fully functional mpfr and gmp libraries. */ +#undef HAVE_MPFR + /* Define to 1 if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H @@ -318,6 +324,10 @@ /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* disable lint checks */ #undef NO_LINT |