diff options
author | serg@serg.mylan <> | 2005-12-24 14:32:50 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-12-24 14:32:50 +0100 |
commit | d5d6b51422cdaf785eaad49e8e528b55211694c4 (patch) | |
tree | 4bc08a5252a4a63c4a02e5a992f1d071c1302e12 /include/config-netware.h | |
parent | 5bde71e4cbe68eddcb29883d65377ed87bda6b55 (diff) | |
download | mariadb-git-d5d6b51422cdaf785eaad49e8e528b55211694c4.tar.gz |
remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably scattered all over the source
Diffstat (limited to 'include/config-netware.h')
-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 |