aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
AgeCommit message (Expand)AuthorFilesLines
2014-02-17Add Bluetooth SBC Codec support in cmakeMichal Labedzki1-0/+3
2014-01-07HAVE_PLUGINS was defined twiceJörg Mayer1-3/+0
2014-01-02Fix wireshark-qt startup coredump under autofoo and Windows: make cmake'sJeff Morriss1-3/+3
2013-11-29At least winpcap checks for WIN32 and not for _WIN32, soJörg Mayer1-1/+6
2013-10-11We don't check for lauxlib.h or lualib.h, and we don't need to - we justGuy Harris1-6/+0
2013-10-10Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to theGuy Harris1-10/+11
2013-10-10Try to locate QtMacExtras.Gerald Combs1-0/+3
2013-10-10Don't check for pcap_version(); we don't use it.Guy Harris1-90/+74
2013-10-10Check for bpf_image(), just as the autoconf script does.Guy Harris1-0/+3
2013-10-10HAVE_LUA is for Lua, not some particular version thereof.Guy Harris1-3/+3
2013-10-10Get rid of apparently-undefined and apparently-unused #defines.Guy Harris1-9/+0
2013-10-07NEED_STRPTIME_H needs to be detected properly for windows.Jörg Mayer1-0/+1
2013-10-06The code (at least) in dumpcap assumes that PCAP_CREATE is notJörg Mayer1-0/+4
2013-10-06More copying of config.h.win32 stuff into cmakeJörg Mayer1-0/+22
2013-10-06Set some values for Windows manually where autodetectionJörg Mayer1-1/+12
2013-10-05(Hopefully) unbreak windows build (#define'ing to 0 is notJörg Mayer1-1/+1
2013-10-05Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer1-5/+2
2013-10-04ssize_t is missing on Windows, so typdef it.Jörg Mayer1-0/+4
2013-08-13Implement in cmake:Jörg Mayer1-0/+3
2013-07-23Use largefile detection in cmake.Jörg Mayer1-0/+6
2013-07-16set HAVE_GETOPT_H and HAVE_GETOPT variablesMartin Kaiser1-1/+4
2013-04-19Add HAVE_TM_ZONE and HAVE_TZNAME detection to fix timezone displayJörg Mayer1-0/+6
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-4/+0
2012-10-18Fix CMake build:Evan Huus1-5/+2
2012-09-18*NIX (autofoo and cmake) part of the fix forJeff Morriss1-0/+3
2012-09-10Copy over HAVE_NL80211 from autofooJörg Mayer1-0/+3
2012-09-06Get netlink detection working with cmake (not complete)Jörg Mayer1-0/+12
2012-06-25From Tony Trinh:Anders Broman1-1/+1
2012-06-20Complete cmake support for netlink detectionJörg Mayer1-0/+3
2012-06-20Forgot to copy one more changeJörg Mayer1-3/+0
2012-06-19Do the changes to configure from r43354 in cmake as well.Jörg Mayer1-0/+3
2012-02-02- Move setting _U_ into config.h, becauseJörg Mayer1-0/+7
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-3/+0
2011-10-08Mimic test for IPv6 support in GeoIP from autofooJörg Mayer1-0/+3
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-3/+0
2011-08-09Copy over the commit 38437 to cmake.Jörg Mayer1-1/+1
2011-08-06Get rid of HAVE_PCAP_SET_BUFFER_SIZE - nobody checks forGuy Harris1-3/+0
2011-08-02Define PACKAGE in config.h.Gerald Combs1-0/+3
2011-07-21Make USE_THREADS actually work with cmakeJörg Mayer1-0/+3
2011-07-06Add detection of rpcap support in libpcap and use it if available.Jörg Mayer1-0/+4
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-3/+0
2011-06-17Add configure options to make change the default file formatJörg Mayer1-0/+3
2011-04-29Don't check for the existence of gzclearerr() any more.Jeff Morriss1-3/+3
2011-03-08A little more old packet list cleanupStephen Fisher1-3/+0
2011-02-21From Roland Knall:Jaap Keuter1-0/+9
2010-09-23Copy behaviour ofJörg Mayer1-0/+3
2010-09-23Assume we HAVE_GZCLEARERR on Windows and when using cmakeJeff Morriss1-0/+3
2010-05-06Checking in Stigs changes fromAnders Broman1-0/+6
2010-03-17Add CMake tests for pcap_datalink_val_to_description() andGuy Harris1-0/+6
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-3/+3