aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-01-15 15:58:02 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-01-15 15:58:02 +0000
commit469f0e306b5bc82e314c3b17201e4960a8d55e90 (patch)
tree0ee75eeaed4e167ef38bc235b3141aac66523292 /rc.c
parent[w3m-dev 02834] mailto: use external program (diff)
downloadw3m-469f0e306b5bc82e314c3b17201e4960a8d55e90.tar.gz
w3m-469f0e306b5bc82e314c3b17201e4960a8d55e90.zip
run make indent
Diffstat (limited to '')
-rw-r--r--rc.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/rc.c b/rc.c
index e6d0a10..d9be20a 100644
--- a/rc.c
+++ b/rc.c
@@ -1,4 +1,4 @@
-/* $Id: rc.c,v 1.26 2002/01/14 16:31:26 ukai Exp $ */
+/* $Id: rc.c,v 1.27 2002/01/15 15:58:02 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -154,9 +154,9 @@ static char *config_file = NULL;
#define CMT_SSL_KEY_FILE "SSLのクライアント用PEM形式秘密鍵ファイル"
#define CMT_SSL_CA_PATH "SSLの認証局のPEM形式証明書群のあるディレクトリへのパス"
#define CMT_SSL_CA_FILE "SSLの認証局のPEM形式証明書群のファイル"
-#endif /* USE_SSL_VERIFY */
+#endif /* USE_SSL_VERIFY */
#define CMT_SSL_FORBID_METHOD "使わないSSLメソッドのリスト(2: SSLv2, 3: SSLv3, t:TLSv1)"
-#endif /* USE_SSL */
+#endif /* USE_SSL */
#ifdef USE_COOKIE
#define CMT_USECOOKIE "クッキーを使用する"
#define CMT_ACCEPTCOOKIE "クッキーを受け付ける"
@@ -271,9 +271,9 @@ static char *config_file = NULL;
#define CMT_SSL_KEY_FILE "PEM encoded private key file of client"
#define CMT_SSL_CA_PATH "Path to a directory for PEM encoded certificates of CAs"
#define CMT_SSL_CA_FILE "File consisting of PEM encoded certificates of CAs"
-#endif /* USE_SSL_VERIFY */
+#endif /* USE_SSL_VERIFY */
#define CMT_SSL_FORBID_METHOD "List of forbidden SSL method (2: SSLv2, 3: SSLv3, t:TLSv1)"
-#endif /* USE_SSL */
+#endif /* USE_SSL */
#ifdef USE_COOKIE
#define CMT_USECOOKIE "Use Cookie"
#define CMT_ACCEPTCOOKIE "Accept Cookie"
@@ -536,10 +536,10 @@ struct param_ptr params7[] = {
NULL},
{"ssl_ca_file", P_SSLPATH, PI_TEXT, (void *)&ssl_ca_file, CMT_SSL_CA_FILE,
NULL},
-#endif /* USE_SSL_VERIFY */
+#endif /* USE_SSL_VERIFY */
{NULL, 0, 0, NULL, NULL, NULL},
};
-#endif /* USE_SSL */
+#endif /* USE_SSL */
#ifdef USE_COOKIE
struct param_ptr params8[] = {