Go to the documentation of this file.
34 #ifndef CARTOBASE_ZOOLIB_ZCONFIG_H
35 #define CARTOBASE_ZOOLIB_ZCONFIG_H
40 #if ( defined( __GNUC__ ) && \
41 ( defined( __unix__ ) || defined( __BEOS__ ) \
42 || defined( __APPLE__ ) ) && \
43 ( #cpu(i386) || #cpu(sparc) || #cpu(powerpc) \
44 || defined( __POWERPC__ ) ) \
46 || ( defined( __MWERKS__ ) && \
47 ( defined( TARGET_API_MAC_CARBON ) || defined( __MACOS__ ) \
48 || defined( __INTEL__ ) || defined( __BEOS__ ) ) && \
49 ( defined( __POWERPC__ ) || defined( __MC68K__ ) \
50 || defined( mw_rez ) || defined( __INTEL__ ) ) \
52 || defined( _MSC_VER )