]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/EvtGenBase/EvtPatches.hh
Removing the flat makefiles
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenBase / EvtPatches.hh
CommitLineData
da0e9ce3 1#if defined(SUNCC) && defined(_XOPEN_SOURCE) && ( _XOPEN_SOURCE - 0 == 500 )
2#ifndef _CLOCK_T
3#define _CLOCK_T
4typedef long clock_t; /* relative time in a specified resolution */
5#endif /* ifndef _CLOCK_T */
6#endif