summaryrefslogtreecommitdiff
path: root/src/mac.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-02-03 11:55:47 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-02-03 11:55:47 +0000
commit856a5c5ba7b001471663cc157bdf801cf681f4cd (patch)
tree860a23c06165c0a2904d33a440485ba7b6b73d52 /src/mac.c
parentcc9355eac69d62628ad63422bdc659afd23dda13 (diff)
Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS
version.
Diffstat (limited to 'src/mac.c')
-rw-r--r--src/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac.c b/src/mac.c
index 99e0d44830b..cce1b858cb3 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -2858,7 +2858,7 @@ select_and_poll_event (n, rfds, wfds, efds, timeout)
return r;
}
-#ifndef MAC_OS_X_VERSION_10_2
+#if MAC_OS_X_VERSION_MAX_ALLOWED < 1020
#undef SELECT_INVALIDATE_CFSOCKET
#endif