PCAP_SUPPORT_NETFILTER
USB_SRC
PCAP_SUPPORT_USB
-MAN_ETHERS_SECTION
MAN_USERMOD_SECTION
MAN_MISC_INFO
MAN_FILE_FORMATS
DYEXT="none"
MAN_FILE_FORMATS=5
MAN_MISC_INFO=7
-MAN_USERMOD_SECTION=1M
-MAN_ETHERS_SECTION=3N
+MAN_USERMOD_SECTION=8
case "$host_os" in
aix*)
$as_echo "#define HAVE_SOLARIS 1" >>confdefs.h
+ DYEXT="so"
+
case "`uname -r`" in
- 5.12)
- MAN_USERMOD_SECTION=8
- MAN_ETHERS_SECTION=5
- MAN_FILE_FORMATS=5
- MAN_MISC_INFO=7
+
+ 5.12)
;;
- *)
+
+ *)
#
# Use System V conventions for man pages.
#
-
MAN_USERMOD_SECTION=1m
- MAN_ETHERS_SECTION=4
MAN_FILE_FORMATS=4
MAN_MISC_INFO=5
esac
-
- DYEXT="so"
;;
esac
-
# Check whether --enable-usb was given.
if test "${enable_usb+set}" = set; then :
DYEXT="none"
MAN_FILE_FORMATS=5
MAN_MISC_INFO=7
-MAN_USERMOD_SECTION=1M
-MAN_ETHERS_SECTION=3N
+MAN_USERMOD_SECTION=8
case "$host_os" in
aix*)
solaris*)
AC_DEFINE(HAVE_SOLARIS,1,[On solaris])
+ DYEXT="so"
+
case "`uname -r`" in
- 5.12)
- MAN_USERMOD_SECTION=8
- MAN_ETHERS_SECTION=5
- MAN_FILE_FORMATS=5
- MAN_MISC_INFO=7
+
+ 5.12)
;;
- *)
+
+ *)
#
# Use System V conventions for man pages.
#
-
MAN_USERMOD_SECTION=1m
- MAN_ETHERS_SECTION=4
MAN_FILE_FORMATS=4
MAN_MISC_INFO=5
esac
-
- DYEXT="so"
;;
esac
AC_SUBST(MAN_FILE_FORMATS)
AC_SUBST(MAN_MISC_INFO)
AC_SUBST(MAN_USERMOD_SECTION)
-AC_SUBST(MAN_ETHERS_SECTION)
AC_ARG_ENABLE([usb],
[AC_HELP_STRING([--enable-usb],[enable nusb support @<:@default=yes, if support available@:>@])],
.IP "\fBether dst \fIehost\fP"
True if the Ethernet destination address is \fIehost\fP.
\fIEhost\fP
-may be either a name from /etc/ethers or a number (see
-.IR ethers (@MAN_ETHERS_SECTION@)
-for numeric format).
+may be either a name from /etc/ethers or a numerical MAC address of the
+form "xx:xx:xx:xx:xx:xx", "xx.xx.xx.xx.xx.xx", "xx-xx-xx-xx-xx-xx",
+"xxxx.xxxx.xxxx", "xxxxxxxxxxxx", or various mixes of ':', '.', and '-',
+where each "x" is a hex digit (0-9, a-f, or A-F).
.IP "\fBether src \fIehost\fP"
True if the Ethernet source address is \fIehost\fP.
.IP "\fBether host \fIehost\fP"