/* Headers that might be available in precompiled form * (standard libraries, SyncML toolkit...) */ #ifndef SYSYNC_PRECOMP_H #define SYSYNC_PRECOMP_H /* global includes */ #include "target_options.h" /* standard C includes */ #ifdef __PALM_OS__ // don't use the *.h versions! they don't work any more with CW Palm v9 #include #include #include #include #include #else #include #include #include #include #if !defined(WINCE) && !defined(MACOSX) #include // BCPPB #endif #endif /* C++/STL includes */ /* - RTTI */ #if !defined(WINCE) && !defined(__EPOC_OS__) #include #endif #if __MC68K__ #warning "STL headers excluded from precompiled headers due to problems with CW Palm v9" #else /* - STL */ #include #include #include #include #endif #if defined(LINUX) || defined(__EPOC_OS__) // gcc in standard distrs lacks the STL header #include #else #include #endif #endif // defined SYSYNC_PRECOMP_H