mirror of
https://github.com/MariaDB/server.git
synced 2025-07-10 04:22:00 +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:
@ -72,9 +72,10 @@ extern "C" {
|
||||
#undef HAVE_CRYPT
|
||||
#endif /* HAVE_OPENSSL */
|
||||
|
||||
/* Configure can't detect this because it uses AC_TRY_RUN */
|
||||
/* Netware has an ancient zlib */
|
||||
#undef HAVE_COMPRESS
|
||||
#define HAVE_COMPRESS
|
||||
#undef HAVE_ARCHIVE_DB
|
||||
|
||||
/* include the old function apis */
|
||||
#define USE_OLD_FUNCTIONS 1
|
||||
|
Reference in New Issue
Block a user