1 /* $NetBSD: banner.h,v 1.3 2000/05/30 12:03:31 sjg Exp $ */
4 * Various defines needed for code lifted from lpd.
6 * @(#)Copyright (c) 1995, Simon J. Gerraty.
8 * This is free software. It comes with NO WARRANTY.
9 * Permission to use, modify and distribute this source code
10 * is granted subject to the following conditions.
11 * 1/ that the above copyright notice and this notice
12 * are preserved in all copies and that due credit be given
14 * 2/ that any changes to this code are clearly commented
15 * as such so that the author does not get blamed for bugs
18 * Please send copies of changes and bug-fixes to:
24 #define HEIGHT 9 /* height of characters */
25 #define WIDTH 8 /* width of characters */
27 extern const char scnkey_lpd
[][HEIGHT
];
28 extern const char scnkey_def
[][HEIGHT
];