HomeSort by relevance Sort by last modified time
    Searched defs:TARGET_OS_MAC (Results 1 - 3 of 3) sorted by null

  /external/openssh/
monitor_wrap.c 59 #ifdef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */
60 #undef TARGET_OS_MAC
62 #define TARGET_OS_MAC 1
    [all...]
monitor.c 72 #ifdef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */
73 #undef TARGET_OS_MAC
75 #define TARGET_OS_MAC 1
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 41 #if( !defined( TARGET_OS_MAC ) )
45 #define TARGET_OS_MAC 0
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)
    [all...]

Completed in 100 milliseconds