#include <sys/pex.h>
struct	label labelbot;
struct	label labelno;
struct	label labeltop;
struct	label labelyes;
struct	label *atolab(s) char *s; { return atolab(s); }
int	atopriv(s) char *s; { return 1; }
int	fmount5(n, fd, s, f, c) char *s; struct label *c; { return 1; }
char	*getstsrc(fd) { return ""; }
int	labEQ(x, y) struct label *x, *y; { return 1; }
int	labLE(x, y) struct label *x, *y; { return 1; }
struct	label labMAX(x, y) struct label *x, *y; { return *x; }
char	*labtoa(x) struct label *x; { return ""; }
char	*mkunique(s, m, fdp) char *s; int *fdp; { return ""; }
int	pex(fd, t, bufp) struct pexclude *bufp; { return 1; }
char	*pexpw(fd, s) char *s; { return ""; }
char	*privtoa(v) { return ""; }
int	seek(fd, o, p) long o; { return 1; }
int	setstsrc(fd, s) char *s; { return 1; }
int	syslog(a1, a2, a3) { return 1; }
long	tell(fd) { return 1L; }
int	unpex(fd, t) { return 1; }
int	unsafe(n, r, w) fd_set *r, *w; { return 1; }
