aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-08-13 09:58:09 +0000
committerJörg Mayer <jmayer@loplof.de>2013-08-13 09:58:09 +0000
commitbae2eee028334f658363709fb65b79eff1a8ecb5 (patch)
treec87b9982fab265b9e283b027a1e296f72ce78aea /cmakeconfig.h.in
parent9ef54f5ea25eb56ef923cb4eefadfdf3a301455c (diff)
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 > sample program. svn path=/trunk/; revision=51334
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 42d9342592..76a24b54f4 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -45,6 +45,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H 1
+/* Define to 1 if you have the dladdr function */
+#cmakedefine HAVE_DLADDR 1
+
/* Define to 1 if you have the <fcntl.h> header file. */
#cmakedefine HAVE_FCNTL_H 1