/* InstallationSupportPackage.c produced by Cinder of January 18, 2036 7:14:05 pm PST */

/* formerly from <cedar/InstallationSupport.h>: */
typedef unsigned XR←InterfacePtr;
typedef unsigned XR←GlobalFramePtr;
extern XR←InterfacePtr XR←ImportInterface ();
extern XR←InterfacePtr XR←ExportInterface ();
extern void XR←ExportProc ();
extern void XR←PushScope ();
extern void XR←HideNames ();
extern void XR←PopScope ();
extern void XR←PushRename ();
extern void XR←PopRename ();
extern void XR←ForgetName ();
extern void XR←ProhibitDuplicateExports ();
extern void XR←PermitDuplicateExports ();
extern void XR←AddControl ();
extern XR←GlobalFramePtr XR←FirstControl();
void XR←Start ();
static char versionStamp[] = "@(#)mob←version [3381034280,1425099463] InstallationSupportPackage.config";
static char configBuildTime[] = "@(#)configBuildTime January 29, 1993 11:49 am PST";
char XR←configBuildTime←InstallationSupportPackage[] = "January 29, 1993 7:49 pm GMT";

extern void XR←install←InstallationTypesImpl();
extern void XR←install←InstallationScopesImpl();

static XR←GlobalFramePtr firstControl;

extern void XR←install←InstallationSupportPackage() {
	XR←PushScope("InstallationSupportPackage");
	XR←ImportInterface("CardTab", 0, 0);
	XR←ImportInterface("CardTabBackdoor", 0, 0);
	XR←ImportInterface("RefTab", 0, 0);
	XR←ImportInterface("RefTabBackdoor", 0, 0);
	XR←ImportInterface("RuntimeError", 0, 0);
	XR←ImportInterface("UXStrings", 0, 0);
	XR←ImportInterface("Rope", 0, 0);
	XR←ImportInterface("Checksum", 0, 0);
	XR←ExportInterface("MesaLoadState", 0, 0);
	XR←ExportInterface("MesaLoadStateBackdoor", 0, 0);
	XR←ExportInterface("MesaLoadStateQuery", 0, 0);
	XR←HideNames();
	XR←install←InstallationTypesImpl();
	XR←install←InstallationScopesImpl();
	XR←AddControl("InstallationScopesImpl");
	XR←AddControl("InstallationTypesImpl");
	firstControl = XR←FirstControl();
	XR←PopScope();
}

extern void XR←run←InstallationSupportPackage() { XR←StartCedarModule(firstControl); }

extern void XR←unload←InstallationSupportPackage() { XR←Unload(firstControl); }