diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index c6a67ac7f26..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 @@ -111,6 +114,9 @@ /* sigwait with one argument */ #undef HAVE_NONPOSIX_SIGWAIT +/* ORBIT */ +#undef HAVE_ORBIT + /* pthread_attr_setscope */ #undef HAVE_PTHREAD_ATTR_SETSCOPE @@ -160,9 +166,15 @@ /* new UNIXWARE7 threads that are not yet posix */ #undef HAVE_UNIXWARE7_POSIX +/* OpenSSL */ +#undef HAVE_OPENSSL + /* READLINE: */ #undef HAVE_USG_SIGHOLD +/* Virtual IO */ +#undef HAVE_VIO + /* Handling of large files on Solaris 2.6 */ #undef _LARGEFILE_SOURCE @@ -236,6 +248,9 @@ #undef USE_MB #undef USE_MB_IDENT +/* the pstack backtrace library */ +#undef USE_PSTACK + /* Use MySQL RAID */ #undef USE_RAID |