/* * * CMA configuration for DECthreads (V5.5). */ #ifndef _CMA_CONFIG_H #define _CMA_CONFIG_H # ifdef __cplusplus extern "C" { # endif #include "sys$library:cma_config.h" /* undo VAX C-specific items (globalref/globaldef) */ #undef _CMA_IMPORT_ #undef _CMA_EXPORT_ #define _CMA_IMPORT_ extern #define _CMA_EXPORT_ # ifdef __cplusplus } # endif #endif /*_CMA_CONFIG_H*/