regenerated after ssize_t change

This commit is contained in:
Volker Ruppert 2013-12-04 17:05:49 +00:00
parent fb70da3e3e
commit 0c2cb0536a

23
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 11940 2013-11-18 16:49:56Z vruppert .
# From configure.in Id: configure.in 11995 2013-12-04 17:04:15Z vruppert .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
@ -20895,6 +20895,13 @@ _ACEOF
fi
done
ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "#include <sys/types.h>
"
if test "x$ac_cv_type_ssize_t" = xyes; then :
$as_echo "#define BX_HAVE_SSIZE_T 1" >>confdefs.h
fi
else
$as_echo "#define BX_HAVE_SELECT 1" >>confdefs.h
@ -20930,6 +20937,8 @@ else
$as_echo "#define BX_HAVE_FSEEKO64 0" >>confdefs.h
$as_echo "#define BX_HAVE_SSIZE_T 0" >>confdefs.h
fi
for ac_func in sleep
do :
@ -22313,11 +22322,13 @@ fi
NETLOW_OBJS=''
if test "$networking" = yes; then
NETLOW_OBJS='eth_null.o eth_vnet.o'
ethernet_modules='null vnet'
if test "$MSVC_TARGET" != 1; then
ac_fn_c_check_header_mongrel "$LINENO" "net/bpf.h" "ac_cv_header_net_bpf_h" "$ac_includes_default"
if test "x$ac_cv_header_net_bpf_h" = xyes; then :
NETLOW_OBJS="$NETLOW_OBJS eth_fbsd.o"
ethernet_modules="$ethernet_modules fbsd"
$as_echo "#define BX_NETMOD_FBSD 1" >>confdefs.h
@ -22328,6 +22339,7 @@ fi
if test "x$ac_cv_header_netpacket_packet_h" = xyes; then :
NETLOW_OBJS="$NETLOW_OBJS eth_linux.o"
ethernet_modules="$ethernet_modules linux"
$as_echo "#define BX_NETMOD_LINUX 1" >>confdefs.h
@ -22369,6 +22381,7 @@ done
if test x"$have_fork" = x1 -a x"$have_execlp" = x1 -a x"$have_socketpair" = x1; then
NETLOW_OBJS="$NETLOW_OBJS eth_slirp.o"
ethernet_modules="$ethernet_modules slirp"
$as_echo "#define BX_NETMOD_SLIRP 1" >>confdefs.h
fi
@ -22376,11 +22389,13 @@ done
case "$target" in
*-pc-windows* | *-pc-winnt* | *-cygwin* | *-mingw32*)
NETLOW_OBJS="$NETLOW_OBJS eth_win32.o"
ethernet_modules="$ethernet_modules win32"
$as_echo "#define BX_NETMOD_WIN32 1" >>confdefs.h
;;
*-macosx* | *-darwin*)
NETLOW_OBJS="$NETLOW_OBJS eth_tuntap.o"
ethernet_modules="$ethernet_modules tuntap"
$as_echo "#define BX_NETMOD_TUNTAP 1" >>confdefs.h
;;
@ -22414,6 +22429,7 @@ fi
if test "$use_ethertap" = yes; then
NETLOW_OBJS="$NETLOW_OBJS eth_tap.o eth_vde.o"
ethernet_modules="$ethernet_modules tap vde"
$as_echo "#define BX_NETMOD_TAP 1" >>confdefs.h
$as_echo "#define BX_NETMOD_VDE 1" >>confdefs.h
@ -22447,6 +22463,7 @@ fi
if test "$use_tuntap" = yes; then
NETLOW_OBJS="$NETLOW_OBJS eth_tuntap.o"
ethernet_modules="$ethernet_modules tuntap"
$as_echo "#define BX_NETMOD_TUNTAP 1" >>confdefs.h
fi
@ -22459,6 +22476,10 @@ fi
fi
$as_echo "#define BX_NETWORKING 1" >>confdefs.h
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ethernet modules" >&5
$as_echo_n "checking for ethernet modules... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ethernet_modules" >&5
$as_echo "$ethernet_modules" >&6; }
else
$as_echo "#define BX_NETWORKING 0" >>confdefs.h