diff options
author | ache <ache@FreeBSD.org> | 2000-06-11 03:26:08 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-06-11 03:26:08 +0000 |
commit | 6386cccbf1ee4f0cb411448108a976f24e9a76a2 (patch) | |
tree | 024a8eaba04eb53ce4259f493511c53a8b552d0b /bin/csh | |
parent | 41ff0cf69369bdc738ed42d51e7cda113ff55624 (diff) | |
download | FreeBSD-src-6386cccbf1ee4f0cb411448108a976f24e9a76a2.zip FreeBSD-src-6386cccbf1ee4f0cb411448108a976f24e9a76a2.tar.gz |
Activate Japanese NLS and KANJI support
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/Makefile | 3 | ||||
-rw-r--r-- | bin/csh/config.h | 2 | ||||
-rw-r--r-- | bin/csh/config_p.h | 2 | ||||
-rw-r--r-- | bin/csh/nls/Makefile | 6 |
4 files changed, 1 insertions, 12 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 9eb9c7e..61d096f 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -12,9 +12,6 @@ TCSHDIR= ${.CURDIR}/../../contrib/tcsh PROG= csh SUBDIR= nls DFLAGS= -D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"' -.if defined(WANT_KANJI) -DFLAGS+= -DWANT_KANJI -.endif CFLAGS+= -I${TCSHDIR} -I${.CURDIR} -I. ${DFLAGS} SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \ sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \ diff --git a/bin/csh/config.h b/bin/csh/config.h index 23a2585..836e5d4 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -153,10 +153,8 @@ # define NLS_CATALOGS #endif -#ifdef WANT_KANJI #define KANJI #define DSPMBYTE -#endif #endif /* _h_config */ /* config.h.in. Generated automatically from configure.in by autoheader. */ diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index 23a2585..836e5d4 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.h @@ -153,10 +153,8 @@ # define NLS_CATALOGS #endif -#ifdef WANT_KANJI #define KANJI #define DSPMBYTE -#endif #endif /* _h_config */ /* config.h.in. Generated automatically from configure.in by autoheader. */ diff --git a/bin/csh/nls/Makefile b/bin/csh/nls/Makefile index dc874d5..9f1e4c53 100644 --- a/bin/csh/nls/Makefile +++ b/bin/csh/nls/Makefile @@ -1,10 +1,6 @@ # $FreeBSD$ -SUBDIR= finnish french german italian spanish - -.if defined(WANT_KANJI) -SUBDIR+= ja -.endif +SUBDIR= finnish french ja german italian spanish # We are not ready for greek yet #SUBDIR+= greek |