~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/auth_pam.cc

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  @TODO: License?
23
23
*/
24
24
 
25
 
#include <drizzled/server_includes.h>
 
25
#include "config.h"
26
26
#include <drizzled/session.h>
27
27
#include <drizzled/plugin/authentication.h>
28
28
#include <security/pam_appl.h>
148
148
  return 0;
149
149
}
150
150
 
151
 
drizzle_declare_plugin
 
151
DRIZZLE_DECLARE_PLUGIN
152
152
{
 
153
  DRIZZLE_VERSION_ID,
153
154
  "pam",
154
155
  "0.1",
155
156
  "Brian Aker",
161
162
  NULL,   /* system variables */
162
163
  NULL    /* config options */
163
164
}
164
 
drizzle_declare_plugin_end;
 
165
DRIZZLE_DECLARE_PLUGIN_END;