Commit 63ab0363 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

Remove a couple of #ifdefs that serve no purpose anymore.

parent c24c26e0
...@@ -534,21 +534,13 @@ struct parspec mgt_parspec[] = { ...@@ -534,21 +534,13 @@ struct parspec mgt_parspec[] = {
"Directory from which relative VCL filenames (vcl.load and " "Directory from which relative VCL filenames (vcl.load and "
"include) are opened.", "include) are opened.",
0, 0,
#ifdef VARNISH_VCL_DIR
VARNISH_VCL_DIR, VARNISH_VCL_DIR,
#else
".",
#endif
NULL }, NULL },
{ "vmod_dir", tweak_string, &mgt_vmod_dir, { "vmod_dir", tweak_string, &mgt_vmod_dir,
NULL, NULL, NULL, NULL,
"Directory where VCL modules are to be found.", "Directory where VCL modules are to be found.",
0, 0,
#ifdef VARNISH_VMOD_DIR
VARNISH_VMOD_DIR, VARNISH_VMOD_DIR,
#else
".",
#endif
NULL }, NULL },
{ "vcc_err_unref", tweak_bool, &mgt_vcc_err_unref, { "vcc_err_unref", tweak_bool, &mgt_vcc_err_unref,
......
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