~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (1259.4.2 staging)
  • mto: This revision was merged to the branch mainline in revision 1271.
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef DRIZZLED_PLUGIN_CONFIG_H
21
 
#define DRIZZLED_PLUGIN_CONFIG_H
 
20
#ifndef DRIZZLED_PLUGIN_LOAD_LIST_H
 
21
#define DRIZZLED_PLUGIN_LOAD_LIST_H
22
22
 
23
23
/* The list of builtin plugins */
24
24
#define  PANDORA_BUILTIN_LIST @PANDORA_BUILTIN_LIST@
26
26
 * value is given for --plugin-load */
27
27
#define PANDORA_PLUGIN_LIST "@PANDORA_PLUGIN_LIST@"
28
28
 
29
 
#endif /* DRIZZLED_PLUGIN_CONFIG_H */
 
29
#endif /* DRIZZLED_PLUGIN_LOAD_LIST_H */
30
30