diff options
author | tim@black.box <> | 2001-10-09 18:11:44 -0400 |
---|---|---|
committer | tim@black.box <> | 2001-10-09 18:11:44 -0400 |
commit | c0cd0f484a696e169c63c14286dbb760fba4feec (patch) | |
tree | 305dc7d1714dcdcdf3f64ca1e68570c5d11ee6b8 /acconfig.h | |
parent | 2fc334c1da5938280b290020a5cd12f3a5d927cf (diff) | |
download | mariadb-git-c0cd0f484a696e169c63c14286dbb760fba4feec.tar.gz |
Add --without-isam configure switch.
Portability fix for mysqlmanager.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 341de4a2ceb..1e62d2a4248 100644 --- a/acconfig.h +++ b/acconfig.h @@ -81,6 +81,9 @@ /* Using Innobase DB */ #undef HAVE_INNOBASE_DB +/* Using old ISAM tables */ +#undef HAVE_ISAM + /* Define if we have GNU readline */ #undef HAVE_LIBREADLINE |