xref: /netbsd-src/usr.sbin/iteconfig/pathnames.h (revision cacf2d0f4546b5bc0120514b295f701a8ad17c5c)
1*cacf2d0fSgrant /* $NetBSD: pathnames.h,v 1.6 2003/11/12 13:31:07 grant Exp $ */
2d220ca5bScgd 
30a4d67ddScgd /*
40a4d67ddScgd  * Copyright (c) 1994 Christopher G. Demetriou
50a4d67ddScgd  * All rights reserved.
60a4d67ddScgd  *
70a4d67ddScgd  * Redistribution and use in source and binary forms, with or without
80a4d67ddScgd  * modification, are permitted provided that the following conditions
90a4d67ddScgd  * are met:
100a4d67ddScgd  * 1. Redistributions of source code must retain the above copyright
110a4d67ddScgd  *    notice, this list of conditions and the following disclaimer.
120a4d67ddScgd  * 2. Redistributions in binary form must reproduce the above copyright
130a4d67ddScgd  *    notice, this list of conditions and the following disclaimer in the
140a4d67ddScgd  *    documentation and/or other materials provided with the distribution.
150a4d67ddScgd  * 3. All advertising materials mentioning features or use of this software
160a4d67ddScgd  *    must display the following acknowledgement:
17db755e7cScgd  *          This product includes software developed for the
18*cacf2d0fSgrant  *          NetBSD Project.  See http://www.NetBSD.org/ for
19db755e7cScgd  *          information about NetBSD.
200a4d67ddScgd  * 4. The name of the author may not be used to endorse or promote products
21db755e7cScgd  *    derived from this software without specific prior written permission.
220a4d67ddScgd  *
230a4d67ddScgd  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
240a4d67ddScgd  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
250a4d67ddScgd  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
260a4d67ddScgd  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
270a4d67ddScgd  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
280a4d67ddScgd  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
290a4d67ddScgd  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
300a4d67ddScgd  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
310a4d67ddScgd  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
320a4d67ddScgd  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33db755e7cScgd  *
34db755e7cScgd  * <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
350a4d67ddScgd  */
360a4d67ddScgd 
3793dc1f1fSleo #if defined(amiga) || defined(atari)
3893dc1f1fSleo #define	_PATH_CONSOLE	"/dev/ttye0"
3993dc1f1fSleo #endif
40