/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ */ #ifndef ←←PCR←pwd←h #define ←←PCR←pwd←h 1 #include <host/pwd.h> extern struct passwd * PCR←getpwuid(uid←t uid); extern struct passwd * PCR←getpwnam(char *name); #ifndef PCR←NO←RENAME # undef getpwuid # undef getpwnam # define getpwuid PCR←getpwuid # define getpwnam PCR←getpwnam #endif /* !PCR←NO←RENAME */ #endif /* !←←PCR←pwd←h */ /* $Log$ */