--- configure.c 2005-01-24 22:26:29.000000000 -0600 +++ configure_fixed.c 2006-02-16 20:46:52.000000000 -0600 @@ -55,13 +55,13 @@ 100 /* KB */, /* http_buffer_size */ 50, /* http_prebuffer */ FALSE, /* use_proxy */ - "", /* proxy_host */ + NULL, /* proxy_host */ 0, /* proxy_port */ FALSE, /* proxy_use_auth */ - "", /* proxy_user */ - "", /* proxy_pass */ + NULL, /* proxy_user */ + NULL, /* proxy_pass */ FALSE, /* save_http_stream */ - "", /* save_http_path */ + NULL, /* save_http_path */ FALSE, /* cast_title_streaming */ FALSE /* use_udp_channel */ },