lmtp-settings.c revision 2fb9ae42f9e36388ec6db24188b9108434043fd0
458acd7b39c84bae0d18c36ff9ddff9a49b4ae4aTimo Sirainen/* Copyright (c) 2009 Dovecot authors, see the included COPYING file */
458acd7b39c84bae0d18c36ff9ddff9a49b4ae4aTimo Sirainen { type, #name, offsetof(struct lmtp_settings, name), NULL }
458acd7b39c84bae0d18c36ff9ddff9a49b4ae4aTimo Sirainenstatic struct setting_define lmtp_setting_defines[] = {
458acd7b39c84bae0d18c36ff9ddff9a49b4ae4aTimo Sirainenstatic struct lmtp_settings lmtp_default_settings = {
2fb9ae42f9e36388ec6db24188b9108434043fd0Timo Sirainenstatic struct setting_parser_info *lmtp_setting_dependencies[] = {
458acd7b39c84bae0d18c36ff9ddff9a49b4ae4aTimo Sirainenstruct setting_parser_info lmtp_setting_parser_info = {
458acd7b39c84bae0d18c36ff9ddff9a49b4ae4aTimo Sirainen MEMBER(struct_size) sizeof(struct lmtp_settings),