From 58924d6688c09c855baf45711852a49dc302f57a Mon Sep 17 00:00:00 2001 From: Geo Date: Sun, 14 Feb 2021 23:43:42 -0500 Subject: [PATCH] Run autotools (cherry picked from commit a0e4b29d4399b94d74d72c36b3a02d83bd8c70d1) --- config.h.in | 9 +++++++++ configure | 19 ++++++++++++++++++- src/mod/compress.mod/configure | 2 +- src/mod/dns.mod/configure | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/config.h.in b/config.h.in index 83a58e464..cddc524b0 100644 --- a/config.h.in +++ b/config.h.in @@ -64,6 +64,9 @@ MSVC and with C++ compilers. */ #undef FLEXIBLE_ARRAY_MEMBER +/* Define to 1 if you have the `a2i_IPADDRESS' function. */ +#undef HAVE_A2I_IPADDRESS + /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H @@ -90,9 +93,15 @@ /* Define to 1 if you have the `dprintf' function. */ #undef HAVE_DPRINTF +/* Define to 1 if you have the `EVP_md5' function. */ +#undef HAVE_EVP_MD5 + /* Define to 1 if you have the `EVP_PKEY_get1_EC_KEY' function. */ #undef HAVE_EVP_PKEY_GET1_EC_KEY +/* Define to 1 if you have the `EVP_sha1' function. */ +#undef HAVE_EVP_SHA1 + /* Define to 1 if you have the `explicit_bzero' function. */ #undef HAVE_EXPLICIT_BZERO diff --git a/configure b/configure index 381331a21..68407420d 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac aaef45ff. +# From configure.ac f9055374. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for Eggdrop 1.9.0. # @@ -9139,6 +9139,23 @@ else havessllib="no" fi + for ac_func in EVP_md5 EVP_sha1 a2i_IPADDRESS +do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +else + + havessllib="no" + break + +fi +done + fi ac_fn_c_check_func "$LINENO" "OPENSSL_buf2hexstr" "ac_cv_func_OPENSSL_buf2hexstr" if test "x$ac_cv_func_OPENSSL_buf2hexstr" = xyes; then : diff --git a/src/mod/compress.mod/configure b/src/mod/compress.mod/configure index 92d88e05a..9c1c58d60 100755 --- a/src/mod/compress.mod/configure +++ b/src/mod/compress.mod/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac aaef45ff. +# From configure.ac f9055374. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for Eggdrop Compress Module 1.9.0. # diff --git a/src/mod/dns.mod/configure b/src/mod/dns.mod/configure index 80c9739f6..f75099c10 100755 --- a/src/mod/dns.mod/configure +++ b/src/mod/dns.mod/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac aaef45ff. +# From configure.ac f9055374. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for Eggdrop DNS Module 1.9.0. #