components/apache2-modules/mod_dtrace/dtrace.conf
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 21 May 2015 16:35:22 -0700
changeset 4341 10335b2a1e5d
parent 278 77b380ba9d84
permissions -rw-r--r--
21131319 a few more things could have system-test targets


<IfDefine 64bit>
LoadModule dtrace_module libexec/64/mod_dtrace.so
</IfDefine>
<IfDefine !64bit>
LoadModule dtrace_module libexec/mod_dtrace.so
</IfDefine>