From 3db8f154c4c6e098a5a0bdf7932e8f86fbd2c451 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sat, 19 Oct 2002 14:10:21 +0000 Subject: Happy chainsaw stories; The removal of the 5005 threads Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030 --- miniperlmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miniperlmain.c') diff --git a/miniperlmain.c b/miniperlmain.c index e2415d8a53..e7c74547cc 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -57,7 +57,7 @@ main(int argc, char **argv, char **env) PERL_SYS_INIT3(&argc,&argv,&env); -#if defined(USE_5005THREADS) || defined(USE_ITHREADS) +#if defined(USE_ITHREADS) /* XXX Ideally, this should really be happening in perl_alloc() or * perl_construct() to keep libperl.a transparently fork()-safe. * It is currently done here only because Apache/mod_perl have -- cgit v1.2.1