diff options
author | magnus@neptunus.(none) <> | 2004-04-14 17:17:51 +0200 |
---|---|---|
committer | magnus@neptunus.(none) <> | 2004-04-14 17:17:51 +0200 |
commit | 9b8a81de001f090c035f2ec8696c5f3591d8da2d (patch) | |
tree | 71565999bd020599fa9df4c02b3e9825a85b10c0 /acconfig.h | |
parent | 7736a1880132820b3ee7e71d0b15dd39339d6b88 (diff) | |
download | mariadb-git-9b8a81de001f090c035f2ec8696c5f3591d8da2d.tar.gz |
Check if NDB should be built to to support MySQL Cluster
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 |