Print this page
3882 remove xmod & friends

@@ -202,12 +202,10 @@
 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; \

@@ -214,12 +212,10 @@
         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_ */