Enable probes to work with Mac OS X Leopard and other OSes that will

Peter Eisentraut <peter_e@gmx.net>

Commit: a7b7b07af340c73adee9959edf260695591a9496
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2008-03-17T19:44:41Z
Releases: 8.4.0
Enable probes to work with Mac OS X Leopard and other OSes that will
support DTrace in the future.

Switch from using DTRACE_PROBEn macros to the dynamically generated macros.
Use "dtrace -h" to create a header file that contains the dynamically
generated macros to be used in the source code instead of the DTRACE_PROBEn
macros.  A dummy header file is generated for builds without DTrace support.

Author: Robert Lor <Robert.Lor@sun.com>

Files