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 699
699
AC_CHECK_FUNCS ( pcap_set_optimizer_debug )
700
700
AC_REPLACE_FUNCS ( bpf_dump ) dnl moved to libpcap in 0.6
701
701
702
- V_GROUP=0
703
- if test -f /etc/group -a ! -z "`grep '^wheel:' /etc/group`" ; then
704
- V_GROUP=wheel
705
- fi
706
702
#
707
703
# Assume V7/BSD convention for man pages (file formats in section 5,
708
704
# miscellaneous info in section 7).
@@ -725,8 +721,6 @@ hpux*)
725
721
;;
726
722
727
723
solaris*)
728
- V_GROUP=sys
729
-
730
724
#
731
725
# Use System V conventions for man pages.
732
726
#
@@ -735,10 +729,6 @@ solaris*)
735
729
;;
736
730
esac
737
731
738
- if test -f /dev/bpf0 ; then
739
- V_GROUP=bpf
740
- fi
741
-
742
732
#
743
733
# Make sure we have a definition for C99's uintptr_t (regardless of
744
734
# whether the environment is a C99 environment or not).
914
904
915
905
AC_SUBST ( V_CCOPT )
916
906
AC_SUBST ( V_DEFS )
917
- AC_SUBST ( V_GROUP )
918
907
AC_SUBST ( V_INCLS )
919
908
AC_SUBST ( V_PCAPDEP )
920
909
AC_SUBST ( LOCALSRC )
You can’t perform that action at this time.
0 commit comments