+2003-03-07 Alexandra Ellwood <lxs@mit.edu>
+
+ * gss_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro
+ to !USE_BUNDLE_ERROR_STRINGS so Darwin based builds get com_err
+ style error tables.
+
2003-03-06 Alexandra Ellwood <lxs@mit.edu>
* gss_libinit.c: Removed Mac header goober.
{
if (!initialized) {
-#if !TARGET_OS_MAC || USE_HARDCODED_FALLBACK_ERROR_TABLES
+#if !USE_BUNDLE_ERROR_STRINGS
add_error_table(&et_k5g_error_table);
add_error_table(&et_ggss_error_table);
#endif
(void) kg_release_defcred (&min_stat);
-#if !TARGET_OS_MAC || USE_HARDCODED_FALLBACK_ERROR_TABLES
+#if !USE_BUNDLE_ERROR_STRINGS
remove_error_table(&et_k5g_error_table);
remove_error_table(&et_ggss_error_table);
#endif