kbdmap.h revision 99357
1234353Sdim/*-
2234353Sdim * Copyright (c) 2002 Jonathan Belson <jon@witchspace.com>
3218885Sdim * All rights reserved.
4218885Sdim *
5218885Sdim * Redistribution and use in source and binary forms, with or without
6218885Sdim * modification, are permitted provided that the following conditions
7234353Sdim * are met:
8218885Sdim * 1. Redistributions of source code must retain the above copyright
9218885Sdim *    notice, this list of conditions and the following disclaimer.
10218885Sdim * 2. Redistributions in binary form must reproduce the above copyright
11218885Sdim *    notice, this list of conditions and the following disclaimer in the
12218885Sdim *    documentation and/or other materials provided with the distribution.
13218885Sdim *
14218885Sdim * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15218885Sdim * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16218885Sdim * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17263508Sdim * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18218885Sdim * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19218885Sdim * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20263508Sdim * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21218885Sdim * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22218885Sdim * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23218885Sdim * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24263508Sdim * SUCH DAMAGE.
25218885Sdim *
26218885Sdim * $FreeBSD: head/usr.sbin/kbdmap/kbdmap.h 99357 2002-07-03 14:56:08Z markm $
27263508Sdim */
28218885Sdim
29218885Sdim
30218885Sdim#define DEFAULT_LANG		"en"
31218885Sdim#define DEFAULT_KEYMAP_DIR	"/usr/share/syscons/keymaps"
32263508Sdim#define DEFAULT_FONT_DIR	"/usr/share/syscons/fonts"
33218885Sdim#define DEFAULT_SYSCONFIG	"/etc/rc.conf"
34218885Sdim#define DEFAULT_FONT		"cp437-8x16.fnt"
35218885Sdim