Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 123124
Collapse All | Expand All

(-)configure.c (-4 / +4 lines)
Lines 55-67 Link Here
55
		100 /* KB */, /* http_buffer_size */
55
		100 /* KB */, /* http_buffer_size */
56
		50, /* http_prebuffer */
56
		50, /* http_prebuffer */
57
		FALSE, /* use_proxy */
57
		FALSE, /* use_proxy */
58
		"", /* proxy_host */
58
		NULL, /* proxy_host */
59
		0, /* proxy_port */
59
		0, /* proxy_port */
60
		FALSE, /* proxy_use_auth */
60
		FALSE, /* proxy_use_auth */
61
		"", /* proxy_user */
61
		NULL, /* proxy_user */
62
		"", /* proxy_pass */
62
		NULL, /* proxy_pass */
63
		FALSE, /* save_http_stream */
63
		FALSE, /* save_http_stream */
64
		"", /* save_http_path */
64
		NULL, /* save_http_path */
65
		FALSE, /* cast_title_streaming */
65
		FALSE, /* cast_title_streaming */
66
		FALSE /* use_udp_channel */
66
		FALSE /* use_udp_channel */
67
	},
67
	},

Return to bug 123124