aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
AgeCommit message (Expand)AuthorFilesLines
2016-10-22Fix the #defines for the presence of structure names.Guy Harris1-4/+4
2016-10-22On UN*X, st_ctime is the last status change time, not the creation time.Guy Harris1-3/+5
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-1/+1
2016-04-30Don't bother checking for getaddrinfo(): we don't use it.Jeff Morriss1-2/+0
2016-04-04Use AC_REPLACE_FUNCS and LTLIBOBJSJoão Valverde1-1/+1
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-2/+1
2016-04-02Use AC_CHECK_MEMBERSJoão Valverde1-2/+2
2016-04-02Use AC_STRUCT_TIMEZONEJoão Valverde1-1/+1
2016-03-04extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo1-0/+2
2016-03-01dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup1-0/+7
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-0/+1
2016-02-07GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]João Valverde1-0/+1
2016-02-06CMake: Minor ConfigureChecks.cmake cleanupJoão Valverde1-4/+2
2015-12-15cmake: Fix Unix introspection for floorl() [-Wredundant-decls]João Valverde1-0/+7
2015-12-15ConfigureChecks (cmake): Fix indent (use tabs) and modelinesAlexis La Goutte1-5/+18
2015-09-23$, not %, is used to introduce a variable reference in CMake.Guy Harris1-1/+1
2015-03-30Work around a Linux bonding driver bug (and the lack of a libpcap workaround).Guy Harris1-1/+29
2015-03-03Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss1-0/+2
2015-02-27We don't need to check for strings.h.Guy Harris1-1/+0
2015-02-27<string.h>, not <memory.h>, is the header file for memcpy().Guy Harris1-1/+0
2015-02-27wmem, unlike emem, doesn't use mmap(); remove some no-longer-needed checks.Guy Harris1-2/+0
2015-02-16Trivial Dead assignment fixes in configurePeter Wu1-4/+5
2015-02-14Don't check for C89 headers.Guy Harris1-4/+0
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-2/+0
2015-02-06Remove gethostbyaddr and gethostbyaddr2.Gerald Combs1-1/+1
2015-01-05Suppress the check for ' as a formatting character on Windows.Guy Harris1-1/+5
2015-01-05In CMake, check for thousands-grouping support in the GLib printf routines.Guy Harris1-0/+31
2015-01-05Don't check for nl80211 stuff if we don't have libnl.Guy Harris1-25/+31
2015-01-05Add a check for NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP.Guy Harris1-1/+7
2014-12-27Check for optreset in CMake as well.Guy Harris1-0/+7
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-23Cmake: check for popcount, and build it from wsutil/popcount.c if missing.Guy Harris1-0/+1
2014-12-20Fix typo.Guy Harris1-10/+1
2014-12-20When checking for floorl(), include math.h.Guy Harris1-2/+6
2014-12-20Add a check for floorl().Guy Harris1-0/+1
2014-11-10Allow building under OSX Yosemite using cmake.David Ameiss1-0/+6
2014-10-30Remove the optional strncasecmp.{h,c} target (for systems that don't have tha...Jeff Morriss1-11/+0
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+13
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-11We don't need to check for lauxlib.h.Guy Harris1-1/+0
2013-10-11Check for sa_len in struct sockaddr.Guy Harris1-2/+3
2013-10-11Note that dladdr() isn't being found on OS X, even though it'sGuy Harris1-0/+9
2013-10-10Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to theGuy Harris1-1/+4
2013-10-06Set some values for Windows manually where autodetectionJörg Mayer1-4/+8
2013-10-05Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer1-4/+1
2013-08-13Implement in cmake:Jörg Mayer1-0/+7
2013-07-16set HAVE_GETOPT_H and HAVE_GETOPT variablesMartin Kaiser1-0/+1
2013-04-19Add HAVE_TM_ZONE and HAVE_TZNAME detection to fix timezone displayJörg Mayer1-2/+6
2012-09-10Copy over HAVE_NL80211 from autofooJörg Mayer1-1/+11
2012-09-10Make the check for NL80211_CMD_SET_CHANNEL work by copyingJörg Mayer1-3/+14