Print this page
3882 remove xmod & friends

*** 202,213 **** int _plug_parseuser(const sasl_utils_t *utils, char **user, char **realm, const char *user_realm, const char *serverFQDN, const char *input); #ifdef _INTEGRATED_SOLARIS_ - /* EXPORT DELETE START */ - /* CRYPT DELETE START */ typedef void reg_sun_t(void *); #define REG_PLUG( X, Y ) { \ reg_sun_t *func = NULL; \ unsigned int l; \ --- 202,211 ----
*** 214,225 **** utils->getopt(utils->getopt_context, X, "reg_sun_plug", \ (const char **)&func, &l); \ if (func != NULL && l == 0) \ (*func)(Y); \ } - /* CRYPT DELETE END */ - /* EXPORT DELETE END */ int use_locale(const char *lang_list, int is_client); const char *convert_prompt(const sasl_utils_t *utils, void **h, const char *s); char *local_to_utf(const sasl_utils_t *utils, const char *s); #endif /* _INTEGRATED_SOLARIS_ */ --- 212,221 ----