summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* remove rc5 support.itojun2000-09-291-3/+3
* Add definitions of Ethernet types fromguy2000-09-231-76/+2
* remove gnuc.hassar2000-07-111-7/+2
* remove setting of umask and test for malloc.h, memory.hassar2000-07-011-9/+3
* better and more careful check for smi. From Juergen Schoenwaelderassar2000-06-261-5/+13
* don't check for gethostbyname2, it's not being usedassar2000-06-261-3/+3
* be more cross-compilation friendly.assar2000-06-101-5/+13
* revise ICMPv6 nodeinfo decoding. based on 03-05 draftsitojun2000-05-101-3/+15
* align output from ./configure --help.itojun2000-04-271-3/+3
* add --without-crpyto to arg to configure, to skip partially incompatible/itojun2000-04-271-2/+5
* search for getaddrinfo in -lsocket (Solaris 8)assar2000-04-091-3/+31
* (AC_C___ATTRIBUTE__): addassar2000-04-011-2/+3
* check for getrpcbynumber in nsl. From Rick Jones <raj@cup.hp.com>assar2000-03-311-2/+3
* check for getipnodeby*.itojun2000-01-251-4/+11
* don't insist on getting getaddrinfo(). it will be pulled initojun2000-01-251-22/+25
* split checks for struct addrinfo and NI_xxx.itojun2000-01-211-2/+16
* Don't check for T_AAAA in configure; print-domain.c alreadyfenner2000-01-201-9/+2
* need strl{cat,cpy} badly for buffer overflowitojun2000-01-191-3/+3
* don't require netinet6/ipcomp.h. define it on our own.itojun2000-01-191-3/+3
* bring in latest kame getaddrinfo (couple of bug fixes).itojun2000-01-191-3/+4
* getaddrinfo buggy check was loosened too much by the last commit.itojun2000-01-191-8/+6
* weaken buggy getaddrinfo check.itojun2000-01-181-4/+9
* Move all Makefile munging (including "make depend") to config.status .fenner2000-01-181-7/+8
* generate .devel version of Makefile by appending Makefile-devel-adds toitojun2000-01-171-10/+8
* correct snprintf.o handling.itojun2000-01-151-3/+8
* disable ".devel" case as it confuses autoconf 2.13 (at least on NetBSD).itojun2000-01-151-11/+11
* fixed check for libssl to make HAVE_LIBCRYPTOmcr2000-01-151-3/+2
* Add auto-running of autoheader and autoconf and configure (from autoconf.info)fenner2000-01-151-3/+6
* changed openssl include order to prefer des.h frommcr2000-01-151-10/+8
* look in /usr/lib for libcrypto.a for OSes with built-in cryptomcr2000-01-141-3/+3
* Provide defaults for cross-compiling (libsmi = no, "standard" type sizes)fenner2000-01-091-7/+12
* Unify rcsid[]'s.fenner2000-01-091-3/+3
* add AC_REVISIONassar2000-01-081-1/+2
* check for <sys/cdefs.h> (does not exist on solaris)assar2000-01-071-2/+2
* check for vsnprintf snprintf asprintf asnprintf vasprintf vasnprintfassar2000-01-071-1/+3
* The patch now makes sure that libsmi is only enabledmcr1999-12-291-9/+20
* Fix signed/unsigned int16 confusion introduced in rev 1.76fenner1999-12-141-3/+3
* From: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de>mcr1999-12-131-4/+15
* make CRYPTO check US-friendlymcr1999-12-041-1/+7
* Check for ether_ntohost, not ether_ntoa, since the former is whatfenner1999-11-221-2/+2
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+3
* test if the C compiler supports inline. this should allow the code toassar1999-11-211-1/+2
* HP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdump_patches/13>itojun1999-10-301-1/+3
* Building on Linux 2.2 requires the tiny patch initojun1999-10-301-3/+3
* last resort functions for inet_{aton,pton,ntop}.itojun1999-10-301-2/+2
* minor typo (escape "$")itojun1999-10-301-3/+3
* respect AC_LBL_CHECK_TYPE.itojun1999-10-301-15/+13
* fix IPv6 autodetection.itojun1999-10-301-13/+12
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-10/+424
* patches to help build on Linux 2.2linux22mcr1999-10-171-2/+3