~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Added code necessary for building plugins dynamically.
Merged in changes from lifeless to allow autoreconf to work.
Touching plugin.ini files now triggers a rebuid - so config/autorun.sh is no
longer required to be run after touching those.
Removed the duplicate plugin names - also removed the issue that getting them
different would silently fail weirdly later.

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