summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-09-30 05:25:06 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-10-02 02:48:48 +0000
commitd866897654588261ed8733ce10685e509cc36fb5 (patch)
tree416e6c0371bbcd3c3cd9aba2fcb91edb01a31b9f /config_h.SH
parentfc1e34ef4d3f6d72c8e17c636176f2e44b1aa9d5 (diff)
downloadperl-d866897654588261ed8733ce10685e509cc36fb5.tar.gz
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
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
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 <<!GROK!THIS! >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.