blob: 79d8faea62859a6fdd8543670b554689ffbbb18f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*-
* 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 $
* $FreeBSD$
*/
#include <paths.h>
#define _PATH_RED "/bin/red"
|