xref: /csrg-svn/usr.bin/grep/egrep/pathnames.h (revision 62020)
137995Sbostic /*
2*62020Sbostic  * Copyright (c) 1989, 1993
3*62020Sbostic  *	The Regents of the University of California.  All rights reserved.
437995Sbostic  *
542732Sbostic  * %sccs.include.redist.c%
637995Sbostic  *
7*62020Sbostic  *	@(#)pathnames.h	8.1 (Berkeley) 06/06/93
837995Sbostic  */
937995Sbostic 
1037995Sbostic #include <paths.h>
1137995Sbostic 
1237995Sbostic #define	_PATH_EGREPSTD	"/usr/libexec/old.egrep"
1337995Sbostic #define	_PATH_GREPSTD	"/usr/libexec/old.bin.grep"
1437995Sbostic #define	_PATH_FGREPSTD	"/usr/libexec/old.fgrep"
15