~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/config.h.in

MErge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
/* The list of builtin plugins */
24
24
#define  PANDORA_BUILTIN_LIST @PANDORA_BUILTIN_LIST@
 
25
/* List of plugins that should be loaded on startup if no
 
26
 * value is given for --plugin-load */
 
27
#define PANDORA_PLUGIN_LIST "@PANDORA_PLUGIN_LIST@"
25
28
 
26
29
#endif /* DRIZZLED_PLUGIN_CONFIG_H */
27
30