/* defs.h */

/*
 * This file contains some definitions used by the source code for the
 * rmuser command.
 */

#define		BSIZE		256		/* size of input buffer */
#define		FBSIZE		1024		/* size of line buffer  */
#define		BUFSIZE		512		/* size of file buffer  */

#define		FIL_PROT	0644		/* file protection      */

#define		PWDFIL		"/etc/passwd"
#define		TMPPWDFIL	"/etc/passwd.tmp"
#define		GRPFIL		"/etc/group"
#define		TMPGRPFIL	"/etc/group.tmp"
#define		PROFILE		".profile"
