view src/config/all-settings.h @ 22633:9284bdc3c5c5

director: Don't recreate timeout on every user lookup Recreate it only when the timeout should change.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sat, 04 Nov 2017 01:34:02 +0200
parents e18645b47984
children
line wrap: on
line source

#ifndef ALL_SETTINGS_H
#define ALL_SETTINGS_H

extern const struct setting_parser_info *const *all_roots;
extern const struct setting_parser_info *all_default_roots[];
extern ARRAY_TYPE(service_settings) *default_services;

#endif