diff options
author | Bernhard Schmidt <berni@debian.org> | 2018-03-04 22:22:32 +0100 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2018-03-04 22:22:32 +0100 |
commit | 70bdede29c1725428ff5d1edd12303ba5474d2a3 (patch) | |
tree | 118c2b9adb156a129bd0a04d980f00ba01fc8264 /config.h.in | |
parent | bd24a09dcb08e98bba26e316fd46e1b5d0590afb (diff) | |
parent | cf55ab99392458e723c7ebcc32c19bbd225b1f4b (diff) |
Update upstream source from tag 'upstream/2.4.5'
Update to upstream version '2.4.5'
with Debian dir bfadc11012753514e3836a4dc88a94fd7d0f8314
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index c50ddc5..ade94a9 100644 --- a/config.h.in +++ b/config.h.in @@ -340,6 +340,9 @@ /* Define to 1 if you have the <libgen.h> header file. */ #undef HAVE_LIBGEN_H +/* Define to 1 if you have the `lz4' library (-llz4). */ +#undef HAVE_LIBLZ4 + /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -457,6 +460,9 @@ /* Define to 1 if you have the `RSA_meth_free' function. */ #undef HAVE_RSA_METH_FREE +/* Define to 1 if you have the `RSA_meth_get0_app_data' function. */ +#undef HAVE_RSA_METH_GET0_APP_DATA + /* Define to 1 if you have the `RSA_meth_new' function. */ #undef HAVE_RSA_METH_NEW @@ -539,6 +545,9 @@ /* Define to 1 if you have the `SSL_CTX_new' function. */ #undef HAVE_SSL_CTX_NEW +/* Define to 1 if you have the `SSL_CTX_set_security_level' function. */ +#undef HAVE_SSL_CTX_SET_SECURITY_LEVEL + /* Define to 1 if you have the `stat' function. */ #undef HAVE_STAT @@ -692,8 +701,7 @@ /* Path to iproute tool */ #undef IPROUTE_PATH -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* use copy of LZ4 source in compat/ */ |