summaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Expand)AuthorAgeFilesLines
...
* Require autoconf 2.61 as a minimum, and eliminate stuff that does for you.Guy Harris2013-05-121-3/+0
* Handle systems with getrpcbynumber() but no header file for it.Guy Harris2011-09-021-0/+3
* Get rid of unnecessary configure script tests and missing/XXX.h headers.Guy Harris2011-02-011-15/+0
* Add support for nommu systems.Guy Harris2010-11-301-0/+6
* Add support for setting the time stamp type for a capture.Guy Harris2010-08-221-0/+3
* Add a comment to the AC_DEFINE for _SUN, matching what we do in libpcap.Guy Harris2010-04-161-3/+3
* Don't define any of the SIZEOF_ values.Guy Harris2010-04-041-15/+0
* Get rid of some autoconf macros not used, or no longer used, withGuy Harris2009-07-081-3/+4
* Add a comment to the AC_DEFINE call for const, just as we did forGuy Harris2009-07-021-8/+3
* Expand another AC_DEFINE comment.Guy Harris2009-07-021-1/+1
* Pick up some AC_DEFINE comments from libpcap's aclocal.m4.Guy Harris2009-07-021-35/+18
* From Bert Vermeulen: add a USB printer, and fix the error messageGuy Harris2009-04-041-0/+3
* We support building tcpdump with versions of libpcap other than the oneguy2008-09-251-5/+8
* Use the new libpcap API's if available; that means we can support "-B"guy2008-04-041-0/+3
* Run ranlib on libnetdissect.a if necessary. Remove it before buildingguy2008-02-041-5/+5
* From Max Laier: check whether the system has <net/pfvar.h> and:guy2007-09-121-5/+8
* Use pcap_dump_ftell() rather than casting a pcap_dumper_t * to a FILE *guy2005-06-031-0/+3
* Put back AC_LBL_C_INLINE; it turns out that wasn't the cause of theguy2005-04-211-2/+1
* Some systems (*cough*Irix*cough) not only don't declareguy2005-04-201-0/+3
* From Albert Chin:guy2005-04-201-15/+29
* Fix a typo.guy2005-03-271-2/+2
* Do the same sort of checks whether ether_ntohost() is declared that weguy2005-03-271-0/+10
* Regenerate.guy2004-12-271-46/+63
* Second stage of adding support for 64-bit integral data types - thisguy2004-04-171-0/+8
* First stage of adding support for 64-bit integral data types - thisguy2004-04-171-61/+52
* Regenerate.fenner2004-03-231-0/+3
* Regenerate.guy2004-03-111-0/+3
* Regenerate.guy2004-01-261-0/+3
* From Gisle Vanem:guy2004-01-151-0/+3
* Regenerate with autoconf 2.57.guy2004-01-141-66/+128
* Print both the name and the description of a link-layer type (the nameguy2003-11-181-0/+3
* Check whether we have "pcap_breakloop()", and use it if we do - it's aguy2003-11-041-0/+3
* Regenerate.guy2003-08-061-0/+3
* regenitojun2003-07-171-8/+2
* Use AC_TRY_LINK, not AC_TRY_COMPILE, when looking forguy2003-05-021-9/+0
* From Gisle Vanem: make print-esp.c work with more (maybe all?) OpenSSLguy2003-03-021-0/+3
* Use "pcap_lib_version()" to get the libpcap version number if it'sguy2003-02-111-0/+3
* From Andrew Brown <atatat@atatdot.net>: add a "-U" flag, which causesguy2002-12-221-0/+3
* NetBSD support for multiple data link types on an interface, from Davidguy2002-12-191-0/+9
* We're using int8_t now, so we need to declare it ourselves if the OSguy2002-12-111-0/+1
* Check for "pcap_version" in libpcap in the configure scripts; apparentlyguy2002-09-051-0/+9
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-0/+3
* Check for "pcap_findalldevs()" in libpcap in the configuration script;guy2002-08-031-0/+3
* Some versions of the HP C compiler can handle inlines, but not if theyguy2002-06-281-3/+3
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-5/+5
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-3/+9
* Regenerate.fenner2001-11-121-0/+8
* Regenerate.fenner2001-10-081-0/+3
* Regenerate.fenner2001-10-081-24/+0
* As we're not using "bcmp()" or "bcopy()" in "addrtoname.c", we don'tguy2001-06-281-3/+0