~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/plug.in

  • Committer: Andy Lester
  • Date: 2008-08-09 23:31:41 UTC
  • mto: (266.1.31 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 295.
  • Revision ID: andy@petdance.com-20080809233141-7qir713yfv7352q5
constĀ happiness

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DRIZZLE_PLUGIN(auth_pam,[PAM Authenication Plugin],
 
1
MYSQL_PLUGIN(auth_pam,[PAM Authenication Plugin],
2
2
        [PAM based authenication.])
3
 
DRIZZLE_PLUGIN_DYNAMIC(auth_pam,   [libauth_pam.la])
4
 
DRIZZLE_PLUGIN_ACTIONS(auth_pam,  [
 
3
MYSQL_PLUGIN_DYNAMIC(auth_pam,   [libauth_pam.la])
 
4
MYSQL_PLUGIN_ACTIONS(auth_pam,  [
5
5
  AC_CHECK_HEADERS(security/pam_appl.h)
6
6
  AM_CONDITIONAL(BUILD_AUTH_PAM,[test "$ac_cv_header_security_pam_appl_h" = "yes"])
7
7
  AS_IF([test "$ac_cv_header_security_pam_appl_h" = "no"],