diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in index 24525d8e6..3be8f18f1 100644 --- a/config.h.in +++ b/config.h.in @@ -120,11 +120,9 @@ /* defined if we have a /dev/random and /dev/urandom */ #undef HAVE_DEV_RANDOM -/* RSA is only compiled in if you have these files. You can use - * RSA without any restrictions, if your not in the U.S. or - * wait until sep 20, 2000 - */ -#undef HAVE_RSA_CIPHER +#undef USE_DYNAMIC_LINKING +#undef HAVE_DL_DLOPEN +#undef HAVE_DLD_DLD_LINK /* The number of bytes in a unsigned int. */ #undef SIZEOF_UNSIGNED_INT @@ -237,6 +235,12 @@ /* Define if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H +/* Define if you have the dl library (-ldl). */ +#undef HAVE_LIBDL + +/* Define if you have the dld library (-ldld). */ +#undef HAVE_LIBDLD + /* Define if you have the i library (-li). */ #undef HAVE_LIBI |