aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add check for HAVE_MKSTEMP to make build work again onJörg Mayer2009-08-311-0/+1
* Add a couple of Windows header filesKovarththanan Rajaratnam2009-08-301-0/+4
* Add ConfigureChecks.cmakeKovarththanan Rajaratnam2009-08-271-0/+47