projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ef3fe6
)
(HAVE_CHISE): Renamed from `CHISE'.
author
tomo
<tomo>
Mon, 6 Oct 2003 02:44:44 +0000
(
02:44
+0000)
committer
tomo
<tomo>
Mon, 6 Oct 2003 02:44:44 +0000
(
02:44
+0000)
(HAVE_LIBCHISE): New macro.
src/config.h.in
patch
|
blob
|
history
diff --git
a/src/config.h.in
b/src/config.h.in
index
cf2fd95
..
a9a1b8a
100644
(file)
--- a/
src/config.h.in
+++ b/
src/config.h.in
@@
-567,7
+567,10
@@
void *alloca ();
/* Define this if you want CHISE support
(CHaracter Information Service Environment) */
-#undef CHISE
+#undef HAVE_CHISE
+
+/* Define if you are using libchise */
+#undef HAVE_LIBCHISE
/* Define this if you want UTF-2000 support (character representation
based on character object model). */