OSDN Git Service

--cp932 オプション
[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 /* Shift_JIS \e$BHO0O30$NJ8;z$r!"\e(BCP932 \e$B$GF1CM$JJ8;z$KFI$_49$($k\e(B */
9 #define SHIFTJIS_CP932
10
11 /* \e$B%*%W%7%g%s$GF~NO$r;XDj$7$?;~$K!"J8;z%3!<%I$r8GDj$9$k\e(B */
12 #define INPUT_CODE_FIX
13
14 /* -OW \e$B%*%W%7%g%s\e(B */
15 /* by Satoru Takabayashi <ccsatoru@vega.aichi-u.ac.jp> */
16 #define OVERWRITE
17
18 /* --cap-input, --url-input, --numchar-input \e$B%*%W%7%g%s\e(B */
19 #define INPUT_OPTION
20
21 /* --debug, --no-output \e$B%*%W%7%g%s\e(B */
22 #define CHECK_OPTION
23
24 /* SunOS \e$B$N\e(B cc \e$B$r;H$&$H$-$O\e(B undef \e$B$K$7$F$/$@$5$$\e(B */
25 #define ANSI_C_PROTOTYPE
26
27 /******************************/
28 /* \e$B%G%U%)%k%H$N=PNO%3!<%IA*Br\e(B */
29 /* Select DEFAULT_CODE */
30 #define DEFAULT_CODE_JIS
31 /* #define DEFAULT_CODE_SJIS */
32 /* #define DEFAULT_CODE_EUC */
33 /* #define DEFAULT_CODE_UTF8 */
34 /******************************/
35
36 #endif /* _CONFIG_H_ */