HAVE_CHISE to specify using with libchise.
*/
(ccs))
{
-#ifdef HAVE_CHISE
+#ifdef HAVE_LIBCHISE
CHISE_CCS chise_ccs;
#else
Lisp_Object db_file;
ccs = Fget_charset (ccs);
-#ifdef HAVE_CHISE
+#ifdef HAVE_LIBCHISE
if ( open_chise_data_source_maybe () )
return -1;
#endif
if (
-#ifdef HAVE_CHISE
+#ifdef HAVE_LIBCHISE
chise_ccs_setup_db (chise_ccs, 0) == 0
#else
!NILP (Ffile_exists_p (db_file))