aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Expand)AuthorAgeFilesLines
* extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo2016-03-041-0/+2
* dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup2016-03-011-0/+7
* Add inet_pton/inet_ntop interface to libwsutilJoão Valverde2016-02-191-0/+1
* GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]João Valverde2016-02-071-0/+1
* CMake: Minor ConfigureChecks.cmake cleanupJoão Valverde2016-02-061-4/+2
* cmake: Fix Unix introspection for floorl() [-Wredundant-decls]João Valverde2015-12-151-0/+7
* ConfigureChecks (cmake): Fix indent (use tabs) and modelinesAlexis La Goutte2015-12-151-5/+18
* $, not %, is used to introduce a variable reference in CMake.Guy Harris2015-09-231-1/+1
* Work around a Linux bonding driver bug (and the lack of a libpcap workaround).Guy Harris2015-03-301-1/+29
* Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss2015-03-031-0/+2
* We don't need to check for strings.h.Guy Harris2015-02-271-1/+0
* <string.h>, not <memory.h>, is the header file for memcpy().Guy Harris2015-02-271-1/+0
* wmem, unlike emem, doesn't use mmap(); remove some no-longer-needed checks.Guy Harris2015-02-271-2/+0
* Trivial Dead assignment fixes in configurePeter Wu2015-02-161-4/+5
* Don't check for C89 headers.Guy Harris2015-02-141-4/+0
* We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris2015-02-141-2/+0
* Remove gethostbyaddr and gethostbyaddr2.Gerald Combs2015-02-061-1/+1
* Suppress the check for ' as a formatting character on Windows.Guy Harris2015-01-051-1/+5
* In CMake, check for thousands-grouping support in the GLib printf routines.Guy Harris2015-01-051-0/+31
* Don't check for nl80211 stuff if we don't have libnl.Guy Harris2015-01-051-25/+31
* Add a check for NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP.Guy Harris2015-01-051-1/+7
* Check for optreset in CMake as well.Guy Harris2014-12-271-0/+7
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Cmake: check for popcount, and build it from wsutil/popcount.c if missing.Guy Harris2014-12-231-0/+1
* Fix typo.Guy Harris2014-12-201-10/+1
* When checking for floorl(), include math.h.Guy Harris2014-12-201-2/+6
* Add a check for floorl().Guy Harris2014-12-201-0/+1
* Allow building under OSX Yosemite using cmake.David Ameiss2014-11-101-0/+6
* Remove the optional strncasecmp.{h,c} target (for systems that don't have tha...Jeff Morriss2014-10-301-11/+0
* Clean up handling of missing functions.Guy Harris2014-07-061-1/+13
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
* We don't need to check for lauxlib.h.Guy Harris2013-10-111-1/+0
* Check for sa_len in struct sockaddr.Guy Harris2013-10-111-2/+3
* Note that dladdr() isn't being found on OS X, even though it'sGuy Harris2013-10-111-0/+9
* Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to theGuy Harris2013-10-101-1/+4
* Set some values for Windows manually where autodetectionJörg Mayer2013-10-061-4/+8
* Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer2013-10-051-4/+1
* Implement in cmake:Jörg Mayer2013-08-131-0/+7
* set HAVE_GETOPT_H and HAVE_GETOPT variablesMartin Kaiser2013-07-161-0/+1
* Add HAVE_TM_ZONE and HAVE_TZNAME detection to fix timezone displayJörg Mayer2013-04-191-2/+6
* Copy over HAVE_NL80211 from autofooJörg Mayer2012-09-101-1/+11
* Make the check for NL80211_CMD_SET_CHANNEL work by copyingJörg Mayer2012-09-101-3/+14
* Get netlink detection working with cmake (not complete)Jörg Mayer2012-09-061-0/+5
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Copy over the commit 38437 to cmake.Jörg Mayer2011-08-091-1/+1
* Set svn:keywords and svn:eol-style. Fix the EOL style.Guy Harris2011-08-061-54/+77
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-1/+0
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-3/+2
* Make building with GeoIP, Python, Capabilities and c-aresJörg Mayer2009-09-121-0/+3
* Check for mkdtemp()Kovarththanan Rajaratnam2009-09-011-0/+1