/[mldonkey]/mldonkey/src/daemon/common/commonOptions.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/common/commonOptions.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59 by spiralvoice, Mon Jun 20 18:56:43 2005 UTC revision 1.60 by spiralvoice, Fri Jun 24 23:49:16 2005 UTC
# Line 1511  let _ = Line 1511  let _ =
1511    );    );
1512    option_hook client_buffer_size (fun _ ->    option_hook client_buffer_size (fun _ ->
1513        TcpBufferedSocket.max_buffer_size := maxi 50000 !!client_buffer_size        TcpBufferedSocket.max_buffer_size := maxi 50000 !!client_buffer_size
1514    )    );
1515      if Autoconf.has_gd then
1516        option_hook html_mods_vd_gfx_png (fun _ ->
1517          if not Autoconf.has_gd_png && !!html_mods_vd_gfx_png then html_mods_vd_gfx_png =:= false;
1518          if not Autoconf.has_gd_jpg && not !!html_mods_vd_gfx_png then html_mods_vd_gfx_png =:= true
1519        )
1520    
1521  let verbose_msg_clients = ref false  let verbose_msg_clients = ref false
1522  let verbose_msg_raw = ref false  let verbose_msg_raw = ref false

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26