aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Expand)AuthorAgeFilesLines
* On Solaris, check for getexecname in CMake.Guy Harris2018-05-051-4/+10
* cmake: remove warnings -Werror=old-style-definitionJoakim Karlsson2018-04-241-4/+4
* Include alloca.h if we have it.Guy Harris2018-03-231-0/+14
* Fix the #defines for the presence of structure names.Guy Harris2016-10-221-4/+4
* On UN*X, st_ctime is the last status change time, not the creation time.Guy Harris2016-10-221-3/+5
* Allow create_tempfile to support a suffix.Michael Mann2016-06-011-1/+1
* Don't bother checking for getaddrinfo(): we don't use it.Jeff Morriss2016-04-301-2/+0
* Use AC_REPLACE_FUNCS and LTLIBOBJSJoão Valverde2016-04-041-1/+1
* Remove synchronous DNS name resolutionJoão Valverde2016-04-041-2/+1
* Use AC_CHECK_MEMBERSJoão Valverde2016-04-021-2/+2
* Use AC_STRUCT_TIMEZONEJoão Valverde2016-04-021-1/+1
* 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