aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
Commit message (Expand)AuthorAgeFilesLines
* Move the Windows build target OS definitions to Win XPGraham Bloice2014-06-211-2/+2
* Make cmake build work for msvc 2013 (Graham Bloice)Joerg Mayer2014-06-191-3/+3
* Fix building uiqt on Windows with the cmake build system:Joerg Mayer2014-06-181-4/+0
* More Python-bindings removal.Jeff Morriss2014-06-161-3/+0
* Define INET6 for all platforms.Irene Ruengeler2014-06-141-1/+3
* Backport autofoo simd optimizationJoerg Mayer2014-06-141-0/+3
* Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey2014-05-301-4/+1
* Add Bluetooth SBC Codec support in cmakeMichal Labedzki2014-02-171-0/+3
* HAVE_PLUGINS was defined twiceJörg Mayer2014-01-071-3/+0
* Fix wireshark-qt startup coredump under autofoo and Windows: make cmake'sJeff Morriss2014-01-021-3/+3
* At least winpcap checks for WIN32 and not for _WIN32, soJörg Mayer2013-11-291-1/+6
* We don't check for lauxlib.h or lualib.h, and we don't need to - we justGuy Harris2013-10-111-6/+0
* Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to theGuy Harris2013-10-101-10/+11
* Try to locate QtMacExtras.Gerald Combs2013-10-101-0/+3
* Don't check for pcap_version(); we don't use it.Guy Harris2013-10-101-90/+74
* Check for bpf_image(), just as the autoconf script does.Guy Harris2013-10-101-0/+3
* HAVE_LUA is for Lua, not some particular version thereof.Guy Harris2013-10-101-3/+3
* Get rid of apparently-undefined and apparently-unused #defines.Guy Harris2013-10-101-9/+0
* NEED_STRPTIME_H needs to be detected properly for windows.Jörg Mayer2013-10-071-0/+1
* The code (at least) in dumpcap assumes that PCAP_CREATE is notJörg Mayer2013-10-061-0/+4
* More copying of config.h.win32 stuff into cmakeJörg Mayer2013-10-061-0/+22
* Set some values for Windows manually where autodetectionJörg Mayer2013-10-061-1/+12
* (Hopefully) unbreak windows build (#define'ing to 0 is notJörg Mayer2013-10-051-1/+1
* Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer2013-10-051-5/+2
* ssize_t is missing on Windows, so typdef it.Jörg Mayer2013-10-041-0/+4
* Implement in cmake:Jörg Mayer2013-08-131-0/+3
* Use largefile detection in cmake.Jörg Mayer2013-07-231-0/+6
* set HAVE_GETOPT_H and HAVE_GETOPT variablesMartin Kaiser2013-07-161-1/+4
* Add HAVE_TM_ZONE and HAVE_TZNAME detection to fix timezone displayJörg Mayer2013-04-191-0/+6
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-4/+0
* Fix CMake build:Evan Huus2012-10-181-5/+2
* *NIX (autofoo and cmake) part of the fix forJeff Morriss2012-09-181-0/+3
* Copy over HAVE_NL80211 from autofooJörg Mayer2012-09-101-0/+3
* Get netlink detection working with cmake (not complete)Jörg Mayer2012-09-061-0/+12
* From Tony Trinh:Anders Broman2012-06-251-1/+1
* Complete cmake support for netlink detectionJörg Mayer2012-06-201-0/+3
* Forgot to copy one more changeJörg Mayer2012-06-201-3/+0
* Do the changes to configure from r43354 in cmake as well.Jörg Mayer2012-06-191-0/+3
* - Move setting _U_ into config.h, becauseJörg Mayer2012-02-021-0/+7
* Change the use of threads from "mostly always, depending on yourGerald Combs2011-11-071-3/+0
* Mimic test for IPv6 support in GeoIP from autofooJörg Mayer2011-10-081-0/+3
* Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke2011-08-231-3/+0
* Copy over the commit 38437 to cmake.Jörg Mayer2011-08-091-1/+1
* Get rid of HAVE_PCAP_SET_BUFFER_SIZE - nobody checks forGuy Harris2011-08-061-3/+0
* Define PACKAGE in config.h.Gerald Combs2011-08-021-0/+3
* Make USE_THREADS actually work with cmakeJörg Mayer2011-07-211-0/+3
* Add detection of rpcap support in libpcap and use it if available.Jörg Mayer2011-07-061-0/+4
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-3/+0
* Add configure options to make change the default file formatJörg Mayer2011-06-171-0/+3
* Don't check for the existence of gzclearerr() any more.Jeff Morriss2011-04-291-3/+3