This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Further eliminate POSIX-emulation under LinuxThreads
[perl5.git] / hints / README.hints
index 9b49a39..af31dd9 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-README.hints
+README.hints - hint files used by Configure
 
 =head1 DESCRIPTION
 
@@ -303,6 +303,13 @@ variable in question is defined; however, this may change, so the scheme in
 hints/solaris_2.sh of checking to see if uselongdouble is defined is a good
 idea.
 
+=item Call status
+
+Call-backs are only called always, even if the value for the call-back is
+uset: UU/usethreads.cbu is called when Configure is about to deal with
+threads. All created call-backs from hints should thus check the status
+of the variable, and act upon it.
+
 =item Future status
 
 I hope this "call-back" scheme is simple enough to use but powerful