};
#undef DEF
-#undef DEFLIST
#undef DEFLIST_UNIQUE
#define DEF(type, name) \
{ type, #name, offsetof(struct service_settings, name), NULL }
-#define DEFLIST(field, name, defines) \
- { SET_DEFLIST, name, offsetof(struct service_settings, field), defines }
#define DEFLIST_UNIQUE(field, name, defines) \
{ SET_DEFLIST_UNIQUE, name, offsetof(struct service_settings, field), defines }
#include "mail-storage-settings.h"
#include "fs-crypt-settings.h"
-#undef DEF
-#define DEF(type, name) \
- { type, #name, offsetof(struct fs_crypt_settings, name), NULL }
-
static const struct setting_define fs_crypt_setting_defines[] = {
{ SET_STRLIST, "plugin", offsetof(struct fs_crypt_settings, plugin_envs), NULL },