1246074Sgabor/*-
2246074Sgabor * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
3246074Sgabor * on July 29, 2003.
4246074Sgabor *
5246074Sgabor * $OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $
6246091Sdelphij * $FreeBSD: releng/10.2/usr.bin/patch/pathnames.h 286350 2015-08-05 22:05:12Z delphij $
7246074Sgabor */
8246074Sgabor
9246074Sgabor
10246074Sgabor#include <paths.h>
11246074Sgabor
12286350Sdelphij#define	_PATH_RED		"/bin/red"
13