241
241
the following declarations are for use by plugin implementors
244
250
#define DRIZZLE_SYSVAR_BOOL(name, varname, opt, comment, check, update, def) \
246
256
PLUGIN_VAR_BOOL | ((opt) & PLUGIN_VAR_MASK), \
247
257
#name, comment, check, update, &varname, def}