tools/llvm: Do not build with symbols
[minix3.git] / usr.bin / banner / banner.h
blob9b4b373c082b8a8d4a73cd8748b5c5629281e082
1 /* $NetBSD: banner.h,v 1.4 2000/10/04 19:33:16 mjl 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];