From 5fe95468a2434e9fbef9dac21fc21dc4fffd2f7f Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sun, 28 Oct 2007 23:49:15 +0000 Subject: 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 --- cmakeconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmakeconfig.h.in') 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 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 -- cgit v1.2.1