aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2007-10-20SITA ACN support, from Fulko Hew.guy1-2/+9
2007-10-04From Stephen Donnelly:guy1-4/+5
2007-09-12From Max Laier: check whether the system has <net/pfvar.h> and:guy1-2/+5
2007-06-15Check for "/dev/bpf"; if we find it, use BPF as the capture mechanism,guy1-2/+8
2007-06-11Pick up changes from NetBSD:guy1-3/+3
2007-02-08From Stephen Donnelly: change to handle some name changes in the DAGguy1-2/+17
2006-12-20From Paolo Abeni: add support for the binary USB sniffing interface inguy1-3/+9
2006-10-13From Paolo Abeni: Bluetooth support.guy1-2/+21
2006-10-04Clean up comment.guy1-3/+3
2006-10-04from Paolo Abeni <paolo.abeni@email.com>: USB capturing support on linuxhannes1-2/+17
2006-09-25From Stephen Donnelly:guy1-2/+9
2006-04-07From Stephen Donnelly:guy1-2/+5
2005-07-07From Stephen Donnelly: updates to the DAG support, to support theirguy1-2/+6
2005-06-20Cleanups to help for --with-dag and --with-septel.guy1-4/+4
2005-06-20From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy1-56/+128
2005-04-23From Albert Chin: AC_CHECK_DECLS will define the HAVE_DECL_xxx variableguy1-4/+11
2005-04-20Some systems (*cough*Irix*cough) not only don't declareguy1-2/+22
2005-04-19From Albert Chin: include <arpa/inet.h> in the test program that checksguy1-2/+3
2005-04-08Rename HAVE_HPUX10_20 to HAVE_HPUX10_20_OR_LATER, because it's alsoguy1-3/+3
2005-03-27Fix some typoes for "ether_hostton".guy1-4/+4
2005-03-27When testing whether <netinet/if_ether.h> declares ether_hostton(), addguy1-2/+6
2005-03-27Unset ac_cv_have_decl_ether_hostton before testing whetherguy1-3/+7
2005-03-27If we don't get a declaration of ether_hostton() by includingguy1-3/+40
2005-03-27One more header Solaris needs to get at ether_hostton().guy1-2/+3
2005-03-27Make the first AC_CHECK_HEADERS test look the way it used to look, andguy1-14/+8
2005-03-27Discard the cached result of a failure of the first test ofguy1-8/+14
2005-03-27On some platforms, some extra stuff is needed in order to includeguy1-4/+20
2005-03-26Use AC_LBL_LIBRARY_NET before checking for ether_hostton(), as, at leastguy1-2/+8
2005-03-26If we have ether_hostton(), check whether we have <netinet/if_ether.h>guy1-3/+21
2004-12-17Use "version.h" if autoconf is being used (as that assumes aguy1-2/+8
2004-12-16If we don't have any support for packet capturing, don't botherguy1-54/+77
2004-11-09From Koryn Grant: correctly detect and configure libpcap for bothguy1-35/+159
2004-03-28Pass correct prereqs for <netinet/if_ether.h>fenner1-3/+5
2004-02-09AC_LIBOBJ takes the name of an object file without the extension (as theguy1-3/+3
2004-01-14Autoconf 2.5x won't let you modify LIBOBJS directly; use AC_LIBOBJ toguy1-5/+4
2003-12-15From Albert Chin <china@thewrittenword.com>: on platforms that lackguy1-2/+11
2003-12-10From Jesper Peterson: updates to handle future DAG API releases.guy1-9/+19
2003-11-30Note that, for 32-bit PA-RISC, the shared library suffix is ".sl".guy1-4/+9
2003-11-30 patches to make building RPMs and shared libraries easier.mcr1-2/+8
2003-10-14If "--with-dag" isn't specified, assume they want it if it's present andguy1-15/+45
2003-07-23From Jesper Peterson <jesper@endace.com>: support for capturing fromguy1-3/+63
2003-02-11Before testing for DLPI, test for "/usr/include/odmi.h", so that, onguy1-2/+9
2002-09-04Red Hat Linux 7.2 appears to have a <net/raw.h> file, which causes theguy1-4/+4
2002-07-27Put the different implementations of "pcap_findalldevs()" into separateguy1-2/+66
2002-06-28Some versions of the HP C compiler can handle inlines, but not if theyguy1-3/+3
2001-12-10Replace "target_cpu" and "target_os" with "host_cpu" and "host_os", asguy1-3/+3
2001-11-12Add comments to BDEBUG and YYDEBUG for autoheaderfenner1-4/+4
2001-11-12Make it easy to turn on optimizer and parser debugging withfenner1-2/+16
2001-10-09If we have "/proc/net/dev", and don't have <ifaddrs.h> (i.e., don't haveguy1-2/+13
2001-10-09We don't actually use HAVE_FREEIFADDRS, so there's no point in checkingguy1-4/+4