{
/* Portable-specific options */
if (options->use_pam == -1)
#ifdef USE_PAM
options->use_pam = 1;
#else
options->use_pam = 0;
#endif
/* Standard Options */
if (options->protocol == SSH_PROTO_UNKNOWN)