summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-08-26 20:14:35 +0200
committerThomas Haller <thaller@redhat.com>2018-08-27 17:49:29 +0200
commit1a9bc22460c5bde4ba169b0cc4732971de309720 (patch)
tree943c28ba1f2c8f90841df303aed06dbdcd61ee28 /config.h.meson
parent3b5f8c91fe0e5a3d04a5ba10a651fc6817119a19 (diff)
downloadNetworkManager-1a9bc22460c5bde4ba169b0cc4732971de309720.tar.gz
build: cleanup build defines for session-tracking
- always define the SESSION_TRACKING_* defines to replace "#ifdef" with "#if". - drop defining the consolekit database path CKDB_PATH in config.h. The path was not customizable via configure/meson. - fix meson build to enable consolekit support for session tracking without also enabling logind/elogind session tracking. logind/elogind is mutually exclusive, but consolekit session tracking goes together just fine.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson
index 06190aae11..c5fbf5fab3 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -1,9 +1,6 @@
/* Define if building universal (internal helper macro) */
#mesondefine AC_APPLE_UNIVERSAL_BUILD
-/* Path to ConsoleKit database */
-#mesondefine CKDB_PATH
-
/* Define to path of dhclient binary */
#mesondefine DHCLIENT_PATH