diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-13 10:36:38 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-13 11:22:04 +0000 |
commit | c7040ae3ada22c7a47253e59e8a354a0b1b18e00 (patch) | |
tree | 3d8ede2bb031c0ac51a26039abe98c8ac3dd246c /config.h.in | |
parent | Doc fix (diff) | |
download | w3m-c7040ae3ada22c7a47253e59e8a354a0b1b18e00.tar.gz w3m-c7040ae3ada22c7a47253e59e8a354a0b1b18e00.zip |
Add auto-detection of ssl_ca_file by configure
cf. gnutls-trustfiles in Emacs 27.1
<https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/gnutls.el?h=emacs-27.1#n106>
Diffstat (limited to '')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 70e1aef..8a3829d 100644 --- a/config.h.in +++ b/config.h.in @@ -61,6 +61,7 @@ #undef USE_DIGEST_AUTH #undef USE_SSL #undef USE_SSL_VERIFY +#define DEF_CAFILE "@DEF_CAFILE@" #undef USE_HELP_CGI #undef USE_EXTERNAL_URI_LOADER #undef USE_W3MMAILER |