diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-14 15:59:17 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-14 15:59:17 +0000 |
commit | a5ab3f27e084a5b0f887137ad3c16fe19f3ebba9 (patch) | |
tree | 7b8a0f2562bdb6430ddcd6ab6154589bbe0b7f86 /config.h.dist | |
parent | [w3m-dev 02832] external URI loader support (diff) | |
download | w3m-a5ab3f27e084a5b0f887137ad3c16fe19f3ebba9.tar.gz w3m-a5ab3f27e084a5b0f887137ad3c16fe19f3ebba9.zip |
[w3m-dev 02832] external URI loader support
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'config.h.dist')
-rw-r--r-- | config.h.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.dist b/config.h.dist index a55d00f..e1208ae 100644 --- a/config.h.dist +++ b/config.h.dist @@ -117,6 +117,7 @@ MODEL=Linux.i686-monster-ja #undef FTPPASS_HOSTNAMEGEN #undef USE_NNTP #undef USE_GOPHER +#define USE_EXTERNAL_URI_LOADER #undef USE_ALARM #define USE_HELP_CGI @@ -147,6 +148,8 @@ MODEL=Linux.i686-monster-ja #define SYS_MAILCAP "/etc/mailcap" #define USER_MIMETYPES "~/.mime.types" #define SYS_MIMETYPES "/usr/local/lib/mime.types" +#define USER_URIMETHODMAP RC_DIR "/urimethodmap" +#define SYS_URIMETHODMAP ETC_DIR "/urimethodmap" #define DEF_SAVE_FILE "index.html" |