diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:03:29 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:03:29 +0000 |
commit | 9090972ad669cb40634a2d9e683953a4e20af34d (patch) | |
tree | 24c4d8d1765857bbb0b25d3f1123e602c300f04d /debian/config.param | |
parent | Releasing debian version 0.1.10+0.1.11pre+kokb23-4 (diff) | |
download | w3m-9090972ad669cb40634a2d9e683953a4e20af34d.tar.gz w3m-9090972ad669cb40634a2d9e683953a4e20af34d.zip |
Releasing debian version 0.3-2.4debian/0.3-2.4
Diffstat (limited to 'debian/config.param')
-rw-r--r-- | debian/config.param | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/debian/config.param b/debian/config.param new file mode 100644 index 0000000..1a53e21 --- /dev/null +++ b/debian/config.param @@ -0,0 +1,57 @@ +bindir='/usr/bin' +libdir='/usr/lib/w3m' +helpdir='/usr/share/w3m' +sysconfdir='/etc/w3m' +lang=JA +display_code=E +system_code=E +use_lynx_key=n +kanji_symbols=y +use_ansi_color=y +dmodel=5 +use_color=y +use_mouse=y +use_menu=y +use_cookie=y +use_ssl=y +use_ssl_verify=y +use_nntp=y +use_gopher=y +use_alarm=y +use_mark=y +use_dict=y +use_history=y +use_migemo=y +use_external_uri_loader=y +use_w3mmailer=y +use_bg_color=y +format_nice=n +id_ext=y +use_bufinfo=y +use_egd=y +enable_remove_trailingspaces=n +menu_thin_frame=n +emacs_like_lineedit=y +vi_prec_num=y +label_topline=y +nextpage_topline=y +ftppass_hostnamegen=y +table_expand=n +table_no_compact=n +nowrap=y +matrix=y +ded='/usr/bin/vi' +dmail='/usr/bin/mailx' +dbrowser='/usr/X11R6/bin/netscape' +dcc='gcc' +dcflags='-O2 -DDEBIAN' +dtermlib='-lncurses' +dldflags='' +use_help_cgi=y +use_bundled_gclib=n +def_audio_player='showaudio' +def_image_viewer='display' +def_migemo_command='migemo -t egrep /usr/share/migemo/migemo-dict' +use_ipv6=y +use_image=y + |