Changeset 3299 for pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in
- Timestamp:
- Aug 27, 2010 6:46:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in
r3295 r3299 170 170 #undef PJ_ATOMIC_VALUE_TYPE 171 171 172 /* Append ".local" suffix to the system's hostname? */173 172 #if defined(PJ_DARWINOS) && PJ_DARWINOS!=0 174 173 # include "TargetConditionals.h" … … 176 175 # include "Availability.h" 177 176 # ifdef __IPHONE_4_0 178 # define PJ_GETHOSTNAME_APPEND_LOCAL_SUFFIX 1 177 /* Append ".local" suffix to the system's hostname? (see ticket #1104) */ 178 # define PJ_GETHOSTNAME_APPEND_LOCAL_SUFFIX 1 179 /* Is multitasking support available? (see ticket #1107) */ 180 # define PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT 1 181 /* Enable activesock TCP background mode support */ 182 # define PJ_ACTIVESOCK_TCP_IPHONE_OS_BG 1 179 183 # endif 180 184 # endif
Note: See TracChangeset
for help on using the changeset viewer.