1/*	$OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $	*/
2
3/*
4 * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
5 * on July 29, 2003.
6 */
7
8#include <paths.h>
9
10#define	_PATH_ED		"/bin/ed"
11#define	_PATH_MKDIR		"/bin/mkdir"
12