]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
config: Use new var_expand
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 29 Aug 2024 11:58:31 +0000 (14:58 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:14 +0000 (12:34 +0200)
src/config/settings-get.pl

index 0946bd621a6a73c387a73f48960d57425722c501..96482cf277b1bb3e6ec2cf8d58077087d60bea7a 100755 (executable)
@@ -14,7 +14,7 @@ print '#include "lib.h"'."\n";
 print '#include "array.h"'."\n";
 print '#include "str.h"'."\n";
 print '#include "ipwd.h"'."\n";
-print '#include "var-expand.h"'."\n";
+print '#include "var-expand-new.h"'."\n";
 print '#include "file-lock.h"'."\n";
 print '#include "fsync-mode.h"'."\n";
 print '#include "hash-format.h"'."\n";