mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
replaces old bzero() with memset().
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -12306,7 +12306,8 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h
|
||||
fi
|
||||
|
||||
for ac_header in errno.h err.h stdlib.h string.h unistd.h stdio.h getopt.h\
|
||||
limits.h stddef.h stdint.h sys/types.h sys/stat.h endian.h sys/endian.h termios.h
|
||||
limits.h stddef.h stdint.h sys/types.h sys/stat.h endian.h \
|
||||
sys/endian.h termios.h arpa/inet.h netinet/in.h
|
||||
do :
|
||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
||||
@@ -12335,7 +12336,6 @@ fi
|
||||
# Checks for library functions.
|
||||
for ac_func in \
|
||||
arc4random_buf \
|
||||
bzero \
|
||||
fread \
|
||||
fopen \
|
||||
free \
|
||||
@@ -12558,8 +12558,6 @@ fi
|
||||
|
||||
if test -n "$_ldlib"; then
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${_ldlib}"
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: LD_LIBRARY_PATH: $LD_LIBRARY_PATH" >&5
|
||||
$as_echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH" >&6; }
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking is libsodium compiled correctly" >&5
|
||||
|
||||
Reference in New Issue
Block a user