Hi, ALL,
According to https://blogs.oracle.com/praks/entry/file_events_notification and Solaris File Event Notification | Rants about the Solaris OS Solaris has its own implementation of the subject.
Unfortunately it is available starting from version 11.
So my question is: how do I test for the Solaris version in configure and in the code (compile-time/runtime checks)? Since it is in the kernel I presume I don't need to check for its presence...
Thank you.