This commit is contained in:
itojun 2000-01-19 04:51:23 +00:00
parent 993725f9c9
commit 3dd6634fe3
2 changed files with 2 additions and 5 deletions

View File

@ -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
View File

@ -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