xref: /dflybsd-src/usr.sbin/kbdmap/kbdmap.h (revision ebfa7d96f28674f33a2481aa40c96306d29fc408)
121ece67dSChris Pressey /*-
221ece67dSChris Pressey  * Copyright (c) 2002 Jonathan Belson <jon@witchspace.com>
321ece67dSChris Pressey  * All rights reserved.
421ece67dSChris Pressey  *
521ece67dSChris Pressey  * Redistribution and use in source and binary forms, with or without
621ece67dSChris Pressey  * modification, are permitted provided that the following conditions
721ece67dSChris Pressey  * are met:
821ece67dSChris Pressey  * 1. Redistributions of source code must retain the above copyright
921ece67dSChris Pressey  *    notice, this list of conditions and the following disclaimer.
1021ece67dSChris Pressey  * 2. Redistributions in binary form must reproduce the above copyright
1121ece67dSChris Pressey  *    notice, this list of conditions and the following disclaimer in the
1221ece67dSChris Pressey  *    documentation and/or other materials provided with the distribution.
1321ece67dSChris Pressey  *
1421ece67dSChris Pressey  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1521ece67dSChris Pressey  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1621ece67dSChris Pressey  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1721ece67dSChris Pressey  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1821ece67dSChris Pressey  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1921ece67dSChris Pressey  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2021ece67dSChris Pressey  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2121ece67dSChris Pressey  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2221ece67dSChris Pressey  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2321ece67dSChris Pressey  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2421ece67dSChris Pressey  * SUCH DAMAGE.
2521ece67dSChris Pressey  *
26*ebfa7d96SPeter Avalos  * $FreeBSD: head/usr.sbin/kbdmap/kbdmap.h 99357 2002-07-03 14:56:08Z markm $
2721ece67dSChris Pressey  */
2821ece67dSChris Pressey 
2921ece67dSChris Pressey 
3021ece67dSChris Pressey #define DEFAULT_LANG		"en"
3121ece67dSChris Pressey #define DEFAULT_KEYMAP_DIR	"/usr/share/syscons/keymaps"
3221ece67dSChris Pressey #define DEFAULT_FONT_DIR	"/usr/share/syscons/fonts"
3321ece67dSChris Pressey #define DEFAULT_SYSCONFIG	"/etc/rc.conf"
3421ece67dSChris Pressey #define DEFAULT_FONT		"cp437-8x16.fnt"
35