+#define OTUNIXERRORS 1
+#ifdef __UNIX__
+ #include <CarbonCore/CarbonCore.h>
+ #include <OT/OpenTransport.h>
+ #include <OT/OpenTransportProviders.h>
+
+ #ifndef FALSE
+ #define FALSE 0
+ #endif
+ #ifndef TRUE
+ #define TRUE 1
+ #endif
+#else
+ #include <OpenTransport.h>
+ #include <OpenTransportProviders.h>
+ #include <OpenTptInternet.h>
+#endif
+#if TARGET_CARBON
+ #define OTAssert( str , cond ) /* does not exists in Carbon */
+#endif
+