Searched defs:TARGET_OS_VXWORKS (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DCommonServices.h99 #if( !defined( TARGET_OS_VXWORKS ) )
104 #define TARGET_OS_VXWORKS 1 macro
106 #define TARGET_OS_VXWORKS 0 macro
228 #elif( TARGET_OS_VXWORKS )
278 #if( !TARGET_OS_VXWORKS )
283 #if( __GNUC__ || !TARGET_OS_VXWORKS )
466 #if( ( TARGET_OS_MAC && !defined( SO_NOADDRERR ) ) || ( TARGET_OS_WIN32 && !defined( EAI_AGAIN ) ) || TARGET_OS_VXWORKS )
477 #if( !defined(_SSIZE_T) && ( TARGET_OS_WIN32 || !defined( _BSD_SSIZE_T_DEFINED_ ) ) && !TARGET_OS_FREEBSD && !TARGET_OS_LINUX && !TARGET_OS_VXWORKS && !TARGET_OS_MAC)
763 #elif( TARGET_OS_VXWORKS && ( TORNADO_VERSION < 220 ) )
918 #if( !TARGET_OS_VXWORKS )
[all...]

Completed in 68 milliseconds