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:	dbloader.h
 * DESCRIPTION:	constants for dbloader.c
 */

# define V_NAME		0
# define V_OWNER	1
# define V_PERMS	2
# define V_PREP		3
# define V__SIZE	4

# define P_VALUE	0
# define P_OWNER	1
# define P_PERMS	2
# define P__SIZE	3

# define PREP_NONE	0
# define PREP_ANY	1
# define PREP_THIS	2

# define O_NAME		0
# define O_FLAGS	1
# define O_OWNER	2
# define O_LOCATION	3
# define O_PARENT	4
# define O_VERBDEFS	5
# define O_PROPDEFS	6
# define O_PROPVALS	7
# define O__SIZE	8