23
23
/* The list of builtin plugins */
24
24
#define PANDORA_BUILTIN_LIST "@PANDORA_BUILTIN_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@"
29
30
/* The list of builtin plugins */
30
31
#define PANDORA_BUILTIN_SYMBOLS_LIST @PANDORA_BUILTIN_SYMBOLS_LIST@
32
34
#endif /* DRIZZLED_MODULE_LOAD_LIST_H */