The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / ConfigureChecks.cmake @ master

History | View | Annotate | Download (5.55 KB)

# Date Author Comment
5bfc21cf 07/06/2014 05:03 PM Guy Harris

Clean up handling of missing functions.

With autotools, CMake, and nmake, if we have a function, #define
HAVE_{function_name_in_all_caps}, otherwise don't #define it.

If we provide our own version of a function in libwsutil, make sure we
have a header that declares it, and ONLY include that header if...

757aa332 03/31/2014 02:48 PM Alexis La Goutte

Continue to remove $Id$ from top of file

(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)

Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
Reviewed-on: https://code.wireshark.org/review/881
Reviewed-by: Anders Broman <>

a183a4fb 10/11/2013 03:53 AM Guy Harris

We don't need to check for lauxlib.h.

svn path=/trunk/; revision=52536

5db6b8ae 10/11/2013 02:53 AM Guy Harris

Check for sa_len in struct sockaddr.

svn path=/trunk/; revision=52534

2ee9b164 10/10/2013 08:05 PM Guy Harris

Note that dladdr() isn't being found on OS X, even though it's
available.

svn path=/trunk/; revision=52524

e5336d28 10/10/2013 07:54 PM Guy Harris

Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to the
equivalent location in config.h.in, to simplify comparing the two files.

Add some tests from the autoconf script to CMake:

check for setresgid() and setresuid();
check for struct stat having an st_flags member....
db512010 10/06/2013 12:11 PM Jörg Mayer

Set some values for Windows manually where autodetection
does not yet work.

svn path=/trunk/; revision=52406

07a5c744 10/05/2013 05:56 PM Jörg Mayer

Invert NEED_INET_ATON_H to HAVE_INET_ATON_H
Remove unused NEED_G_ASCII_STRTOULL_H

svn path=/trunk/; revision=52385

bae2eee0 08/13/2013 05:58 AM Jörg Mayer

Implement in cmake:

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51322

User: guy
Date: 2013/08/12 01:01 PM

Log:
Just check whether dladdr() is available; we check in the code whether
it succeeds, so there's no point in checking whether it succeeds in a...

cc82d38c 07/16/2013 05:12 PM Martin Kaiser

set HAVE_GETOPT_H and HAVE_GETOPT variables
for both autotools and cmake builds

(in order to use getopt_long(), we have to check if we
can include getopt.h)

svn path=/trunk/; revision=50680

c5548e10 04/19/2013 12:38 PM Jörg Mayer

Add HAVE_TM_ZONE and HAVE_TZNAME detection to fix timezone display
in cmake builds.

svn path=/trunk/; revision=48932

8e66080f 09/10/2012 04:24 PM Jörg Mayer

Copy over HAVE_NL80211 from autofoo

svn path=/trunk/; revision=44853

8363dc43 09/10/2012 02:35 PM Jörg Mayer

Make the check for NL80211_CMD_SET_CHANNEL work by copying
the logic of the autofoo test.
Using Cmake's check_symbol_exists is not an option as it will
not work for enums and types. As this is documented in the manpage
this is to be considered a feature and not a bug....

d8a7eed0 09/06/2012 06:37 AM Jörg Mayer

Get netlink detection working with cmake (not complete)

svn path=/trunk/; revision=44791

bf81b42e 06/28/2012 06:56 PM Jakub Zawadzki

Update Free Software Foundation address.

(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536

6332e885 08/09/2011 05:26 PM Jörg Mayer

Copy over the commit 38437 to cmake.

svn path=/trunk/; revision=38438

3788aed1 08/06/2011 03:10 PM Guy Harris

Set svn:keywords and svn:eol-style. Fix the EOL style.

Add the copyright comment and give it an SVN ID.

svn path=/trunk/; revision=38381

8443bbbf 06/28/2011 05:00 AM Stig Bjørlykke

Replace all strerror() with g_strerror().
Remove our local strerror implementation.
Mark strerror as locale unsafe API.

This fixes bug 5715.

svn path=/trunk/; revision=37812

98024a00 10/06/2009 12:01 PM Stig Bjørlykke

Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
Rename getopt.[ch] -> wsgetopt.[ch] to avoid name collision.

svn path=/trunk/; revision=30370

7eed375f 09/12/2009 01:20 PM Jörg Mayer

Make building with GeoIP, Python, Capabilities and c-ares
actually work.

svn path=/trunk/; revision=29870

f4c7321f 09/01/2009 03:19 PM Kovarththanan Rajaratnam

Check for mkdtemp()

svn path=/trunk/; revision=29659

19252353 08/31/2009 07:11 PM Jörg Mayer

Add check for HAVE_MKSTEMP to make build work again on
platforms that know about mkstemp().

svn path=/trunk/; revision=29645

983a2d5d 08/30/2009 11:06 AM Kovarththanan Rajaratnam

Add a couple of Windows header files

svn path=/trunk/; revision=29630

9cfa4d52 08/27/2009 11:35 AM Kovarththanan Rajaratnam

Add ConfigureChecks.cmake

svn path=/trunk/; revision=29586