summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-05-27 16:28:41 +0000
committerunknown <tomas@poseidon.(none)>2004-05-27 16:28:41 +0000
commit29f3f5335d1809844fd88b953b98ee32f5022c5f (patch)
tree53ba7c3347f44416751ef25df92f5023078dc947 /acconfig.h
parent4688d39aaddd9c43e1f30b3f70717fe781e30577 (diff)
downloadmariadb-git-29f3f5335d1809844fd88b953b98ee32f5022c5f.tar.gz
ndb fixes see files
acconfig.h: added switched for shm sci in ndb acinclude.m4: added switched for shm sci in ndb configure.in: added dependency for ndblibs to mysql server ndb/src/common/transporter/Makefile.am: small fix ndb/src/common/transporter/Transporter.hpp: ndb_global for sci and shm defines
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 67e9d1759c6..54e0ff94e18 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -155,6 +155,12 @@
/* Using Ndb Cluster DB */
#undef HAVE_NDBCLUSTER_DB
+/* Including Ndb Cluster DB shared memory transporter */
+#undef NDB_SHM_TRANSPORTER
+
+/* Including Ndb Cluster DB sci transporter */
+#undef NDB_SCI_TRANSPORTER
+
/* For some non posix threads */
#undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC