mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-22 19:36:04 +00:00
scons: remove obsolete raw_sockets option
This commit is contained in:
parent
7e1798f342
commit
5a75a242c5
@ -82,7 +82,6 @@ opts.AddVariables(
|
|||||||
BoolVariable('prereqs','abort if prerequisites cannot be detected',True),
|
BoolVariable('prereqs','abort if prerequisites cannot be detected',True),
|
||||||
('program_suffix', 'suffix to append to names of installed programs',"$version_suffix"),
|
('program_suffix', 'suffix to append to names of installed programs',"$version_suffix"),
|
||||||
('version_suffix', 'suffix that will be added to default values of prefsdir, program_suffix and datadirname', ""),
|
('version_suffix', 'suffix that will be added to default values of prefsdir, program_suffix and datadirname', ""),
|
||||||
BoolVariable('raw_sockets', 'Set to use raw receiving sockets in the multiplayer network layer rather than the SDL_net facilities', False),
|
|
||||||
BoolVariable('forum_user_handler', 'Enable forum user handler in wesnothd', False),
|
BoolVariable('forum_user_handler', 'Enable forum user handler in wesnothd', False),
|
||||||
('server_gid', 'group id of the user who runs wesnothd', ""),
|
('server_gid', 'group id of the user who runs wesnothd', ""),
|
||||||
('server_uid', 'user id of the user who runs wesnothd', ""),
|
('server_uid', 'user id of the user who runs wesnothd', ""),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user