xref: /csrg-svn/usr.bin/grep/egrep/pathnames.h (revision 42732)
137995Sbostic /*
237995Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337995Sbostic  * All rights reserved.
437995Sbostic  *
5*42732Sbostic  * %sccs.include.redist.c%
637995Sbostic  *
7*42732Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 06/01/90
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