2013-01-29 17:03:18 +00:00
|
|
|
/*-
|
|
|
|
* Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
|
|
|
|
* on July 29, 2003.
|
|
|
|
*
|
|
|
|
* $OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $
|
2013-01-29 20:05:16 +00:00
|
|
|
* $FreeBSD$
|
2013-01-29 17:03:18 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#include <paths.h>
|
|
|
|
|
2015-08-05 22:04:54 +00:00
|
|
|
#define _PATH_RED "/bin/red"
|