Author: bernhard
Date: Tue Mar 14 11:35:40 2006
New Revision: 11901
Modified:
trunk/Configure.pl
trunk/MANIFEST
trunk/config/gen/config_h/config_h.in
Log:
#37388: [TODO] build - remove -expnetwork from Configure
--expnetwork is gone now
Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl (original)
+++ trunk/Configure.pl Tue Mar 14 11:35:40 2006
@@ -228,11 +228,6 @@
Build parrot assuming only pure ANSI C is available.
-=item C<--expnetwork>
-
-Enable experimental networking. This is an unused option and should probably be
-removed.
-
=back
=head1 SEE ALSO
@@ -353,7 +348,6 @@
--maintainer Create imcc's parser and lexer files. Needs a working
parser and lexer.
--miniparrot Build parrot assuming only pure ANSI C is available
- --expnetwork Enable experimental networking (unused)
EOT
exit;
@@ -398,7 +392,6 @@
inter::encoding
inter::types
inter::ops
- inter::exp
inter::pmc
auto::alignptrs
auto::headers
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Tue Mar 14 11:35:40 2006
@@ -263,7 +263,6 @@
config/init/hints/netbsd.pm []
config/inter/charset.pm []
config/inter/encoding.pm []
-config/inter/exp.pm []
config/inter/lex.pm []
config/inter/libparrot.pm []
config/inter/make.pm []
Modified: trunk/config/gen/config_h/config_h.in
==============================================================================
--- trunk/config/gen/config_h/config_h.in (original)
+++ trunk/config/gen/config_h/config_h.in Tue Mar 14 11:35:40 2006
@@ -122,12 +122,6 @@
#define [EMAIL PROTECTED]@ 1
#define [EMAIL PROTECTED]@ 1
-/*
- * Switches to turn on/off new code so people can compile
- * the core with minimal breakage.
- */
-#define EXP_NETWORKING @expnetworking@
-
/* Oplib and dynamic ops related. */
#define PARROT_CORE_OPLIB_NAME "core"
#define PARROT_CORE_OPLIB_INIT [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL
PROTECTED]@