/* Copyright 1989-93 GROUPE BULL -- See license conditions in file COPYRIGHT */ /****************************************************\ * * * package to help maintaining one .h file per type * * EXTERN means "import" for all following includes * * * \****************************************************/ #ifdef EXT #undef EXT #endif #define EXT extern #ifdef INIT #undef INIT #endif #define INIT(x) #ifdef DO_INIT #undef DO_INIT #undef PRIVATE_DEFINITIONS #endif