#ifdef SET_UID
# ifdef USG
# include <string.h>
# else
# include <strings.h>
extern char *strstr();
extern char *strchr();
extern char *strrchr();
# endif
#else
#endif