Commit 1a989e21 authored by Nils Goroll's avatar Nils Goroll

make strings be strings even inside the #if 0 region

parent b6f67fb7
......@@ -1409,7 +1409,7 @@ PARAM(
/* typ */ string,
/* min */ NULL,
/* max */ NULL,
/* default */ /opt/varnish/etc/varnish,
/* default */ "/opt/varnish/etc/varnish",
/* units */ NULL,
/* flags */ 0,
/* s-text */
......@@ -1425,7 +1425,7 @@ PARAM(
/* typ */ string,
/* min */ NULL,
/* max */ NULL,
/* default */ /opt/varnish/lib/varnish/vmods,
/* default */ "/opt/varnish/lib/varnish/vmods",
/* units */ NULL,
/* flags */ 0,
/* s-text */
......@@ -1530,7 +1530,7 @@ PARAM(
/* typ */ waiter,
/* min */ NULL,
/* max */ NULL,
/* default */ kqueue (possible values: kqueue, poll),
/* default */ "kqueue (possible values: kqueue, poll)",
/* units */ NULL,
/* flags */ MUST_RESTART| WIZARD,
/* s-text */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment