John E. Malmberg [Fri, 17 Mar 2006 11:05:33 +0000 (06:05 -0500)]
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
441ADE4D.2090207@qsl.net>
p4raw-id: //depot/perl@27563
# define THREAD_CREATE_NEEDS_STACK (32*1024)
#endif
+#ifdef __VMS
+ /* Default is 1024 on VAX, 8192 otherwise */
+# define THREAD_CREATE_NEEDS_STACK (32*1024)
+#endif
+
#ifdef I_MACH_CTHREADS
/* cthreads interface */