No empty .Rs/.Re
[netbsd-mini2440.git] / usr.bin / banner / banner.h
blob7ad8795357c3825afa808675ee1ac7b61bf08fce
1 /* $NetBSD: banner.h,v 1.3 2000/05/30 12:03:31 sjg Exp $ */
3 /*
4 * Various defines needed for code lifted from lpd.
5 *
6 * @(#)Copyright (c) 1995, Simon J. Gerraty.
7 *
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
13 * to the author.
14 * 2/ that any changes to this code are clearly commented
15 * as such so that the author does not get blamed for bugs
16 * other than his own.
18 * Please send copies of changes and bug-fixes to:
19 * sjg@zen.void.oz.au
22 #define LINELEN 132
23 #define BACKGND ' '
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];