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

/external/openssh/
H A Dmonitor.c72 #ifdef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */
73 #undef TARGET_OS_MAC macro
75 #define TARGET_OS_MAC 1 macro
H A Dmonitor_wrap.c59 #ifdef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */
60 #undef TARGET_OS_MAC macro
62 #define TARGET_OS_MAC 1 macro
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h41 #if( !defined( TARGET_OS_MAC ) )
45 #define TARGET_OS_MAC 0 macro
413 #if( !TARGET_OS_MAC )
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)
1024 #if( !TARGET_OS_MAC && !TARGET_API_MAC_OSX_KERNEL )
1132 #if( !TARGET_OS_MAC )

Completed in 166 milliseconds