From 295f414b18c6d1c687913524c05025f23239ac97 Mon Sep 17 00:00:00 2001 From: Rei FURUKAWA Date: Sun, 29 Sep 2002 23:21:39 +0000 Subject: [PATCH] =?utf8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88?= =?utf8?q?=E3=81=AE=E5=87=BA=E5=8A=9B=E3=82=B3=E3=83=BC=E3=83=89=E9=81=B8?= =?utf8?q?=E6=8A=9E=E3=82=92=20config.h=20=E3=81=AB=E7=A7=BB=E5=8B=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.h b/config.h index 7c9bb81..e1d091d 100644 --- a/config.h +++ b/config.h @@ -18,4 +18,16 @@ /* --debug, --no-output オプション */ #define CHECK_OPTION +/* SunOS の cc を使うときは undef にしてください */ +#define ANSI_C_PROTOTYPE + +/******************************/ +/* デフォルトの出力コード選択 */ +/* Select DEFAULT_CODE */ +#define DEFAULT_CODE_JIS +/* #define DEFAULT_CODE_SJIS */ +/* #define DEFAULT_CODE_EUC */ +/* #define DEFAULT_CODE_UTF8 */ +/******************************/ + #endif /* _CONFIG_H_ */ -- 2.11.0