OSDN Git Service

いわゆる機種依存文字といわれていた部分のテーブルを追加
[nkf/nkf.git] / config.h
1 #ifndef _CONFIG_H_
2 #define _CONFIG_H_
3
4 /* UTF8 \e$BF~=PNO\e(B */
5 #define UTF8_INPUT_ENABLE
6 #define UTF8_OUTPUT_ENABLE
7
8 /* \e$B%*%W%7%g%s$GF~NO$r;XDj$7$?;~$K!"J8;z%3!<%I$r8GDj$9$k\e(B */
9 #define INPUT_CODE_FIX
10
11 /* -OW \e$B%*%W%7%g%s\e(B */
12 /* by Satoru Takabayashi <ccsatoru@vega.aichi-u.ac.jp> */
13 #define OVERWRITE
14
15 /* --cap-input, --url-input \e$B%*%W%7%g%s\e(B */
16 #define CAP_URL_OPTION
17
18 /* --debug, --no-output \e$B%*%W%7%g%s\e(B */
19 #define CHECK_OPTION
20
21 /* SunOS \e$B$N\e(B cc \e$B$r;H$&$H$-$O\e(B undef \e$B$K$7$F$/$@$5$$\e(B */
22 #define ANSI_C_PROTOTYPE
23
24 /******************************/
25 /* \e$B%G%U%)%k%H$N=PNO%3!<%IA*Br\e(B */
26 /* Select DEFAULT_CODE */
27 #define DEFAULT_CODE_JIS
28 /* #define DEFAULT_CODE_SJIS */
29 /* #define DEFAULT_CODE_EUC */
30 /* #define DEFAULT_CODE_UTF8 */
31 /******************************/
32
33 #endif /* _CONFIG_H_ */