diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 2f29ba382..cd2ec1c96 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -891,6 +891,9 @@ /* Defined if compiling with the network-manager backend */ #cmakedefine WITH_NETWORK_MANAGER_BACKEND 1 +/* Directory where NetworkManager VPN service files are located */ +#cmakedefine NM_VPN_SERVICE_DIR "@NM_VPN_SERVICE_DIR@" + /* Defined if compiling with old XDG standard support */ #cmakedefine WITH_OLD_XDG_STD 1 |