revert 2010-07-09T23:11:14Z!ai0867@gmail.com, ANA isn't ready yet

This commit is contained in:
Alexander van Gessel 2010-07-10 00:40:42 +01:00
parent a71dcb4de4
commit ed56bdce55
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ opts.AddVariables(
('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('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),
BoolVariable('use_network_ana', 'Use the new network api', True), BoolVariable('use_network_ana', 'Use the new network api', False),
BoolVariable('pool_alloc', 'Enable custom pool malloc', False), BoolVariable('pool_alloc', 'Enable custom pool malloc', 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', ""),

View File

@ -265,7 +265,7 @@ AC_ARG_WITH([fribidi],
AC_ARG_ENABLE([ana], AC_ARG_ENABLE([ana],
AS_HELP_STRING([--enable-ana], [use the experimental ANA networking framework (work-in-progress)]), AS_HELP_STRING([--enable-ana], [use the experimental ANA networking framework (work-in-progress)]),
[ana=$enableval], [ana=$enableval],
[ana=yes]) [ana=no])
AC_ARG_ENABLE([pool-alloc], AC_ARG_ENABLE([pool-alloc],
AS_HELP_STRING([--enable-pool-alloc], [enable the pool allocator]), AS_HELP_STRING([--enable-pool-alloc], [enable the pool allocator]),