1161754Sru/*	$OpenBSD: pathnames.h,v 1.3 2003/06/03 02:56:18 millert Exp $	*/
288276Smarkm/*	$NetBSD: pathnames.h,v 1.3 1994/12/08 09:30:59 jtc Exp $	*/
388276Smarkm/*	$FreeBSD: releng/10.3/usr.bin/tip/tip/pathnames.h 161754 2006-08-31 14:14:30Z ru $	*/
488276Smarkm
57527Sjkh/*
67527Sjkh * Copyright (c) 1989, 1993
77527Sjkh *	The Regents of the University of California.  All rights reserved.
87527Sjkh *
97527Sjkh * Redistribution and use in source and binary forms, with or without
107527Sjkh * modification, are permitted provided that the following conditions
117527Sjkh * are met:
127527Sjkh * 1. Redistributions of source code must retain the above copyright
137527Sjkh *    notice, this list of conditions and the following disclaimer.
147527Sjkh * 2. Redistributions in binary form must reproduce the above copyright
157527Sjkh *    notice, this list of conditions and the following disclaimer in the
167527Sjkh *    documentation and/or other materials provided with the distribution.
17161754Sru * 3. Neither the name of the University nor the names of its contributors
187527Sjkh *    may be used to endorse or promote products derived from this software
197527Sjkh *    without specific prior written permission.
207527Sjkh *
217527Sjkh * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
227527Sjkh * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
237527Sjkh * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
247527Sjkh * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
257527Sjkh * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
267527Sjkh * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
277527Sjkh * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
287527Sjkh * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
297527Sjkh * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
307527Sjkh * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
317527Sjkh * SUCH DAMAGE.
327527Sjkh *
337527Sjkh *	@(#)pathnames.h	8.1 (Berkeley) 6/6/93
347527Sjkh */
357527Sjkh
367527Sjkh#include <paths.h>
377527Sjkh
387527Sjkh#define	_PATH_ACULOG		"/var/log/aculog"
3988276Smarkm#define	_PATH_LOCKDIRNAME	"/var/spool/lock/LCK..%s"
407527Sjkh#define	_PATH_PHONES		"/etc/phones"
417527Sjkh#define	_PATH_REMOTE		"/etc/remote"
42