mirror of
https://github.com/systemd/systemd.git
synced 2025-08-02 04:22:27 +03:00
Merge pull request #6974 from keszybz/clean-up-defines
Clean up define definitions
This commit is contained in:
@ -450,13 +450,13 @@ static int parse_argv(int argc, char **argv,
|
||||
modules = strv_new(argv[1], NULL);
|
||||
else
|
||||
modules = strv_new(
|
||||
#ifdef HAVE_MYHOSTNAME
|
||||
#if ENABLE_MYHOSTNAME
|
||||
"myhostname",
|
||||
#endif
|
||||
#ifdef HAVE_RESOLVED
|
||||
#if ENABLE_RESOLVE
|
||||
"resolve",
|
||||
#endif
|
||||
#ifdef HAVE_MACHINED
|
||||
#if ENABLE_MACHINED
|
||||
"mymachines",
|
||||
#endif
|
||||
"dns",
|
||||
|
Reference in New Issue
Block a user