summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-13 17:14:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-13 17:14:17 +0000
commit9514c62b63b7afca8bfb22c2e26cd3413f1fa007 (patch)
treecc0d627de36b16941a8da8e72b9070c4a138f4a4 /perl.h
parentfd89e497d9261f4c36b30a96d9f5e9fe67facce5 (diff)
downloadperl-9514c62b63b7afca8bfb22c2e26cd3413f1fa007.tar.gz
Add Configure directive -Dusereentrant for Artur's ithreads work,
extremely experimental, not even prompted for. p4raw-id: //depot/perl@10569
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 457838f019..ba0c5c74fa 100644
--- a/perl.h
+++ b/perl.h
@@ -3809,6 +3809,8 @@ extern void moncontrol(int);
HAS_STRUCT_MSGHDR
HAS_STRUCT_CMSGHDR
+ USE_REENTRANT_API
+
so that Configure picks them up. */
#endif /* Include guard */