diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2018-01-20 16:29:10 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2018-01-21 01:34:11 +0000 |
commit | 18dcbadf2771cdb0c18509b14e4e73505b242753 (patch) | |
tree | 1ea6237b8f2c596d86d14f92d72716b579dfed07 /config.h.in | |
parent | Suppress error messages when ~/.w3m is unwritable (diff) | |
download | w3m-18dcbadf2771cdb0c18509b14e4e73505b242753.tar.gz w3m-18dcbadf2771cdb0c18509b14e4e73505b242753.zip |
Make temporary directory safely when ~/.w3m is unwritable
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 3b575e4..6ab3008 100644 --- a/config.h.in +++ b/config.h.in @@ -143,6 +143,7 @@ typedef long clen_t; #undef HAVE_SRANDOM #undef HAVE_GETPASSPHRASE #undef HAVE_CHDIR +#undef HAVE_MKDTEMP #undef HAVE_SETPGRP #undef HAVE_SETLOCALE #undef HAVE_LANGINFO_CODESET |