~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/gearman_udf.cc

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
 
#include "drizzled/server_includes.h"
 
16
#include "config.h"
17
17
#include "drizzled/plugin/function.h"
18
18
 
19
19
#include "gman_servers_set.h"
70
70
  return 0;
71
71
}
72
72
 
73
 
drizzle_declare_plugin
 
73
DRIZZLE_DECLARE_PLUGIN
74
74
{
 
75
  DRIZZLE_VERSION_ID,
75
76
  "gearman_udf",
76
77
  "0.1",
77
78
  "Eric Day",
83
84
  NULL,   /* system variables */
84
85
  NULL    /* config options */
85
86
}
86
 
drizzle_declare_plugin_end;
 
87
DRIZZLE_DECLARE_PLUGIN_END;