/* cursors.c - cursor definitions (automatically generated - don't edit)  */

/*  Copyright 1991 Mark Russell, University of Kent at Canterbury.
 *  All Rights Reserved.
 *
 *  This file is part of UPS.
 *
 *  UPS is free software; you can redistribute it and/or modify it under
 *  the terms of the GNU General Public License as published by the Free
 *  Software Foundation; either version 2 of the License, or (at your option)
 *  any later version.
 *
 *  UPS is distributed in the hope that it will be useful, but WITHOUT ANY
 *  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 *  FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 *  details.
 *
 *  You should have received a copy of the GNU General Public License along
 *  with UPS; if not, write to the Free Software Foundation, Inc., 59 Temple
 *  Place, Suite 330, Boston, MA  02111-1307  USA
 */


char ups_cursors_c_sccsid[] = "%W% %G% (UKC)";

/*  THIS FILE IS AUTOMATICALLY GENERATED BY THE MAKEFILE - DON'T EDIT IT.
 *
 *  The first part of this file comes from cursors/START, the middle from
 *  the various cursor files, and the end from cursors/END.
 *
 *  We do this rather than just #including the cursor files for two reasons:
 *
 *	- we don't have to have an sccs id for each cursor file
 *
 *	- it makes distribution of the source easier.
 *
 *  See the cursorfile target in the Makefile.
 */

#include <local/wn.h>
#include <local/ukcprog.h>
#include "cursors.h"

/*  This ugly #define is necessary because gcc complains about
 *  initialisers for plain char arrays with values greater than 128.
 *  We can't change the output format of the bitmap program, so we
 *  #define it to the right form.
 */
typedef unsigned char unsigned_char
#define char	unsigned_char
