aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-28 23:49:15 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-28 23:49:15 +0000
commita198aa8b8bc2385c6d85b6f07ea9d96aa428e862 (patch)
treeaadafdabb5f8247fb500864736976a8b03b2d87a /cmakeconfig.h.in
parent4bc81a571e1c4a3ab4460dda4a897fbeb66327d9 (diff)
Bug 1227 : From Frederic Heem:
* modify CMakeInstallDirs.cmake according to cmake developper wishes * FindDBUSGLIB.cmake fixes * Add HAVE_CHOWN * remove DBus from CMakeLists.txt. * DBus support has its own application (capdbus) and is in a self contained directory. A separate patch will be provided git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23300 f5534014-38df-0310-8fa8-9805f1628bb7
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 52d9ee425b..463769ed78 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -24,6 +24,9 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#cmakedefine HAVE_FCNTL_H 1
+/* Define to 1 if you have the `chown' function. */
+#cmakedefine HAVE_CHOWN 1
+
/* Define to 1 if you have the `gethostbyname2' function. */
#cmakedefine HAVE_GETHOSTBYNAME2 1