static int kim_error_init (void)
{
- add_error_table (&et_KIM_error_table);
+ add_error_table (&et_KIM_error_table);
+#if KIM_TO_KLL_SHIM
+ add_error_table (&et_KLL_error_table);
+#endif
return 0;
}
}
remove_error_table (&et_KIM_error_table);
+#if KIM_TO_KLL_SHIM
+ remove_error_table (&et_KLL_error_table);
+#endif
}
/* ------------------------------------------------------------------------ */
* or implied warranty.
*/
-#ifndef LEAN_CLIENT
+#ifdef KIM_TO_KLL_SHIM
#define KERBEROSLOGIN_DEPRECATED
-#endif /* LEAN_CLIENT */
+#endif /* KIM_TO_KLL_SHIM */
# $Copyright:
#
-# Copyright © 1998-1999 by the Massachusetts Institute of Technology.
+# Copyrigh 1998-2008 by the Massachusetts Institute of Technology.
#
# All rights reserved.
#