~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/load_list.h.in

  • Committer: Monty Taylor
  • Date: 2010-10-28 16:52:12 UTC
  • mto: (1890.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1891.
  • Revision ID: mordred@inaugust.com-20101028165212-z8uk8omdh4lp0992
Finalized the static/load_by_default split, supporting now an array of
available builtins and a list of builtins to load. Whee.

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
#define PANDORA_BUILTIN_LOAD_LIST "@PANDORA_BUILTIN_LOAD_LIST@"
25
26
/* List of plugins that should be loaded on startup if no
26
27
 * value is given for --plugin-load */
27
28
#define PANDORA_PLUGIN_LIST "@PANDORA_PLUGIN_LIST@"
28
29
 
29
30
/* The list of builtin plugins */
30
31
#define  PANDORA_BUILTIN_SYMBOLS_LIST @PANDORA_BUILTIN_SYMBOLS_LIST@
 
32
#define  PANDORA_BUILTIN_LOAD_SYMBOLS_LIST @PANDORA_BUILTIN_LOAD_SYMBOLS_LIST@
31
33
 
32
34
#endif /* DRIZZLED_MODULE_LOAD_LIST_H */
33
35