?RCS: $Id$ ?RCS: ?RCS: Copyright (c) 2002 Jarkko Hietaniemi ?RCS: ?RCS: You may distribute under the terms of either the GNU General Public ?RCS: License or the Artistic License, as specified in the README file. ?RCS: ?MAKE:usecjk: Myread Oldconfig Setvar ?MAKE: -pick add $@ %< ?Y:TOP ?S:usecjk: ?S: This variable conditionally defines the USE_CJK symbol, ?S: and indicates that Perl should be built to use CJK. ?S:. ?C:USE_CJK: ?C: This symbol, if defined, indicates that Perl should ?C: be built to use the CJK support of Encode. ?C:. ?H:?%<:#ifndef USE_CJK ?H:?%<:#$usecjk USE_CJK /**/ ?H:?%<:#endif ?H:. ?LINT:set usecjk ?INIT:: set usecjk on the Configure command line to enable cjk. ?X: We should really have some explanatory text here, and some ?X: automatic setting of sensible defaults. : Check for CJK support case "$usecjk" in ''|$define|true|[yY]*) dflt='y';; *) dflt='n';; esac cat <