Deleted Added
full compact
pathnames.h (22997) pathnames.h (50479)
1/* Copyright 1993,1994 by Paul Vixie
2 * All rights reserved
3 *
4 * Distribute freely, except: don't remove my name from the source or
5 * documentation (don't take credit for my work), mark your changes (don't
6 * get me blamed for your possible bugs), don't alter or remove this
7 * notice. May be sold if buildable source is provided to buyer. No
8 * warrantee of any kind, express or implied, is included with this
9 * software; use at your own risk, responsibility for damages (if any) to
10 * anyone resulting from the use of this software rests entirely with the
11 * user.
12 *
13 * Send bug reports, bug fixes, enhancements, requests, flames, etc., and
14 * I'll try to keep a version up to date. I can be reached as follows:
15 * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
16 */
17
18/*
1/* Copyright 1993,1994 by Paul Vixie
2 * All rights reserved
3 *
4 * Distribute freely, except: don't remove my name from the source or
5 * documentation (don't take credit for my work), mark your changes (don't
6 * get me blamed for your possible bugs), don't alter or remove this
7 * notice. May be sold if buildable source is provided to buyer. No
8 * warrantee of any kind, express or implied, is included with this
9 * software; use at your own risk, responsibility for damages (if any) to
10 * anyone resulting from the use of this software rests entirely with the
11 * user.
12 *
13 * Send bug reports, bug fixes, enhancements, requests, flames, etc., and
14 * I'll try to keep a version up to date. I can be reached as follows:
15 * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
16 */
17
18/*
19 * $Id$
19 * $FreeBSD: head/usr.sbin/cron/cron/pathnames.h 50479 1999-08-28 01:35:59Z peter $
20 */
21
22#if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX)
23# include <paths.h>
24#endif /*BSD*/
25
26#ifndef CRONDIR
27 /* CRONDIR is where crond(8) and crontab(1) both chdir

--- 54 unchanged lines hidden ---
20 */
21
22#if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX)
23# include <paths.h>
24#endif /*BSD*/
25
26#ifndef CRONDIR
27 /* CRONDIR is where crond(8) and crontab(1) both chdir

--- 54 unchanged lines hidden ---