1/*	$NetBSD: cron.h,v 1.5 2008/02/16 07:26:00 matt Exp $	*/
2
3/* Copyright 1988,1990,1993,1994 by Paul Vixie
4 * All rights reserved
5 */
6
7/*
8 * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
9 * Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
10 *
11 * Permission to use, copy, modify, and distribute this software for any
12 * purpose with or without fee is hereby granted, provided that the above
13 * copyright notice and this permission notice appear in all copies.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
16 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17 * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
18 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
21 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22 */
23
24/* cron.h - header for vixie's cron
25 *
26 * Id: cron.h,v 1.6 2004/01/23 18:56:42 vixie Exp
27 *
28 * vix 14nov88 [rest of log is in RCS]
29 * vix 14jan87 [0 or 7 can be sunday; thanks, mwm@berkeley]
30 * vix 30dec86 [written]
31 */
32
33#define CRON_VERSION "V5.0"
34#include "config.h"
35#include "externs.h"
36#include "pathnames.h"
37#include "macros.h"
38#include "structs.h"
39#include "funcs.h"
40#include "globals.h"
41