#ifndef _cimreg_h #define _cimreg_h #define PEGASUS_MODULE(MODULE) \ static const char __pegasus_module[] = \ "@(#)PEGASUS_MODULE=" MODULE #define PEGASUS_PROVIDER(PROVIDER, CLASS, TYPES) \ static const char __pegasus_provider[] = \ "@(#)PEGASUS_PROVIDER=" PROVIDER "," CLASS "," TYPES #endif /* _cimreg_h */