diff options
author | Bernhard Schmidt <Bernhard.Schmidt@lrz.de> | 2018-03-04 22:55:51 +0100 |
---|---|---|
committer | Bernhard Schmidt <Bernhard.Schmidt@lrz.de> | 2018-03-04 22:55:51 +0100 |
commit | 4afa7ed562410a1170223a7bc06efb3708af6a36 (patch) | |
tree | b895b41b7629c9a31de5cc15e7aa7805ddac87ce /config.h.in | |
parent | a6daf938f5f616a4a67caa6580b0c99e9a8c3779 (diff) |
New upstream version 2.4.5upstream/2.4.5
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/ */ |