40
40
AC_DEFINE([USE_MB], 1, [Use multi-byte character routines])
41
41
AC_DEFINE(USE_MB_IDENT, [1], [ ])
44
AC_DEFINE(HAVE_CHARSET_utf8mb3, 1, [Define to enable ut8])
45
AC_DEFINE([USE_MB], 1, [Use multi-byte character routines])
46
AC_DEFINE(USE_MB_IDENT, 1)
49
44
AC_MSG_ERROR([Charset '$cs' not available. (Available are: $CHARSETS_AVAILABLE).
50
45
See the Installation chapter in the Reference Manual.])
69
64
UTFC="UTFC1 UTFC2 UTFC3 UTFC4 UTFC5 UTFC6 UTFC7 UTFC8 UTFC9"
70
65
default_charset_collations="$UTFC"
73
default_charset_default_collation="utf8mb3_general_ci"
74
if test "$default_collation" = "utf8mb3_general_cs"; then
75
# For those who explicitly desire "utf8mb3_general_cs", support it,
76
# and then also set the CPP switch enabling that code.
77
UTFC="utf8mb3_general_cs"
78
AC_DEFINE([HAVE_UTF8_GENERAL_CS], [1], [certain Japanese customer])
80
define(UTFC1, utf8mb3_general_ci utf8mb3_bin)
81
define(UTFC2, utf8mb3_czech_ci utf8mb3_danish_ci)
82
define(UTFC3, utf8mb3_esperanto_ci utf8mb3_estonian_ci utf8mb3_icelandic_ci)
83
define(UTFC4, utf8mb3_latvian_ci utf8mb3_lithuanian_ci)
84
define(UTFC5, utf8mb3_persian_ci utf8mb3_polish_ci utf8mb3_romanian_ci)
85
define(UTFC6, utf8mb3_sinhala_ci utf8mb3_slovak_ci utf8mb3_slovenian_ci)
86
define(UTFC7, utf8mb3_spanish2_ci utf8mb3_spanish_ci)
87
define(UTFC8, utf8mb3_swedish_ci utf8mb3_turkish_ci)
88
define(UTFC9, utf8mb3_unicode_ci)
89
UTFC="UTFC1 UTFC2 UTFC3 UTFC4 UTFC5 UTFC6 UTFC7 UTFC8 UTFC9"
91
default_charset_collations="$UTFC"
94
68
AC_MSG_ERROR([Charset $cs not available. (Available are: $CHARSETS_AVAILABLE).
95
69
See the Installation chapter in the Reference Manual.])