comparison src/config/settings-get.pl @ 12312:28eaaa23f2c6

lib-storage: Added support for saving mail attachments separately via filesystem API. Currently this works only with sdbox and mdbox backends.
author Timo Sirainen <tss@iki.fi>
date Tue, 19 Oct 2010 18:47:17 +0100
parents 7f19062f58fd
children 99da5f4f375d
comparison
equal deleted inserted replaced
12311:ce5bb3246ffb 12312:28eaaa23f2c6
4 print '#include "lib.h"'."\n"; 4 print '#include "lib.h"'."\n";
5 print '#include "array.h"'."\n"; 5 print '#include "array.h"'."\n";
6 print '#include "var-expand.h"'."\n"; 6 print '#include "var-expand.h"'."\n";
7 print '#include "file-lock.h"'."\n"; 7 print '#include "file-lock.h"'."\n";
8 print '#include "fsync-mode.h"'."\n"; 8 print '#include "fsync-mode.h"'."\n";
9 print '#include "hash-format.h"'."\n";
9 print '#include "settings-parser.h"'."\n"; 10 print '#include "settings-parser.h"'."\n";
10 print '#include "all-settings.h"'."\n"; 11 print '#include "all-settings.h"'."\n";
11 print '#include <stddef.h>'."\n"; 12 print '#include <stddef.h>'."\n";
12 print '#include <unistd.h>'."\n"; 13 print '#include <unistd.h>'."\n";
13 print '#define CONFIG_BINARY'."\n"; 14 print '#define CONFIG_BINARY'."\n";