diff options
author | monty@hundin.mysql.fi <> | 2002-04-13 15:34:39 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-04-13 15:34:39 +0300 |
commit | b5a145d87290aad611c3aa71e5e9a736d467ec5a (patch) | |
tree | 6bb12842fb04d64fa854f04ec3d07da1e1f7c48b /acconfig.h | |
parent | e5866a7a316869d06677babdd45a62dfe6026db1 (diff) | |
parent | ee737d2fc2b2a1ec64e54146c986f2535314ae4e (diff) | |
download | mariadb-git-b5a145d87290aad611c3aa71e5e9a736d467ec5a.tar.gz |
merge
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index f52c38b2fdc..6ff8958670b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -18,6 +18,9 @@ #undef CRAY_STACKSEG_END +/* Define the default charset name */ +#undef DEFAULT_CHARSET_NAME + /* Version of .frm files */ #undef DOT_FRM_VERSION @@ -63,6 +66,41 @@ /* READLINE: */ #undef HAVE_BSD_SIGNALS +/* Define charsets you want */ +#undef HAVE_CHARSET_armscii8 +#undef HAVE_CHARSET_big5 +#undef HAVE_CHARSET_cp1251 +#undef HAVE_CHARSET_cp1257 +#undef HAVE_CHARSET_croat +#undef HAVE_CHARSET_czech +#undef HAVE_CHARSET_danish +#undef HAVE_CHARSET_dec8 +#undef HAVE_CHARSET_dos +#undef HAVE_CHARSET_estonia +#undef HAVE_CHARSET_euc_kr +#undef HAVE_CHARSET_gb2312 +#undef HAVE_CHARSET_gbk +#undef HAVE_CHARSET_german1 +#undef HAVE_CHARSET_greek +#undef HAVE_CHARSET_hebrew +#undef HAVE_CHARSET_hp8 +#undef HAVE_CHARSET_hungarian +#undef HAVE_CHARSET_koi8_ru +#undef HAVE_CHARSET_koi8_ukr +#undef HAVE_CHARSET_latin1 +#undef HAVE_CHARSET_latin1_de +#undef HAVE_CHARSET_latin2 +#undef HAVE_CHARSET_latin5 +#undef HAVE_CHARSET_sjis +#undef HAVE_CHARSET_swe7 +#undef HAVE_CHARSET_tis620 +#undef HAVE_CHARSET_ujis +#undef HAVE_CHARSET_usa7 +#undef HAVE_CHARSET_utf8 +#undef HAVE_CHARSET_win1250 +#undef HAVE_CHARSET_win1251ukr +#undef HAVE_CHARSET_win1251 + /* ZLIB and compress: */ #undef HAVE_COMPRESS |