File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 699699AC_CHECK_FUNCS ( pcap_set_optimizer_debug )
700700AC_REPLACE_FUNCS ( bpf_dump ) dnl moved to libpcap in 0.6
701701
702- V_GROUP=0
703- if test -f /etc/group -a ! -z "`grep '^wheel:' /etc/group`" ; then
704- V_GROUP=wheel
705- fi
706702#
707703# Assume V7/BSD convention for man pages (file formats in section 5,
708704# miscellaneous info in section 7).
@@ -725,8 +721,6 @@ hpux*)
725721 ;;
726722
727723solaris*)
728- V_GROUP=sys
729-
730724 #
731725 # Use System V conventions for man pages.
732726 #
@@ -735,10 +729,6 @@ solaris*)
735729 ;;
736730esac
737731
738- if test -f /dev/bpf0 ; then
739- V_GROUP=bpf
740- fi
741-
742732#
743733# Make sure we have a definition for C99's uintptr_t (regardless of
744734# whether the environment is a C99 environment or not).
914904
915905AC_SUBST ( V_CCOPT )
916906AC_SUBST ( V_DEFS )
917- AC_SUBST ( V_GROUP )
918907AC_SUBST ( V_INCLS )
919908AC_SUBST ( V_PCAPDEP )
920909AC_SUBST ( LOCALSRC )
You can’t perform that action at this time.
0 commit comments