xref: /original-bsd/usr.sbin/cron/pathnames.h (revision aa99a780)
1eae83008Sbostic /*-
2*aa99a780Sbostic  * Copyright (c) 1989, 1993
3*aa99a780Sbostic  *	The Regents of the University of California.  All rights reserved.
4cfdea43aSbostic  *
5eae83008Sbostic  * %sccs.include.redist.c%
6cfdea43aSbostic  *
7*aa99a780Sbostic  *	@(#)pathnames.h	8.1 (Berkeley) 06/06/93
8cfdea43aSbostic  */
9cfdea43aSbostic 
108844202dSbostic #include <paths.h>
118844202dSbostic 
128844202dSbostic #define	_PATH_CRON	"/etc/crontab"
138844202dSbostic #define	_PATH_LCRON	"/etc/crontab.local"
14