pass flags from device close to l_close
[unix-history] / usr / src / usr.sbin / cron / pathnames.h
CommitLineData
cf1d1622 1/*-
8e1536df
KB
2 * Copyright (c) 1989 The Regents of the University of California.
3 * All rights reserved.
4 *
cf1d1622 5 * %sccs.include.redist.c%
8e1536df 6 *
cf1d1622 7 * @(#)pathnames.h 5.3 (Berkeley) %G%
8e1536df
KB
8 */
9
7abf8d65
KB
10#include <paths.h>
11
12#define _PATH_CRON "/etc/crontab"
13#define _PATH_LCRON "/etc/crontab.local"