aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
AgeCommit message (Expand)AuthorFilesLines
2018-05-30ifaddrs.h may require sys/types.h to be included first.Guy Harris1-16/+20
2018-05-16Eliminate some unneeded header checks.Guy Harris1-2/+0
2018-05-16CMake: Skip more header checks on Windows.Gerald Combs1-8/+0
2018-05-05Use dlget() and dlgetname() to get the executable path name on HP-UX.Guy Harris1-1/+9
2018-05-05On Solaris, check for getexecname in CMake.Guy Harris1-4/+10
2018-04-24cmake: remove warnings -Werror=old-style-definitionJoakim Karlsson1-4/+4
2018-04-17Remove some GTK+-only code.Gerald Combs1-1/+0
2018-03-23Include alloca.h if we have it.Guy Harris1-0/+14
2018-03-13Remove popcount in favor of ws_count_ones.Gerald Combs1-1/+0
2018-03-13CMake: Skip some header checks on Windows.Gerald Combs1-0/+8
2018-03-12Remove some unused or hard-coded header checks.Gerald Combs1-12/+1
2018-03-07More licenses converted to SPDX.Dario Lombardo1-13/+1
2018-02-10musl: compile with musl libcDan Robertson1-0/+1
2017-10-29Retire use of getprotobynumber()João Valverde1-1/+0
2017-10-26CMake: Remove unused header checks.Gerald Combs1-3/+0
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-2/+0
2017-10-25Remove replacement inet_pton/inet_ntopJoão Valverde1-2/+0
2017-10-25Remove inet_aton() usage everywhereJoão Valverde1-1/+0
2017-10-24Test g_printf() thousands grouping flag at runtimeJoão Valverde1-35/+0
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