1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-02 21:06:41 +03:00

* tst-trans.c: Include <stdlib.h> and <string.h>.

2000-06-21  Andreas Jaeger  <aj@suse.de>

	* tst-trans.c: Include <stdlib.h> and <string.h>.
This commit is contained in:
Andreas Jaeger
2000-06-21 12:39:22 +00:00
parent ae0d72a53c
commit 3e1f480ef8
23 changed files with 44 additions and 11 deletions

View File

@ -52,6 +52,9 @@ fi
# kernel headers are young enough. Additionally we have minimal
# kernel versions for some architectures.
case "$machine" in
mips*)
arch_minimum_kernel=2.2.15
;;
sh*)
arch_minimum_kernel=2.3.99
;;
@ -79,10 +82,10 @@ fi
if test -n "$minimum_kernel"; then
echo $ac_n "checking for kernel header at least $minimum_kernel""... $ac_c" 1>&6
echo "configure:83: checking for kernel header at least $minimum_kernel" >&5
echo "configure:86: checking for kernel header at least $minimum_kernel" >&5
decnum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/(\1 * 65536 + \2 * 256 + \3)/'`;
cat > conftest.$ac_ext <<EOF
#line 86 "configure"
#line 89 "configure"
#include "confdefs.h"
#include <linux/version.h>
#if LINUX_VERSION_CODE < $decnum
@ -194,7 +197,7 @@ if test $host = $build; then
ac_prefix=$ac_default_prefix
fi
echo $ac_n "checking for symlinks in ${ac_prefix}/include""... $ac_c" 1>&6
echo "configure:198: checking for symlinks in ${ac_prefix}/include" >&5
echo "configure:201: checking for symlinks in ${ac_prefix}/include" >&5
ac_message=
if test -L ${ac_prefix}/include/net; then
ac_message="$ac_message