summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Use "version.h" if autoconf is being used (as that assumes aguy2004-12-171-1/+11
* If we don't have any support for packet capturing, don't botherguy2004-12-161-50/+207
* Regenerate.guy2004-11-101-40/+244
* Regenerate.fenner2004-03-281-3/+55
* AC_LIBOBJ takes the name of an object file without the extension (as theguy2004-02-091-2/+2
* Regenerate with autoconf 2.57.guy2004-01-141-1560/+4738
* From Albert Chin <china@thewrittenword.com>: on platforms that lackguy2003-12-151-42/+106
* From Jesper Peterson: updates to handle future DAG API releases.guy2003-12-101-28/+45
* From Brian Ginsbach: add the Cray NV1 CPU to the list of CPUs that don'tguy2003-11-161-1/+1
* Based on whether we have "__attribute__", define _U_ either asguy2003-11-151-66/+69
* If "--with-dag" isn't specified, assume they want it if it's present andguy2003-10-141-35/+66
* From Jesper Peterson <jesper@endace.com>: support for capturing fromguy2003-07-231-96/+170
* From Paul Mundt <lethal@linux-sh.org>: add SuperH to the list of CPUsguy2003-03-281-2/+33
* Before testing for DLPI, test for "/usr/include/odmi.h", so that, onguy2003-02-111-39/+46
* Red Hat Linux 7.2 appears to have a <net/raw.h> file, which causes theguy2002-09-041-3/+3
* Put the different implementations of "pcap_findalldevs()" into separateguy2002-07-271-87/+250
* Make static the structure to which the test program checking what to useguy2002-07-131-1/+1
* Fix up AC_LBL_C_INLINE to put all of the test code into the "inlines"guy2002-07-021-66/+67
* Put variables in quotes when testing them in "test" commands, so thatguy2002-06-291-3/+3
* Some versions of the HP C compiler can handle inlines, but not if theyguy2002-06-281-107/+134
* Replace "target_cpu" and "target_os" with "host_cpu" and "host_os", asguy2001-12-101-3/+3
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>: treat all MIPS and SPARCguy2001-11-251-1/+1
* Regenerate.fenner2001-11-121-85/+121
* If we have "/proc/net/dev", and don't have <ifaddrs.h> (i.e., don't haveguy2001-10-091-17/+32
* We don't actually use HAVE_FREEIFADDRS, so there's no point in checkingguy2001-10-091-3/+3
* Check in the updated configure script, from the following change toguy2001-10-081-1/+1
* From Scott Barron <sb125499@ohiou.edu>: use theguy2001-07-291-121/+115
* Sigh. Not all systems have <netinet/if_ether.h> - for example, at leastguy2001-01-171-2/+2
* Regenerate "config.h.in" and "configure".guy2000-12-221-48/+124
* We should no longer need to use our own versions of system header filesguy2000-10-211-14/+10
* The current "config.guess" may give different Alpha processors differentguy2000-09-191-1/+1
* Regenerate.fenner2000-08-161-13/+36
* regenerated from configure.inassar2000-07-301-1/+1
* libpcap doesn't use <sys/ioccom.h>, but the test program inguy2000-07-141-1/+1
* regenassar2000-07-111-85/+216
* re-generatedassar2000-07-061-71/+109
* re-generatedassar2000-07-011-76/+70
* re-generatedassar2000-06-101-44/+56
* regenitojun2000-05-041-2/+2
* do not use sprintf(). always use snprintf().itojun2000-04-271-1/+1
* regeneratedassar2000-04-091-44/+83
* regenassar2000-04-011-65/+115
* use getifaddrs whenever available.itojun2000-02-231-2/+2
* regenassar2000-01-081-64/+93
* add configure option --disable-protochain, to make Arne happier.itojun1999-11-011-63/+87
* fix bpf_filter.c lookup path for build outside of source code tree.itojun1999-10-301-13/+5
* IPv6 packet filtering code.itojun1999-10-191-106/+215
* patches from Assar Westerlund <assar@sics.se>mcr1999-10-101-12/+6
* Initial revisionmcr1999-10-071-0/+2137