![](https://secure.gravatar.com/avatar/4793806f3b6ea0a361d6cddd42d0d989.jpg?s=120&d=mm&r=g)
On 03-10-2006 12:18:30 +0200, Stefan Manegold wrote:
Hi Riham,
On Tue, Oct 03, 2006 at 11:50:36AM +0200, Riham wrote:
Hi Stefan,
I had to install openSUSE 10.2 *Alpha4* since I have a new hardware and only this version of Suse has the driver to support it.
I see --- and other distributions (e.g., Fedora Core 5 (or 6 final release available within a week from now)) don't support your HW either?
No distro evangelism, please!
gcc --version => gcc (GCC) 4.1.2 20060829 (prerelease) (SUSE Linux)
Ahh... not as bleeding edge as I thought :)
/* This defines CLOCKS_PER_SEC, which is the number of processor clock ticks per second. */ # include
/* This is the obsolete POSIX.1-1988 name for the same constant. */ # if !defined __STRICT_ANSI__ && !defined __USE_XOPEN2K # ifndef CLK_TCK # define CLK_TCK CLOCKS_PER_SEC # endif # endif
The same is in the FC4 headers. Sounds like we should get rid of CLK_TCK, if I understand the comment correctly.