 
#ifndef gnucompat_DEFINED
#define gnucompat_DEFINED 1
 
#ifndef class_DEFINED
#include <class.h>
#endif /* class_DEFINED */
/* 
 * This file was generated by the Andrew class system preprocessor.
 * Don't make changes to this file as it is created from compat.ch and will be
 * overwritten.  Make changes to compat.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from compat.ch.
 */ 
 

 

/*************************************************
 * Copyright (C) 1990 by the Massachusetts Institute of Technology
 * Permission to use, copy, modify, distribute, and sell this
 * software and its documentation for any purpose is hereby
 * granted without fee, provided that the above copyright notice
 * appear in all copies and that both that copyright notice and
 * this permission notice appear in supporting documentation,
 * and that the name of M.I.T. not be used in advertising or
 * publicity pertaining to distribution of the software without
 * specific, written prior permission.  M.I.T. makes no
 * representations about the suitability of this software for any
 * purpose.  It is provided "as is" without express or implied
 * warranty.
 *************************************************/

/*
	$Disclaimer: 
*Permission to use, copy, modify, and distribute this software and its 
*documentation for any purpose is hereby granted without fee, 
*provided that the above copyright notice appear in all copies and that 
*both that copyright notice, this permission notice, and the following 
*disclaimer appear in supporting documentation, and that the names of 
*IBM, Carnegie Mellon University, and other copyright holders, not be 
*used in advertising or publicity pertaining to distribution of the software 
*without specific, written prior permission.
*
*IBM, CARNEGIE MELLON UNIVERSITY, AND THE OTHER COPYRIGHT HOLDERS 
*DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 
*ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT 
*SHALL IBM, CARNEGIE MELLON UNIVERSITY, OR ANY OTHER COPYRIGHT HOLDER 
*BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 
*DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 
*WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 
*ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
*OF THIS SOFTWARE.
* $
*/







/* 
 * End of information copied from compat.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
/* gnucompat has no super class */ 
 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for gnucompat 
 */ 
/* gnucompat is a package.  Packages don't have any data */ 

 
/* 
 * End of data structure for gnucompat.
 */ 
 

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef gnucompat_PROGRAMMERVERSION
#define gnucompat_PROGRAMMERVERSION 1
#endif /* gnucompat_PROGRAMMERVERSION */

#ifdef gnucompat_VERSION
#undef gnucompat_VERSION
#endif /* gnucompat_VERSION */
#define gnucompat_VERSION ((((gnucompat_PROGRAMMERVERSION << 16) ^ (1 << 8)) & 0x7ffff) + (1 << 20))


#endif /* class_StaticInfoOnly */
#define gnucompat_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *gnucompat__GetClassInfo(); \
 extern struct classheader *compat_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, compat_classheader_StaticExport->name, gnucompat__GetClassInfo, NULL, compat_classheader_StaticExport->namekey); } 
 
#define gnucompat_StaticLoad()  \
    { \
    gnucompat_StaticLoadOnlyThisClass();  \
    } 
 
#define gnucompat_StaticEntry  {gnucompat_StaticLoad()} 
 
#define compat_StaticEntry  {gnucompat_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader gnucompat_classheader = {
    gnucompat_VERSION,
    "gnucompat",
    "compat",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define gnucompat_CLASSPROCEDURES (gnucompat_classheader.classprocedures)
int compat_classref_;
#endif /* class_StaticInfoOnly */

#endif /* gnucompat_DEFINED */

#if !defined(gnucompat_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_gnucompat) && !defined(class_StaticEntriesOnly)
#define gnucompat_ROUTINESDEFINED


#define gnucompat_InitializeClass() \
    (*((boolean (*)()) (gnucompat_CLASSPROCEDURES->routines[0])))(&gnucompat_classheader)


#endif /* !defined(gnucompat_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_gnucompat ) && !defined(class_StaticEntriesOnly)*/

