comparison src/mac.c @ 59897:5ae033db673f

Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS version.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Thu, 03 Feb 2005 11:55:47 +0000
parents 9bde7721ad0f
children 86edfe26d552 72cf6261961e
comparison
equal deleted inserted replaced
59896:1b412dbc88b5 59897:5ae033db673f
2856 } 2856 }
2857 } 2857 }
2858 return r; 2858 return r;
2859 } 2859 }
2860 2860
2861 #ifndef MAC_OS_X_VERSION_10_2 2861 #if MAC_OS_X_VERSION_MAX_ALLOWED < 1020
2862 #undef SELECT_INVALIDATE_CFSOCKET 2862 #undef SELECT_INVALIDATE_CFSOCKET
2863 #endif 2863 #endif
2864 2864
2865 int 2865 int
2866 sys_select (n, rfds, wfds, efds, timeout) 2866 sys_select (n, rfds, wfds, efds, timeout)