summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-01-23 07:51:53 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-01-23 07:51:53 +0000
commit0a3c33ab0ff4b0086eda9a317695b0a506aedb3a (patch)
tree6c96beaf83b96fa55ab7e79c95cc6b885fdf7319 /config_h.SH
parentc57d4fd46ab089abd7af12df8894e86d724e19df (diff)
downloadperl-0a3c33ab0ff4b0086eda9a317695b0a506aedb3a.tar.gz
The return of USE_DTRACE
p4raw-id: //depot/perl@33045
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 5419d0c2bd..16160e5e07 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -4440,6 +4440,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$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'.