/****************************************************************************** Selection de fichier config suivant compilateur supporte ds PEIDA Reza 04/99 */ #ifndef BZ_CONFIG_S_H #define BZ_CONFIG_S_H #if defined(Linux) || defined(linux) #endif #ifdef __DECCXX #include "peida_config_cxx.h" #else /* EGCS uniquement */ #include "peida_config_egcs.h" #endif #endif // BZ_CONFIG_S_H