convert-settings.c revision ad0f1d2f2e7f1d42b2de403b04a0ffe1675109cc
/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "settings-parser.h"
#include "mail-storage-settings.h"
#include "convert-settings.h"
#include <stddef.h>
#include <stdlib.h>
static struct setting_define convert_setting_defines[] = {
};
static struct convert_settings convert_default_settings = {
};
struct setting_parser_info convert_setting_parser_info = {
};
{
}
}
const struct mail_user_settings **user_set_r)
{
static const struct setting_parser_info *roots[] = {
};
struct setting_parser_context *parser;
struct convert_settings *set;
void **sets;
if (settings_pool == NULL)
else
if (settings_parse_environ(parser) < 0) {
i_fatal("Error reading configuration: %s",
}
}