xref: /minix3/usr.bin/patch/pathnames.h (revision 757e83288ac54fa2d663d17e4a302156fdb3650a)
1*757e8328SLionel Sambuc /*
2*757e8328SLionel Sambuc  * $OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $
3*757e8328SLionel Sambuc  * $DragonFly: src/usr.bin/patch/pathnames.h,v 1.2 2008/08/11 00:04:12 joerg Exp $
4*757e8328SLionel Sambuc  * $NetBSD: pathnames.h,v 1.1 2008/09/19 18:33:34 joerg Exp $
5*757e8328SLionel Sambuc  */
6*757e8328SLionel Sambuc 
7*757e8328SLionel Sambuc /*
8*757e8328SLionel Sambuc  * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
9*757e8328SLionel Sambuc  * on July 29, 2003.
10*757e8328SLionel Sambuc  */
11*757e8328SLionel Sambuc 
12*757e8328SLionel Sambuc #include <paths.h>
13*757e8328SLionel Sambuc 
14*757e8328SLionel Sambuc #define	_PATH_ED		"/bin/ed"
15