diff options
author | unknown <bar@mysql.com> | 2004-08-27 21:17:29 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-08-27 21:17:29 +0500 |
commit | 434d385ac17f2bfb553c112b5e19491d0bb0f876 (patch) | |
tree | 2d868802c9210e5d8536eda0f7bdc42318a70293 /acconfig.h | |
parent | 14f96b2f6059471cb2f1addb94ecfdcdb09bf071 (diff) | |
download | mariadb-git-434d385ac17f2bfb553c112b5e19491d0bb0f876.tar.gz |
Compile all charset conversion tables if --with-extra-charsets=all
or --with-extra-charsets=complex is given.
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 825842d256a..71dea4825f6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -281,6 +281,9 @@ /* READLINE: */ #undef VOID_SIGHANDLER +/* Define this if you want extra character set conversion table*/ +#undef DEFINE_ALL_CHARACTER_SETS + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |