1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably scattered all over the source

include/config-netware.h:
  put undef HAVE_ARCHIVE_DB where it belongs
This commit is contained in:
unknown
2005-12-24 14:32:50 +01:00
parent aa73647348
commit eb12c38b47
4 changed files with 7 additions and 6 deletions

View File

@ -6323,7 +6323,7 @@ static void mysql_init_variables(void)
#else
have_example_db= SHOW_OPTION_NO;
#endif
#if defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)
#if defined(HAVE_ARCHIVE_DB)
have_archive_db= SHOW_OPTION_YES;
#else
have_archive_db= SHOW_OPTION_NO;