summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-1/+47
* Fix checks for Darwin versions.Guy Harris2018-10-131-3/+15
* On macOS, don't build programs any fatter than they need to be.Guy Harris2018-09-211-36/+64
* Regenerate the configure script.Guy Harris2018-09-151-82/+0
* Warn if AC_PROG_CC_C99 doesn't get the compiler to support C99.Guy Harris2018-09-151-0/+4
* On Linux, check for sys/eventfd.h with autoconf as well.Guy Harris2018-09-141-0/+19
* Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.Guy Harris2018-09-091-0/+82
* Assume we have limits.h.Guy Harris2018-09-091-1/+1
* Fix check for BPF on AIX.Guy Harris2018-08-311-0/+5
* Add some "what if it's an earlier release" information.Guy Harris2018-08-221-4/+10
* Check for required alignment by testing CPU types.Guy Harris2018-08-041-95/+0
* Remove --with-sita option.Guy Harris2018-08-021-24/+0
* Regnerate.Guy Harris2018-08-021-18/+6
* Compile with '-W' in devel mode if supportedFrancois-Xavier Le Bail2018-07-171-0/+82
* Update configure file for current VERSION fileFrancois-Xavier Le Bail2018-07-151-9/+9
* Sort the tested compiler warning optionsFrancois-Xavier Le Bail2018-07-141-141/+153
* Update for current VERSION file.Guy Harris2018-07-091-9/+9
* Work around an annoying compiler+optimized-byte-swapping issue.Guy Harris2018-05-301-17/+711
* Fix typo.Guy Harris2018-05-301-1/+1
* Give more detail in the "inadequate yacc" message.Guy Harris2018-05-301-1/+2
* Note why we assume we have libdagconf if we have libdag.Guy Harris2018-05-161-18/+11
* Convert pcap-dag from libdag to libdagconfsfd2018-05-091-23/+32
* Turn on -Wunreachable-code and suppress it in generated code.Guy Harris2018-05-061-0/+43
* Add -Wformat-nonliteral and fix most warnings that come upJoerg Mayer2018-05-031-0/+43
* Move bpf/net/bpf-filter.c to toplevel directory - it's the sole file in bpf/...Joerg Mayer2018-05-011-4/+1
* Fix up man page sections.Guy Harris2018-04-251-4/+13
* Handle rpcapd man page properly on UN*Xes with an SV-style man page layout.Guy Harris2018-04-201-1/+2
* Give the variable for the man page section for admin commands the right name.Guy Harris2018-04-201-3/+3
* Enable -Wunused-parameter and fix warnings that are almost trivial.Joerg Mayer2018-04-021-0/+86
* Add -Wcovered-switch-default in a comment.Joerg Mayer2018-03-281-0/+3
* Add -Wmissing-noreturn to compiler warnings and fix all fixable warnings.Joerg Mayer2018-03-281-0/+43
* Add -Wcomma and fix the single place it complains aboutJoerg Mayer2018-03-281-0/+43
* Add -Wdocumentation to autoconf as well.Guy Harris2018-03-281-0/+43
* Rename the test program directory to testprogs.Guy Harris2018-02-061-2/+2
* Remove no-longer-necessary inet_ntop() test.Guy Harris2018-01-281-131/+0
* Don't check for reentrant routines that aren't declared.Guy Harris2018-01-281-45/+69
* Move the checks for reentrant functions out of AC_LBL_LIBRARY_NET.Guy Harris2018-01-281-62/+62
* Clarify what --enable-packet-ring does.Guy Harris2018-01-281-1/+1
* We don't need to check for getaddrinfo twice.Guy Harris2018-01-281-19/+7
* Try to compile *and link* programs testing for reentrant APIs.Guy Harris2018-01-281-18/+24
* Try to make pcap_compile() thread-safer.Guy Harris2018-01-271-318/+220
* Fix indentation.Guy Harris2018-01-221-1/+1
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-44/+0
* Get rid of extra comma, make indentation style a bit more consistent.Guy Harris2018-01-201-73/+74
* Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris2018-01-201-335/+234
* Don't set HAVE_LINUX_TPACKET_AUXDATA - it's not used.Guy Harris2018-01-201-3/+0
* Update to reflect the name change for Apple's UNIX-for-Macs.Guy Harris2018-01-081-2/+2
* Fix "make depend" on platforms without BPF or PF_PACKET sockets.Guy Harris2017-12-021-6/+6
* Fix checks for thread-safe strerror variants.Guy Harris2017-12-011-1/+1
* Use AC_RUN_LOG when testing the dependency-generating flag.Guy Harris2017-11-281-2/+5