diff options
author | tim@threads.polyesthetic.msg <> | 2001-02-19 20:13:17 -0500 |
---|---|---|
committer | tim@threads.polyesthetic.msg <> | 2001-02-19 20:13:17 -0500 |
commit | 1717437382626492eb03575f71e1641af5e7cae6 (patch) | |
tree | 3e16ad05aae1c1841b1980db8b815b2f3f44ff94 /acconfig.h | |
parent | d25308e4dce3b0f40dbb04c9f26280139035c747 (diff) | |
download | mariadb-git-1717437382626492eb03575f71e1641af5e7cae6.tar.gz |
Portability and bug fixes for Innobase.
Add --with-innobase-db to configure.
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 f56627efdc9..967127d22cb 100644 --- a/acconfig.h +++ b/acconfig.h @@ -78,6 +78,9 @@ /* Define if int8, int16 and int32 types exist */ #undef HAVE_INT_8_16_32 +/* Using Innobase DB */ +#undef HAVE_INNOBASE_DB + /* Define if we have GNU readline */ #undef HAVE_LIBREADLINE |