Changeset 50011 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include
- Timestamp:
- Dec 28, 2013 7:55:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_darwin.h
r16391 r50011 72 72 #define _PR_HAVE_LARGE_OFF_T 73 73 #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY 74 75 #if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060 /* Mac OS X 10.6 has poll(). */ 76 # if 0 /* ... but we don't use it because it performs worse on Mt. Lion - WEIRD! */ 77 # define _PR_POLL_AVAILABLE 1 78 # define _PR_USE_POLL 1 79 # endif 80 #endif 74 81 75 82 #define _PR_INET6
Note:
See TracChangeset
for help on using the changeset viewer.