summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* From Andrew Church <andrew@users.sourceforge.net>: when testing forguy2004-08-271-15/+3
* When checking for pcap_if_t, add $V_INCLS to CFLAGS, so we look at theguy2004-07-101-2/+6
* Second stage of adding support for 64-bit integral data types - thisguy2004-04-171-4/+61
* First stage of adding support for 64-bit integral data types - thisguy2004-04-171-2/+5
* when looking for libcrypto, look first in the directory setmcr2004-04-051-4/+7
* Use right prereqs for <netinet/if_ether.h> to avoid "autoconf bug!"fenner2004-03-231-3/+11
* from Pekka Savola <pekkas@netcore.fi>:hannes2004-02-251-2/+11
* AC_LIBOBJ takes the name of an object file without the extension (as theguy2004-01-311-6/+6
* from Pekka Savola <pekkas@netcore.fi>:hannes2004-01-221-2/+11
* From Gisle Vanem:guy2004-01-151-3/+3
* Autoconf 2.5x won't let you modify LIBOBJS directly; use AC_LIBOBJ toguy2004-01-141-19/+19
* From Albert Chin <china@thewrittenword.com>:guy2003-12-151-9/+9
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-2/+3
* Don't try to print deltas from zero.fenner2003-08-011-2/+3
* no need to check rc5.hitojun2003-07-171-3/+2
* probe openssl/evp.hitojun2003-07-171-36/+3
* Fix the test for libcrypto to use valid "test" syntax.guy2003-07-081-3/+3
* Check for ".sl", which is what HP-UX uses for 32-bit shared libraries.guy2003-07-041-5/+5
* Check for shared-library versions of -lcrypto, not just archiveguy2003-07-011-3/+16
* Use AC_TRY_LINK, not AC_TRY_COMPILE, when looking forguy2003-05-021-35/+48
* set ai_protocol explicitly, to make getaddrinfo(3) return two addrinfoitojun2003-05-021-2/+3
* From Gisle Vanem: make print-esp.c work with more (maybe all?) OpenSSLguy2003-03-021-3/+3
* Use "pcap_lib_version()" to get the libpcap version number if it'sguy2003-02-111-12/+14
* From Andrew Brown <atatat@atatdot.net>: add a "-U" flag, which causesguy2002-12-221-3/+3
* We're using int8_t now, so we need to declare it ourselves if the OSguy2002-12-111-2/+3
* Check for "pcap_version" in libpcap in the configure scripts; apparentlyguy2002-09-051-2/+62
* 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-2/+3
* Put in some comments about stuff I noticed when trying to get tcpdump toguy2002-08-031-2/+26
* Fix a typo.guy2002-08-021-3/+3
* Some versions of the HP C compiler can handle inlines, but not if theyguy2002-06-281-3/+3
* From Kazushi Sugyo <sugyo@pb.jp.nec.com>:guy2002-06-271-4/+4
* __ss_len/family is now nonstandard. standards were clarified to useitojun2002-06-111-3/+2
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-13/+13
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-3/+3
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-4/+13
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-11/+14
* Enable the SMB dissector by default, now that Bill Fenner's added boundsguy2002-01-171-6/+7
* Replace "target_cpu", "target_os", and AC_CANONICAL_SYSTEM withguy2001-12-101-5/+5
* If the user specified neither "--enable-smb" nor "--disable-smb", printguy2001-10-091-3/+3
* Add --enable-smb to make it easier to re-enable the SMB printer.fenner2001-10-081-2/+16
* Don't include <net/ethernet.h> when checking for buggy ether_ntohost.fenner2001-10-081-15/+11
* As we're not using "bcmp()" or "bcopy()" in "addrtoname.c", we don'tguy2001-06-281-3/+3
* Remove the request to ignore the warning, since the thing thatfenner2001-06-281-6/+2
* If the platform on which tcpdump is being built has "strings.h", includeguy2001-06-261-3/+3
* AC_C_BIGENDIAN is no longer used.itojun2001-06-241-3/+2
* Change HAVE_ETHER_HOSTTON to USE_ETHER_HOSTTONfenner2001-04-271-5/+41
* correct openssl include pathname management. <openssl/foo.h> should beitojun2001-04-131-7/+3
* Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()"guy2001-01-201-3/+3
* Sigh. Not all systems have <netinet/if_ether.h> - for example, at leastguy2001-01-171-3/+3