113047Sasami/*	$NetBSD: pathnames.h,v 1.1 1995/08/17 16:37:20 thorpej Exp $	*/
213047Sasami
313047Sasami/*
413047Sasami * Copyright (c) 1995 Jason R. Thorpe.
513047Sasami * All rights reserved.
613047Sasami *
713047Sasami * Redistribution and use in source and binary forms, with or without
813047Sasami * modification, are permitted provided that the following conditions
913047Sasami * are met:
1013047Sasami * 1. Redistributions of source code must retain the above copyright
1113047Sasami *    notice, this list of conditions and the following disclaimer.
1213047Sasami * 2. Redistributions in binary form must reproduce the above copyright
1313047Sasami *    notice, this list of conditions and the following disclaimer in the
1413047Sasami *    documentation and/or other materials provided with the distribution.
1513047Sasami * 3. All advertising materials mentioning features or use of this software
1613047Sasami *    must display the following acknowledgement:
1713047Sasami *	This product includes software developed for the NetBSD Project
1813047Sasami *	by Jason R. Thorpe.
1913047Sasami * 4. The name of the author may not be used to endorse or promote products
2013047Sasami *    derived from this software without specific prior written permission.
2113047Sasami *
2213047Sasami * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2313047Sasami * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2413047Sasami * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2513047Sasami * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2613047Sasami * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
2713047Sasami * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2813047Sasami * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
2913047Sasami * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3013047Sasami * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3113047Sasami * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3213047Sasami * SUCH DAMAGE.
33109421Sphk *
34109421Sphk * $FreeBSD$
3513047Sasami */
3613047Sasami
3713047Sasami#define _PATH_CCDCONF		"/etc/ccd.conf"
38109421Sphk#define _PATH_CCDCTL		"ccd.ctl"
39