]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/EvtGenBase/EvtPatches.hh
AliDecayer realisation for the EvtGen code and EvtGen itself.
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenBase / EvtPatches.hh
1 #if defined(SUNCC) && defined(_XOPEN_SOURCE) && ( _XOPEN_SOURCE - 0 == 500 )
2 #ifndef _CLOCK_T
3 #define _CLOCK_T
4 typedef long            clock_t; /* relative time in a specified resolution */
5 #endif  /* ifndef _CLOCK_T */
6 #endif