lpmoo-1.2/etc/
lpmoo-1.2/mudlib/
lpmoo-1.2/mudlib/etc/
lpmoo-1.2/mudlib/include/
lpmoo-1.2/mudlib/include/moo/
lpmoo-1.2/mudlib/lpc/
lpmoo-1.2/mudlib/std/auto/
lpmoo-1.2/mudlib/std/bfuns/
/*
 * NAME:	perms.h
 * DESCRIPTION:	permission bits for various things
 */

# define P_READ		0x01
# define P_WRITE	0x02

# define P_FERTILE	0x04
# define P_CHOWN	0x04
# define P_EXECUTE	0x04

# define P_DEBUG	0x08