~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Jay Pipes
  • Date: 2009-08-20 17:27:08 UTC
  • mfrom: (1093.9.22 pandora-build)
  • mto: This revision was merged to the branch mainline in revision 1120.
  • Revision ID: jpipes@serialcoder-20090820172708-48n4zi60lviywqj7
Merge and resolve conflicts on pandora build fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
*/
39
39
 
40
40
 
41
 
#ifndef DRIZZLE_DYNAMIC_PLUGIN
 
41
#ifndef PANDORA_DYNAMIC_PLUGIN
42
42
#define __DRIZZLE_DECLARE_PLUGIN(NAME, DECLS) \
43
43
drizzled::plugin::Manifest DECLS[]= {
44
44
#else