summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-06-04 16:08:50 +0200
committerunknown <tomas@mc05.(none)>2004-06-04 16:08:50 +0200
commit7942677020d36bd5baafd8d765968921f348cdc2 (patch)
tree56882c7753d1e7e19296d6a037d0d65e43513856 /acconfig.h
parentbba051c8090ad6ed310720960ac68bff4b72a3b1 (diff)
downloadmariadb-git-7942677020d36bd5baafd8d765968921f348cdc2.tar.gz
moved ndb versioning to configure and fixed ndb docs make
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 2065cefdad9..db2a1a8755d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -278,6 +278,12 @@
/* mysql client protocoll version */
#undef PROTOCOL_VERSION
+/* ndb version */
+#undef NDB_VERSION_MAJOR
+#undef NDB_VERSION_MINOR
+#undef NDB_VERSION_BUILD
+#undef NDB_VERSION_STATUS
+
/* Define if qsort returns void */
#undef QSORT_TYPE_IS_VOID