diff options
Diffstat (limited to 'src/basic/path-lookup.h')
-rw-r--r-- | src/basic/path-lookup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/path-lookup.h b/src/basic/path-lookup.h index f67b8d416a..ae37f9feb9 100644 --- a/src/basic/path-lookup.h +++ b/src/basic/path-lookup.h @@ -71,3 +71,4 @@ 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")) +#define NETWORK_DIRS_NULSTR CONF_PATHS_NULSTR("systemd/network") |