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