;;
freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*|haiku*|midipix*)
- #
+ #
# Platforms where the linker is the GNU linker
# or accepts command-line arguments like
# those the GNU linker accepts.
hpux*)
V_SHLIB_CCOPT="$V_SHLIB_CCOPT -fpic"
- #
+ #
# XXX - this assumes GCC is using the HP linker,
# rather than the GNU linker, and that the "+h"
# option is used on all HP-UX platforms, both .sl
;;
osf*)
- #
+ #
# Presumed to be DEC OSF/1, Digital UNIX, or
# Tru64 UNIX.
#
;;
freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*|haiku*|midipix*)
- #
+ #
# Platforms where the linker is the GNU linker
# or accepts command-line arguments like
# those the GNU linker accepts.
hpux*)
V_SHLIB_CCOPT="$V_SHLIB_CCOPT -fpic"
- #
+ #
# XXX - this assumes GCC is using the HP linker,
# rather than the GNU linker, and that the "+h"
# option is used on all HP-UX platforms, both .sl
;;
osf*)
- #
+ #
# Presumed to be DEC OSF/1, Digital UNIX, or
# Tru64 UNIX.
#
# Capture module plus common code needed for
# common functions used by pcap-[dlpi,libdlpi].c
#
- PLATFORM_C_SRC="pcap-libdlpi.c dlpisubs.c"
+ PLATFORM_C_SRC="pcap-libdlpi.c dlpisubs.c"
$as_echo "#define HAVE_LIBDLPI 1" >>confdefs.h
# Capture module plus common code needed for
# common functions used by pcap-[dlpi,libdlpi].c
#
- PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
+ PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
fi
fi
if test "$want_dag" = yes; then
- # User wanted DAG support but we couldn't find it.
+ # User wanted DAG support but we couldn't find it.
as_fn_error $? "DAG support requested with --with-dag, but the DAG headers weren't found at $dag_include_dir: make sure the DAG support is installed, specify a different path or paths if necessary, or don't request DAG support" "$LINENO" 5
fi
fi
fi
if test "$want_septel" = yes; then
- # User wanted Septel support but we couldn't find it.
+ # User wanted Septel support but we couldn't find it.
as_fn_error $? "Septel support requested with --with-septel, but the Septel headers weren't found at $septel_include_dir: make sure the Septel support is installed, specify a different path or paths if necessary, or don't request Septel support" "$LINENO" 5
fi
fi
$as_echo "no" >&6; }
if test "$want_turbocap" = yes; then
- # User wanted Turbo support but we couldn't find it.
+ # User wanted Turbo support but we couldn't find it.
as_fn_error $? "TurboCap support requested with --with-turbocap, but the TurboCap headers weren't found: make sure the TurboCap support is installed or don't request TurboCap support" "$LINENO" 5
fi
fi
fi
if test "$want_dpdk" = yes; then
- # User wanted DPDK support but we couldn't find it.
+ # User wanted DPDK support but we couldn't find it.
as_fn_error $? "DPDK support requested with --with-pcap=dpdk, but the DPDK headers weren't found at $dpdk_inc_dir: make sure the DPDK support is installed, specify a different path or paths if necessary, or don't request DPDK support" "$LINENO" 5
fi
fi
# Capture module plus common code needed for
# common functions used by pcap-[dlpi,libdlpi].c
#
- PLATFORM_C_SRC="pcap-libdlpi.c dlpisubs.c"
+ PLATFORM_C_SRC="pcap-libdlpi.c dlpisubs.c"
AC_DEFINE(HAVE_LIBDLPI,1,[if libdlpi exists])
],
[
# Capture module plus common code needed for
# common functions used by pcap-[dlpi,libdlpi].c
#
- PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
+ PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
])
LDFLAGS=$saved_ldflags
fi
if test "$want_dag" = yes; then
- # User wanted DAG support but we couldn't find it.
+ # User wanted DAG support but we couldn't find it.
AC_MSG_ERROR([DAG support requested with --with-dag, but the DAG headers weren't found at $dag_include_dir: make sure the DAG support is installed, specify a different path or paths if necessary, or don't request DAG support])
fi
fi
fi
if test "$want_septel" = yes; then
- # User wanted Septel support but we couldn't find it.
+ # User wanted Septel support but we couldn't find it.
AC_MSG_ERROR([Septel support requested with --with-septel, but the Septel headers weren't found at $septel_include_dir: make sure the Septel support is installed, specify a different path or paths if necessary, or don't request Septel support])
fi
fi
AC_MSG_RESULT(no)
if test "$want_turbocap" = yes; then
- # User wanted Turbo support but we couldn't find it.
+ # User wanted Turbo support but we couldn't find it.
AC_MSG_ERROR([TurboCap support requested with --with-turbocap, but the TurboCap headers weren't found: make sure the TurboCap support is installed or don't request TurboCap support])
fi
fi
fi
if test "$want_dpdk" = yes; then
- # User wanted DPDK support but we couldn't find it.
+ # User wanted DPDK support but we couldn't find it.
AC_MSG_ERROR([DPDK support requested with --with-pcap=dpdk, but the DPDK headers weren't found at $dpdk_inc_dir: make sure the DPDK support is installed, specify a different path or paths if necessary, or don't request DPDK support])
fi
fi
__progname, optopt);
return (BADCH);
}
- else /* white space */
+ else /* white space */
optarg = nargv[optind];
place = EMSG;
++optind;
<TD VALIGN=TOP>BPF program</TD>
<TD VALIGN=TOP ALIGN=CENTER>'n'</TD>
<TD VALIGN=TOP>8 bytes of each command (repeated 'n' times).<BR>
- Each command consists of that C-style structure which contains:
+ Each command consists of that C-style structure which contains:
<P>
<TABLE BORDER=1 CELLSPACING=0 CELLPADDING=3>
<TR>
//
// Did an error occur?
//
- if (network_events.iErrorCode[FD_ACCEPT_BIT] != 0)
- {
+ if (network_events.iErrorCode[FD_ACCEPT_BIT] != 0)
+ {
//
// Yes - report it and keep going.
//