 
#ifndef options_DEFINED
#define options_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 options.ch and will be
 * overwritten.  Make changes to options.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from options.ch.
 */ 
 
/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */






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

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

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef options_PROGRAMMERVERSION
#define options_PROGRAMMERVERSION 1
#endif /* options_PROGRAMMERVERSION */

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


#endif /* class_StaticInfoOnly */
#define options_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *options__GetClassInfo(); \
 extern struct classheader *options_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, options_classheader_StaticExport->name, options__GetClassInfo, NULL, options_classheader_StaticExport->namekey); } 
 
#define options_StaticLoad()  \
    { \
    options_StaticLoadOnlyThisClass();  \
    } 
 
#define options_StaticEntry  {options_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader options_classheader = {
    options_VERSION,
    "options",
    "options",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define options_CLASSPROCEDURES (options_classheader.classprocedures)
int options_classref_;
#endif /* class_StaticInfoOnly */

#endif /* options_DEFINED */

#if !defined(options_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_options) && !defined(class_StaticEntriesOnly)
#define options_ROUTINESDEFINED


#define options_SetMessagesOptions(bv) \
    (*((int (*)()) (options_CLASSPROCEDURES->routines[0])))(&options_classheader,bv)


#endif /* !defined(options_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_options ) && !defined(class_StaticEntriesOnly)*/

