()
| 180 | return osType == GNU; |
| 181 | } |
| 182 | public static final boolean iskFreeBSD() { |
| 183 | return osType == KFREEBSD; |
| 184 | } |
| 185 | public static final boolean isX11() { |
| 186 | // TODO: check filesystem for /usr/X11 or some other X11-specific test |
| 187 | return !Platform.isWindows() && !Platform.isMac(); |
no outgoing calls
no test coverage detected