Change 33045 by [EMAIL PROTECTED] on 2008/01/23 07:51:53
The return of USE_DTRACE
Affected files ...
... //depot/perl/config_h.SH#340 edit
... //depot/perl/handy.h#138 edit
Differences ...
==== //depot/perl/config_h.SH#340 (text) ====
Index: perl/config_h.SH
--- perl/config_h.SH#339~33038~ 2008-01-22 08:52:32.000000000 -0800
+++ perl/config_h.SH 2008-01-22 23:51:53.000000000 -0800
@@ -4440,6 +4440,12 @@
#$use64bitall USE_64_BIT_ALL /**/
#endif
+/* USE_DTRACE:
+ * This symbol, if defined, indicates that Perl should
+ * be built with support for DTrace.
+ */
+#$usedtrace USE_DTRACE /**/
+
/* USE_FAST_STDIO:
* This symbol, if defined, indicates that Perl should
* be built to use 'fast stdio'.
==== //depot/perl/handy.h#138 (text) ====
Index: perl/handy.h
--- perl/handy.h#137~32819~ 2008-01-03 09:42:27.000000000 -0800
+++ perl/handy.h 2008-01-22 23:51:53.000000000 -0800
@@ -177,7 +177,7 @@
#endif
/* HMB H.Merijn Brand - a placeholder for preparing Configure patches */
-#if defined(HAS_MALLOC_SIZE) && defined(LOCALTIME_R_NEEDS_TZSET) &&
defined(HAS_PSEUDOFORK)
+#if defined(HAS_MALLOC_SIZE) && defined(LOCALTIME_R_NEEDS_TZSET) &&
defined(HAS_PSEUDOFORK) && defined(USE_DTRACE)
/* Not (yet) used at top level, but mention them for metaconfig */
#endif
End of Patch.