1 1.5 jmmv /* $NetBSD: pathnames.h,v 1.5 2003/08/06 18:07:53 jmmv Exp $ */ 2 1.1 christos 3 1.1 christos /* 4 1.5 jmmv * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc. 5 1.1 christos * All rights reserved. 6 1.1 christos * 7 1.1 christos * This code is derived from software contributed to The NetBSD Foundation 8 1.5 jmmv * by Julio M. Merino Vidal. 9 1.1 christos * 10 1.1 christos * Redistribution and use in source and binary forms, with or without 11 1.1 christos * modification, are permitted provided that the following conditions 12 1.1 christos * are met: 13 1.1 christos * 1. Redistributions of source code must retain the above copyright 14 1.1 christos * notice, this list of conditions and the following disclaimer. 15 1.1 christos * 2. The name authors may not be used to endorse or promote products 16 1.1 christos * derived from this software without specific prior written 17 1.1 christos * permission. 18 1.1 christos * 19 1.1 christos * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS 20 1.1 christos * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 21 1.1 christos * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22 1.1 christos * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY 23 1.1 christos * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 24 1.1 christos * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 25 1.1 christos * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26 1.1 christos * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 27 1.1 christos * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28 1.1 christos * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 29 1.1 christos * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 1.1 christos */ 31 1.1 christos 32 1.1 christos #ifndef _WSMOUSED_PATHNAMES_H 33 1.1 christos #define _WSMOUSED_PATHNAMES_H 34 1.1 christos 35 1.1 christos #define _PATH_DEFAULT_MOUSE "/dev/wsmouse" 36 1.1 christos #define _PATH_TTYPREFIX "/dev/ttyE" 37 1.2 christos #define _PATH_TTYSTAT "/dev/ttyEstat" 38 1.3 jmmv #define _PATH_CONF "/etc/wsmoused.conf" 39 1.1 christos 40 1.1 christos #endif /* _WSMOUSED_PATHNAMES_H */ 41