diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 59 |
1 files changed, 56 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index 825842d256a..b254b3263fd 100644 --- a/acconfig.h +++ b/acconfig.h @@ -18,6 +18,12 @@ #undef CRAY_STACKSEG_END +/* Define the default charset name */ +#undef MYSQL_DEFAULT_CHARSET_NAME + +/* Define the default charset name */ +#undef MYSQL_DEFAULT_COLLATION_NAME + /* Version of .frm files */ #undef DOT_FRM_VERSION @@ -63,6 +69,40 @@ /* READLINE: */ #undef HAVE_BSD_SIGNALS +/* 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_cp850 +#undef HAVE_CHARSET_cp852 +#undef HAVE_CHARSET_cp866 +#undef HAVE_CHARSET_dec8 +#undef HAVE_CHARSET_euckr +#undef HAVE_CHARSET_gb2312 +#undef HAVE_CHARSET_gbk +#undef HAVE_CHARSET_greek +#undef HAVE_CHARSET_hebrew +#undef HAVE_CHARSET_hp8 +#undef HAVE_CHARSET_keybcs2 +#undef HAVE_CHARSET_koi8r +#undef HAVE_CHARSET_koi8u +#undef HAVE_CHARSET_latin1 +#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_utf8 + /* ZLIB and compress: */ #undef HAVE_COMPRESS @@ -272,15 +312,28 @@ /* Use MySQL RAID */ #undef USE_RAID -/* Use strcoll() functions when comparing and sorting. */ -#undef USE_STRCOLL - /* Program version */ #undef VERSION /* READLINE: */ #undef VOID_SIGHANDLER +/* used libedit interface (can we dereference result of rl_completion_entry_function?) */ +#undef USE_LIBEDIT_INTERFACE + +/* used new readline interface (does rl_completion_func_t and rl_compentry_func_t defined?) */ +#undef USE_NEW_READLINE_INTERFACE + +/* macro for libedit */ +#undef HAVE_VIS_H +#undef HAVE_FGETLN +#undef HAVE_ISSETUGID +#undef HAVE_STRLCPY +#undef HAVE_GETLINE +#undef HAVE_FLOCKFILE +#undef HAVE_SYS_TYPES_H +#undef HAVE_SYS_CDEFS_H + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |