From d866897654588261ed8733ce10685e509cc36fb5 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 30 Sep 1998 05:25:06 +0300 Subject: minor Configure tweaks (via private mail) Message-Id: <199809292325.CAA19737@alpha.hut.fi> Subject: [PATCH] 5.005_52: the drizzle continues p4raw-id: //depot/perl@1910 --- config_h.SH | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config_h.SH') diff --git a/config_h.SH b/config_h.SH index 37b3ebf4b7..a8da853772 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2286,6 +2286,12 @@ sed <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_pthreads_created_joinable PTHREADS_CREATED_JOINABLE /**/ +/* MULTIPLICITY: + * This symbol, if defined, indicates that Perl should + * be built to use multiplicity. + */ +#$usemultiplicity MULTIPLICITY /**/ + /* USE_THREADS: * This symbol, if defined, indicates that Perl should * be built to use threads. -- cgit v1.2.1