summaryrefslogtreecommitdiffstats
path: root/cmake/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config.h.cmake')
-rw-r--r--cmake/config.h.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index 5595ee6a..812c836c 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -15,11 +15,14 @@
#cmakedefine DBUS_SYSTEM_BUS_DEFAULT_ADDRESS "@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@"
#cmakedefine DBUS_MACHINE_UUID_FILE "@DBUS_MACHINE_UUID_FILE@"
//#cmakedefine DBUS_SESSION_BUS_DEFAULT_ADDRESS "@DBUS_SESSION_BUS_DEFAULT_ADDRESS@"
+#cmakedefine DBUS_DAEMONDIR "@DBUS_DAEMONDIR@"
#cmakedefine PACKAGE "@PACKAGE@"
/* Version number of package */
#cmakedefine VERSION "@VERSION@"
// test binaries
/* Full path to test file test/test-exit in builddir */
+#define TEST_BUS_BINARY "@TEST_BUS_BINARY@"
+/* Full path to test file test/test-exit in builddir */
#define TEST_EXIT_BINARY "@TEST_EXIT_BINARY@"
/* Full path to test file test/test-segfault in builddir */
#define TEST_SEGFAULT_BINARY "@TEST_SEGFAULT_BINARY@"
@@ -85,6 +88,9 @@
/* Define to 1 if you have stdio.h */
#cmakedefine HAVE_STDIO_H 1
+/* Define to 1 if you have sys/syslimits.h */
+#cmakedefine HAVE_SYS_SYSLIMITS_H 1
+
// symbols
/* Define to 1 if you have backtrace */
#cmakedefine HAVE_BACKTRACE 1
@@ -113,6 +119,9 @@
/* Define to 1 if you have writev */
#cmakedefine HAVE_WRITEV 1
+/* Define to 1 if you have socklen_t */
+#cmakedefine HAVE_SOCKLEN_T 1
+
// structs
/* Define to 1 if you have struct cmsgred */
#cmakedefine HAVE_CMSGCRED 1