// @(#) $Id$ #ifndef ALIL3STANDARDINCLUDESH #define ALIL3STANDARDINCLUDESH #if __GNUC__ == 3 #include #include #include #include #include #include #include /* Use these only if absolutely necessary eg. in inline functions defined in header files */ #define STDCOUT std::cout #define STDCERR std::cerr #define STDENDL std::endl #define STDIF std::ifstream #define STDOF std::ofstream #else #include #include #include #include #include #include #include /* Use these only if absolutely necessary eg. in inline functions defined in header files */ #define STDCOUT cout #define STDCERR cerr #define STDENDL endl #define STDIF ifstream #define STDOF ofstream #endif //__GNUC__ #endif