11de7b4b8SPedro F. Giffuni /*- 2*b61a5730SWarner Losh * SPDX-License-Identifier: BSD-2-Clause 31de7b4b8SPedro F. Giffuni * 43a7c4a1cSPedro F. Giffuni * Copyright (c) 1996 The NetBSD Foundation, Inc. 561253831SSatoshi Asami * All rights reserved. 661253831SSatoshi Asami * 73a7c4a1cSPedro F. Giffuni * This code is derived from software contributed to The NetBSD Foundation 83a7c4a1cSPedro F. Giffuni * by Jason R. Thorpe. 93a7c4a1cSPedro F. Giffuni * 1061253831SSatoshi Asami * Redistribution and use in source and binary forms, with or without 1161253831SSatoshi Asami * modification, are permitted provided that the following conditions 1261253831SSatoshi Asami * are met: 1361253831SSatoshi Asami * 1. Redistributions of source code must retain the above copyright 1461253831SSatoshi Asami * notice, this list of conditions and the following disclaimer. 1561253831SSatoshi Asami * 2. Redistributions in binary form must reproduce the above copyright 1661253831SSatoshi Asami * notice, this list of conditions and the following disclaimer in the 1761253831SSatoshi Asami * documentation and/or other materials provided with the distribution. 1861253831SSatoshi Asami * 193a7c4a1cSPedro F. Giffuni * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 203a7c4a1cSPedro F. Giffuni * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 213a7c4a1cSPedro F. Giffuni * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 223a7c4a1cSPedro F. Giffuni * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 233a7c4a1cSPedro F. Giffuni * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 243a7c4a1cSPedro F. Giffuni * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 253a7c4a1cSPedro F. Giffuni * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 263a7c4a1cSPedro F. Giffuni * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 273a7c4a1cSPedro F. Giffuni * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 283a7c4a1cSPedro F. Giffuni * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 293a7c4a1cSPedro F. Giffuni * POSSIBILITY OF SUCH DAMAGE. 30ddbf51afSPoul-Henning Kamp * 3102547822SPedro F. Giffuni * $NetBSD: pathnames.h,v 1.4 2008/04/28 20:23:07 martin Exp $ 3261253831SSatoshi Asami */ 3361253831SSatoshi Asami 3461253831SSatoshi Asami #define _PATH_CCDCONF "/etc/ccd.conf" 35ddbf51afSPoul-Henning Kamp #define _PATH_CCDCTL "ccd.ctl" 36