1
0
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:
Lennart Poettering
2017-10-04 19:25:30 +02:00
committed by GitHub
156 changed files with 706 additions and 673 deletions

View File

@ -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",