Try to determine if we run on Unix and probably can rely on POSIX compliance
Operating system seems to be Unix
function is_unix() !> Operating system seems to be Unix logical :: is_unix is_unix = .not. is_windows() end function is_unix