Skip to content

Commit

Permalink
Run autotools
Browse files Browse the repository at this point in the history
(cherry picked from commit a0e4b29)
  • Loading branch information
vanosg committed Feb 15, 2021
1 parent 018a019 commit 58924d6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
9 changes: 9 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H

Expand All @@ -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

Expand Down
19 changes: 18 additions & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down Expand Up @@ -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 :
Expand Down
2 changes: 1 addition & 1 deletion src/mod/compress.mod/configure
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion src/mod/dns.mod/configure
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down

0 comments on commit 58924d6

Please sign in to comment.