summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-05-24 22:12:18 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2022-06-17 15:19:38 +0400
commite4d6b74b2574da32d2c83893b967a16308615358 (patch)
treeaed565d3a55d3328c342c50b3b2c06ce2cbd5a14 /cmake
parent5f27dc813bca6f44ad977e7af2089902d5f32a29 (diff)
downloaddbus-e4d6b74b2574da32d2c83893b967a16308615358.tar.gz
build-sys: drop DBUS_CMAKE
TEST_LISTEN is defined by the cmake/autotools (or meson) build systems. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index cf329b51..f0fb75e2 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -2,9 +2,6 @@
#ifndef _DBUS_CONFIG_H
#define _DBUS_CONFIG_H
-/****************************/
-/* indicate that we are building with cmake */
-#define DBUS_CMAKE 1
/* On Windows, we expect to be using msvcrt.dll-compatible printf
* (%I64u instead of %llu) unless otherwise specified. This must be