Changeset 5480
- Timestamp:
- Nov 14, 2016 3:23:51 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in
r5458 r5480 180 180 181 181 #if defined(PJ_DARWINOS) && PJ_DARWINOS!=0 182 /* Disable local host resolution in pj_gethostip() (see ticket #1342) */ 183 # define PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION 1 184 182 185 # include "TargetConditionals.h" 183 186 # if TARGET_OS_IPHONE … … 185 188 /* Use CFHost API for pj_getaddrinfo() (see ticket #1246) */ 186 189 # define PJ_GETADDRINFO_USE_CFHOST 1 187 /* Disable local host resolution in pj_gethostip() (see ticket #1342) */188 # define PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION 1189 190 # ifdef __IPHONE_4_0 190 191 /* Is multitasking support available? (see ticket #1107) */
Note: See TracChangeset
for help on using the changeset viewer.