Searched defs:ON_UNIX (Results 1 – 2 of 2) sorted by relevance
58 use constant ON_UNIX => (!ON_WIN); constant
99 use constant ON_UNIX => ($^O ne 'MSWin32' and $^O ne 'MacOS' and $^O ne 'VMS'); constant