Home | History | Annotate | Download | only in openssh

Lines Matching refs:USE_PAM

80 	options->use_pam = -1;
200 if (options->use_pam == -1)
201 options->use_pam = 0;
439 #ifdef USE_PAM
1014 intptr = &options->use_pam;
2238 #ifdef USE_PAM
2239 dump_cfg_fmtint(sUsePAM, o->use_pam);