mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
12 lines
239 B
C
12 lines
239 B
C
/*-
|
|
* 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"
|