summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2007-10-28 23:49:15 +0000
committerSake Blok <sake@euronet.nl>2007-10-28 23:49:15 +0000
commit5fe95468a2434e9fbef9dac21fc21dc4fffd2f7f (patch)
treeaadafdabb5f8247fb500864736976a8b03b2d87a /cmakeconfig.h.in
parent81b41ba967caa2d0e45de0f8d6cc874cc9853bde (diff)
downloadwireshark-5fe95468a2434e9fbef9dac21fc21dc4fffd2f7f.tar.gz
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 svn path=/trunk/; revision=23300
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