[BACK]Return to banner.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / banner

Annotation of src/usr.bin/banner/banner.h, Revision 1.2

1.2     ! deraadt     1: /*     $OpenBSD: banner.h,v 1.2 1995/04/09 06:00:23 cgd Exp $  */
1.1       deraadt     2: /*     $NetBSD: banner.h,v 1.2 1995/04/09 06:00:23 cgd Exp $   */
                      3:
                      4: /*
                      5:  *     Various defines needed for code lifted from lpd.
                      6:  *
                      7:  *     @(#)Copyright (c) 1995, Simon J. Gerraty.
                      8:  *
                      9:  *      This is free software.  It comes with NO WARRANTY.
                     10:  *      Permission to use, modify and distribute this source code
                     11:  *      is granted subject to the following conditions.
                     12:  *      1/ that the above copyright notice and this notice
                     13:  *      are preserved in all copies and that due credit be given
                     14:  *      to the author.
                     15:  *      2/ that any changes to this code are clearly commented
                     16:  *      as such so that the author does not get blamed for bugs
                     17:  *      other than his own.
                     18:  *
                     19:  *      Please send copies of changes and bug-fixes to:
                     20:  *      sjg@zen.void.oz.au
                     21:  */
                     22:
                     23: #define LINELEN                132
                     24: #define BACKGND                ' '
                     25:
                     26: #ifdef LPD_CHSET
                     27: #define HEIGHT 9               /* height of characters */
                     28: #define DROP   3               /* offset to drop characters with descenders */
                     29: #else
                     30: #define HEIGHT 8               /* height of characters */
                     31: #define DROP   0               /* offset to drop characters with descenders */
                     32: #endif
                     33: #define WIDTH  8               /* width of characters */
                     34: