diff options
author | unknown <serg@serg.mylan> | 2005-12-24 14:32:50 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-12-24 14:32:50 +0100 |
commit | eb12c38b47b3952de3f752a93ec1e27b782a4c6f (patch) | |
tree | 4bc08a5252a4a63c4a02e5a992f1d071c1302e12 /include | |
parent | aa73647348c49704673740e92ef8e9fbcf6865b3 (diff) | |
download | mariadb-git-eb12c38b47b3952de3f752a93ec1e27b782a4c6f.tar.gz |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/config-netware.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config-netware.h b/include/config-netware.h index 7def0053bf2..f517e3c34d3 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -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 |