mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 12:03:44 +08:00
regen
This commit is contained in:
parent
993725f9c9
commit
3dd6634fe3
@ -195,9 +195,6 @@
|
||||
/* Define if you have the <net/slip.h> header file. */
|
||||
#undef HAVE_NET_SLIP_H
|
||||
|
||||
/* Define if you have the <netinet6/ipcomp.h> header file. */
|
||||
#undef HAVE_NETINET6_IPCOMP_H
|
||||
|
||||
/* Define if you have the <rc5.h> header file. */
|
||||
#undef HAVE_RC5_H
|
||||
|
||||
|
4
configure
vendored
4
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
# From configure.in Revision: 1.33
|
||||
# From configure.in Revision: 1.34
|
||||
|
||||
|
||||
|
||||
@ -2960,7 +2960,7 @@ else
|
||||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
|
||||
for ac_hdr in zlib.h netinet6/ipcomp.h
|
||||
for ac_hdr in zlib.h
|
||||
do
|
||||
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
||||
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
||||
|
Loading…
Reference in New Issue
Block a user