]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Autoconf: Lose V_GROUP.
authorDenis Ovsienko <[email protected]>
Sun, 28 Jan 2024 16:53:42 +0000 (16:53 +0000)
committerDenis Ovsienko <[email protected]>
Sun, 28 Jan 2024 16:53:42 +0000 (16:53 +0000)
This variable has been unused since commit 70c3ca9 in January 2000.

configure.ac

index 93b0aac79d353b25e79700378956e9a2078d1786..4c821d95c0a934ea39a6f52fd04216f029337b3a 100644 (file)
@@ -699,10 +699,6 @@ fi
 AC_CHECK_FUNCS(pcap_set_optimizer_debug)
 AC_REPLACE_FUNCS(bpf_dump)     dnl moved to libpcap in 0.6
 
 AC_CHECK_FUNCS(pcap_set_optimizer_debug)
 AC_REPLACE_FUNCS(bpf_dump)     dnl moved to libpcap in 0.6
 
-V_GROUP=0
-if test -f /etc/group -a ! -z "`grep '^wheel:' /etc/group`" ; then
-       V_GROUP=wheel
-fi
 #
 # Assume V7/BSD convention for man pages (file formats in section 5,
 # miscellaneous info in section 7).
 #
 # Assume V7/BSD convention for man pages (file formats in section 5,
 # miscellaneous info in section 7).
@@ -725,8 +721,6 @@ hpux*)
        ;;
 
 solaris*)
        ;;
 
 solaris*)
-       V_GROUP=sys
-
        #
        # Use System V conventions for man pages.
        #
        #
        # Use System V conventions for man pages.
        #
@@ -735,10 +729,6 @@ solaris*)
        ;;
 esac
 
        ;;
 esac
 
-if test -f /dev/bpf0 ; then
-       V_GROUP=bpf
-fi
-
 #
 # Make sure we have a definition for C99's uintptr_t (regardless of
 # whether the environment is a C99 environment or not).
 #
 # Make sure we have a definition for C99's uintptr_t (regardless of
 # whether the environment is a C99 environment or not).
@@ -914,7 +904,6 @@ fi
 
 AC_SUBST(V_CCOPT)
 AC_SUBST(V_DEFS)
 
 AC_SUBST(V_CCOPT)
 AC_SUBST(V_DEFS)
-AC_SUBST(V_GROUP)
 AC_SUBST(V_INCLS)
 AC_SUBST(V_PCAPDEP)
 AC_SUBST(LOCALSRC)
 AC_SUBST(V_INCLS)
 AC_SUBST(V_PCAPDEP)
 AC_SUBST(LOCALSRC)