Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:POSIX

597 #ifdef POSIX
599 /* Hopefully if a system says it's POSIX.1 and has the setuid and setgid
600 functions, they work as POSIX.1 says. Some systems (Alpha OSF/1 1.2,
601 for example) which claim to be POSIX.1 also have the BSD setreuid and
602 setregid functions, but they don't work as in BSD and only the POSIX.1
608 #else /* Not POSIX. */
610 /* Some POSIX.1 systems have the seteuid and setegid functions. In a
611 POSIX-like system, they are the best thing to use. However, some
612 non-POSIX systems have them too but they do not work in the POSIX style
618 #endif /* POSIX. */