summaryrefslogtreecommitdiff
path: root/src/basic/path-lookup.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-24 17:02:11 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-27 20:12:45 +0100
commitb0c82192604c2e21e7d1beab23855111a8213b60 (patch)
tree99b3c36f7daf09e28b9847a3b6542e90e35c78fc /src/basic/path-lookup.h
parent96d33e4ac0ba9fa42f4ec8379d8decf1c722197d (diff)
downloadsystemd-b0c82192604c2e21e7d1beab23855111a8213b60.tar.gz
network: move NETWORK_DIRS to path-lookup.h
In preparation for future changes...
Diffstat (limited to 'src/basic/path-lookup.h')
-rw-r--r--src/basic/path-lookup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/basic/path-lookup.h b/src/basic/path-lookup.h
index 52f7a570a2..f67b8d416a 100644
--- a/src/basic/path-lookup.h
+++ b/src/basic/path-lookup.h
@@ -5,6 +5,7 @@
typedef struct LookupPaths LookupPaths;
+#include "def.h"
#include "unit-file.h"
#include "macro.h"
@@ -68,3 +69,5 @@ void lookup_paths_free(LookupPaths *p);
char **generator_binary_paths(UnitFileScope scope);
char **env_generator_binary_paths(bool is_system);
+
+#define NETWORK_DIRS ((const char* const*) CONF_PATHS_STRV("systemd/network"))