diff options
author | mikef@nslinux.bedford.progress.com <> | 2001-03-21 15:34:16 -0500 |
---|---|---|
committer | mikef@nslinux.bedford.progress.com <> | 2001-03-21 15:34:16 -0500 |
commit | d145a6b97e3306abf6ed36725748f255dcfa4ba5 (patch) | |
tree | 5306fccfc0c0c42aabf0e2dd6bf883cdecc3ed03 /acconfig.h | |
parent | 3c48448042457edca9c7559d9a6bed24485ddc86 (diff) | |
download | mariadb-git-d145a6b97e3306abf6ed36725748f255dcfa4ba5.tar.gz |
Add support for Gemini table handler, Monty has checked and approved
Fix bug when read return error
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 967127d22cb..12024a344b0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -117,6 +117,9 @@ /* POSIX readdir_r */ #undef HAVE_READDIR_R +/* Have Gemini db installed */ +#undef HAVE_GEMINI_DB + /* POSIX sigwait */ #undef HAVE_SIGWAIT |