summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* From Max Laier: check whether the system has <net/pfvar.h> and:guy2007-09-121-2/+8
* From David Smith: let the path for the crypto headers and libraries beguy2005-09-211-3/+11
* Split a line to match the way it's split in libpcap's configure.in.guy2005-04-241-4/+6
* Albert Chin's patch to libpcap's configure.in:guy2005-04-241-4/+9
* Put back AC_LBL_C_INLINE; it turns out that wasn't the cause of theguy2005-04-211-3/+3
* Some systems (*cough*Irix*cough) not only don't declareguy2005-04-201-2/+22
* From Albert Chin:guy2005-04-201-2/+3
* From Albert Chin:guy2005-04-201-19/+57
* Check for ether_ntohost() after checking for libpcap, so that we do soguy2005-03-271-63/+64
* Don't check for netinet/ether.h unless we're going to use it.guy2005-03-271-3/+3
* Fix an error in the previous checkin.guy2005-03-271-3/+3
* Fix a typo.guy2005-03-271-5/+6
* Do the same sort of checks whether ether_ntohost() is declared that weguy2005-03-271-2/+83
* Have our own headers to declare the format of ONC (Sun) RPC messages onguy2004-12-271-4/+4
* 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