Here is a rather trivial patch that updates one of the files
in the "vos" subdir.
I keep an old copy of config_h.SH in there so I can see what
changes. (It has a funky name to prevent various clever bits
of Makefile trickery from recognizing it.) This lets me
update my own private copy of config.h easily. This patch
updates my copy of config_h.SH to be the same as the version
in the main directory; no changes are needed to any other
files.
I do not support the native (Configure-based) build method for
this release of perl. However, when perl5.005_03 is built
using the scripts found in the vos subdir, it builds just fine
on current releases of VOS.
p4raw-id: //depot/maint-5.005/perl@22210
* This symbol, if defined, indicates to the C program that it should
* include <mach/cthreads.h>.
*/
-/*#define I_MACH_CTHREADS /**/
+#$i_machcthreads I_MACH_CTHREADS /**/
/* I_PTHREAD:
* This symbol, if defined, indicates to the C program that it should
* include <pthread.h>.
*/
-/*#define I_PTHREAD /**/
+#$i_pthread I_PTHREAD /**/
/* HAS_PTHREAD_YIELD:
* This symbol, if defined, indicates that the pthread_yield