~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/auth_pam.cc

  • Committer: Monty Taylor
  • Date: 2008-12-20 23:44:07 UTC
  • mto: (722.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 727.
  • Revision ID: monty@inaugust.com-20081220234407-585wdrdd1vxqqzam
Removed all the setting of DEFS everywhere. Use configmake.h to get the values
we need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  Sections of this where taken/modified from mod_auth_path for Apache
5
5
*/
6
6
 
7
 
#define DRIZZLE_SERVER 1
8
7
#include <drizzled/server_includes.h>
9
8
#include <drizzled/session.h>
10
9
#include <drizzled/plugin_authentication.h>