Renamed "slirp_new" to "slirp" (source file, symbols, classes, docs)

This commit is contained in:
Volker Ruppert 2014-04-02 17:38:36 +00:00
parent 64385beaa4
commit 374588ffa2

18
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 12267 2014-04-01 18:18:04Z vruppert .
# From configure.in Id: configure.in 12269 2014-04-02 17:38:09Z vruppert .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
@ -23387,29 +23387,29 @@ NETLOW_OBJS=''
if test "$networking" = yes; then
NETLOW_OBJS='eth_null.o eth_vnet.o'
ethernet_modules='null vnet'
can_compile_slirp_new=0
can_compile_slirp=0
case "$target" in
*-cygwin* | *-mingw32*)
can_compile_slirp_new=1
can_compile_slirp=1
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS -liphlpapi"
;;
*-pc-windows* | *-pc-winnt*)
can_compile_slirp_new=1
can_compile_slirp=1
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS iphlpapi.lib"
;;
*)
ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
if test "x$ac_cv_header_netinet_in_h" = xyes; then :
can_compile_slirp_new=1
can_compile_slirp=1
fi
;;
esac
if test $can_compile_slirp_new = 1; then
NETLOW_OBJS="$NETLOW_OBJS eth_slirp_new.o \$(SLIRP_OBJS)"
ethernet_modules="$ethernet_modules slirp_new"
$as_echo "#define BX_NETMOD_SLIRP_NEW 1" >>confdefs.h
if test $can_compile_slirp = 1; then
NETLOW_OBJS="$NETLOW_OBJS eth_slirp.o \$(SLIRP_OBJS)"
ethernet_modules="$ethernet_modules slirp"
$as_echo "#define BX_NETMOD_SLIRP 1" >>confdefs.h
fi
if test "$MSVC_TARGET" != 1; then