dect
/
libpcap
Archived
13
0
Fork 0

Regenerate.

This commit is contained in:
guy 2006-10-04 16:47:12 +00:00
parent ec67f552e1
commit b0b2b0de78
2 changed files with 26 additions and 9 deletions

View File

@ -161,13 +161,7 @@
/* /dev/dlpi directory */
#undef PCAP_DEV_PREFIX
/* if have usb sniffing support */
#undef PCAP_SUPPORT_USB
/* if have usb sniffing support */
#undef PCAP_SUPPORT_USB
/* if have usb sniffing support */
/* target host supports USB sniffing */
#undef PCAP_SUPPORT_USB
/* Define to 1 if you have the ANSI C header files. */

27
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Revision: 1.129 .
# From configure.in Revision: 1.131 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@ -310,7 +310,7 @@ ac_includes_default="\
# include <unistd.h>
#endif"
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SHLICC2 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP LIBOBJS V_LEX V_YACC RANLIB ac_ct_RANLIB V_CCOPT V_DEFS V_INCLS V_LIBS V_PCAP V_FINDALLDEVS V_RANLIB SSRC DYEXT DAGLIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LTLIBOBJS'
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SHLICC2 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP LIBOBJS V_LEX V_YACC RANLIB ac_ct_RANLIB V_CCOPT V_DEFS V_INCLS V_LIBS V_PCAP V_FINDALLDEVS V_RANLIB SSRC DYEXT DAGLIBS PCAP_SUPPORT_USB USB_SRC INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@ -7183,6 +7183,27 @@ ln -s ${srcdir}/bpf/net net
echo "$as_me:$LINENO: checking for USB sniffing support" >&5
echo $ECHO_N "checking for USB sniffing support... $ECHO_C" >&6
case "$host_os" in
linux*)
cat >>confdefs.h <<\_ACEOF
#define PCAP_SUPPORT_USB 1
_ACEOF
USB_SRC=pcap-usb-linux.c
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
*)
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
;;
esac
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
@ -7915,6 +7936,8 @@ s,@V_RANLIB@,$V_RANLIB,;t t
s,@SSRC@,$SSRC,;t t
s,@DYEXT@,$DYEXT,;t t
s,@DAGLIBS@,$DAGLIBS,;t t
s,@PCAP_SUPPORT_USB@,$PCAP_SUPPORT_USB,;t t
s,@USB_SRC@,$USB_SRC,;t t
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
s,@INSTALL_DATA@,$INSTALL_DATA,;t t