summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* We're using int8_t now, so we need to declare it ourselves if the OSguy2002-12-111-37/+75
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-1/+1
* Check for "pcap_version" in libpcap in the configure scripts; apparentlyguy2002-09-051-40/+154
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-3/+3
* Check for "pcap_findalldevs()" in libpcap in the configuration script;guy2002-08-031-38/+93
* Put in some comments about stuff I noticed when trying to get tcpdump toguy2002-08-031-178/+198
* Fix a typo.guy2002-08-021-2/+2
* 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-220/+221
* 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-259/+286
* From Kazushi Sugyo <sugyo@pb.jp.nec.com>:guy2002-06-271-3/+3
* regen from configure.in 1.150itojun2002-06-141-1/+1
* __ss_len/family is now nonstandard. standards were clarified to useitojun2002-06-111-187/+186
* Regenerate.guy2002-04-251-3/+3
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-18/+23
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-2/+2
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-162/+210
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-177/+185
* Enable the SMB dissector by default, now that Bill Fenner's added boundsguy2002-01-171-243/+244
* Replace "target_cpu", "target_os", and AC_CANONICAL_SYSTEM withguy2001-12-101-317/+245
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>: treat all MIPS and SPARCguy2001-11-251-1/+1
* If the user specified neither "--enable-smb" nor "--disable-smb", printguy2001-10-091-183/+185
* Regenerate.fenner2001-10-081-236/+259
* fixed quoting of [] in m4 filemcr2001-10-081-2/+2
* updated configure after aclocal.m4 patches for pcap.hmcr2001-10-081-42/+44
* Regenerate.fenner2001-10-081-2/+2
* Regenerate.fenner2001-10-081-464/+276
* Check in the updated configure script, from the following change toguy2001-10-081-1/+1
* As we're not using "bcmp()" or "bcopy()" in "addrtoname.c", we don'tguy2001-06-281-2/+2
* Regenerate.fenner2001-06-281-94/+93
* If the platform on which tcpdump is being built has "strings.h", includeguy2001-06-261-2/+2
* on netbsd mailing list, it was mentioned that the NetBSD byteorder guessingitojun2001-06-241-1/+1
* AC_C_BIGENDIAN is no longer used.itojun2001-06-241-182/+92
* Regenerate.fenner2001-04-271-197/+312
* correct openssl include pathname management. <openssl/foo.h> should beitojun2001-04-131-18/+14
* Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()"guy2001-01-201-2/+2
* Sigh. Not all systems have <netinet/if_ether.h> - for example, at leastguy2001-01-171-2/+2
* Regenerate.fenner2001-01-091-2/+2
* Patch from Pekka Savola <pekkas@netcore.fi> to keep from dragging in ourguy2001-01-021-3/+3
* Regenerate.fenner2000-12-091-37/+94
* Eliminate __P().fenner2000-10-241-185/+146
* We should no longer need to use our own versions of system header filesguy2000-10-211-45/+37
* As we no longer use the system's "slip.h" header file, there's no needguy2000-10-091-244/+200
* regenitojun2000-10-071-253/+152
* regenitojun2000-10-071-204/+196
* We no longer include <netinet/ip.h>, so we don't need to work aroundguy2000-10-061-185/+213
* regenitojun2000-10-031-159/+357
* regenitojun2000-09-291-2/+2
* Add definitions of Ethernet types fromguy2000-09-231-155/+15