diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-05-26 20:22:23 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-05-26 20:22:23 +0500 |
commit | 720584b0c6eb435fa87b5da42578f214d83735d1 (patch) | |
tree | 44e581c5024f3bc227c59de0debb99b118fac076 /acconfig.h | |
parent | 12604089b6acd8242a506d021449bdc515b72e14 (diff) | |
download | mariadb-git-720584b0c6eb435fa87b5da42578f214d83735d1.tar.gz |
--with-charset was not up to date
ctype_ucs2 and ctype_ujis were skipped in mistake
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/acconfig.h b/acconfig.h index 5f47365709c..6bd017bbbce 100644 --- a/acconfig.h +++ b/acconfig.h @@ -68,40 +68,37 @@ /* Define charsets you want */ #undef HAVE_CHARSET_armscii8 +#undef HAVE_CHARSET_ascii #undef HAVE_CHARSET_big5 +#undef HAVE_CHARSET_cp1250 #undef HAVE_CHARSET_cp1251 +#undef HAVE_CHARSET_cp1256 #undef HAVE_CHARSET_cp1257 -#undef HAVE_CHARSET_croat -#undef HAVE_CHARSET_czech -#undef HAVE_CHARSET_danish +#undef HAVE_CHARSET_cp850 +#undef HAVE_CHARSET_cp852 +#undef HAVE_CHARSET_cp866 #undef HAVE_CHARSET_dec8 -#undef HAVE_CHARSET_dos -#undef HAVE_CHARSET_estonia -#undef HAVE_CHARSET_euc_kr +#undef HAVE_CHARSET_euckr #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_keybcs2 +#undef HAVE_CHARSET_koi8r +#undef HAVE_CHARSET_koi8u #undef HAVE_CHARSET_latin1 -#undef HAVE_CHARSET_latin1_de #undef HAVE_CHARSET_latin2 #undef HAVE_CHARSET_latin5 +#undef HAVE_CHARSET_latin7 +#undef HAVE_CHARSET_macce +#undef HAVE_CHARSET_macroman #undef HAVE_CHARSET_sjis #undef HAVE_CHARSET_swe7 #undef HAVE_CHARSET_tis620 #undef HAVE_CHARSET_ucs2 #undef HAVE_CHARSET_ujis -#undef HAVE_CHARSET_usa7 #undef HAVE_CHARSET_utf8 -#undef HAVE_CHARSET_win1250 -#undef HAVE_CHARSET_win1250ch -#undef HAVE_CHARSET_win1251ukr -#undef HAVE_CHARSET_win1251 /* ZLIB and compress: */ #undef HAVE_COMPRESS |