diff options
author | unknown <magnus@neptunus.(none)> | 2004-04-14 17:17:51 +0200 |
---|---|---|
committer | unknown <magnus@neptunus.(none)> | 2004-04-14 17:17:51 +0200 |
commit | 501392277e0150685ed6dd49c29efe5f41c6a287 (patch) | |
tree | 71565999bd020599fa9df4c02b3e9825a85b10c0 /acconfig.h | |
parent | f6686a6e76a6aaa59744769ca1df1b41ff92b34e (diff) | |
download | mariadb-git-501392277e0150685ed6dd49c29efe5f41c6a287.tar.gz |
Check if NDB should be built to to support MySQL Cluster
acconfig.h:
Clear variable that defines if NDB Cluster should be supported
acinclude.m4:
Check for NDB Cluster included in the build
configure.in:
Check if NDB Cluster should be supported
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 b254b3263fd..88c9e54e713 100644 --- a/acconfig.h +++ b/acconfig.h @@ -149,6 +149,9 @@ /* Do we use user level threads */ #undef HAVE_mit_thread +/* Using Ndb Cluster DB */ +#undef HAVE_NDBCLUSTER_DB + /* For some non posix threads */ #undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC |