summaryrefslogtreecommitdiffstats
path: root/src/test/test-nss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-nss.c')
-rw-r--r--src/test/test-nss.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test-nss.c b/src/test/test-nss.c
index 44570caa6c..0fc30718d5 100644
--- a/src/test/test-nss.c
+++ b/src/test/test-nss.c
@@ -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 HAVE_MYHOSTNAME
"myhostname",
#endif
-#ifdef HAVE_RESOLVED
+#if HAVE_RESOLVED
"resolve",
#endif
-#ifdef HAVE_MACHINED
+#if HAVE_MACHINED
"mymachines",
#endif
"dns",