+2003-03-07 Alexandra Ellwood <lxs@mit.edu>
+
+ * krb5_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>
* krb5_libinit.c: Removed Mac OS X header goober. Conditionalize
{
if (!initialized) {
-#if !TARGET_OS_MAC || USE_HARDCODED_FALLBACK_ERROR_TABLES
+#if !USE_BUNDLE_ERROR_STRINGS
add_error_table(&et_krb5_error_table);
add_error_table(&et_kv5m_error_table);
add_error_table(&et_kdb5_error_table);
krb5_stdcc_shutdown();
#endif
-#if !TARGET_OS_MAC || USE_HARDCODED_FALLBACK_ERROR_TABLES
+#if !USE_BUNDLE_ERROR_STRINGS
remove_error_table(&et_krb5_error_table);
remove_error_table(&et_kv5m_error_table);
remove_error_table(&et_kdb5_error_table);