Changeset 1783 for pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in
- Timestamp:
- Feb 7, 2008 1:11:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in
r1738 r1783 55 55 #undef PJ_HAS_NET_IF_H 56 56 #undef PJ_HAS_IFADDRS_H 57 #undef PJ_HAS_SEMAPHORE_H 57 58 #undef PJ_HAS_SETJMP_H 58 59 #undef PJ_HAS_STDARG_H … … 79 80 #undef PJ_SOCK_HAS_INET_NTOP 80 81 #undef PJ_SOCK_HAS_GETADDRINFO 82 83 /* On these OSes, semaphore feature depends on semaphore.h */ 84 #if defined(PJ_HAS_SEMAPHORE_H) && PJ_HAS_SEMAPHORE_H!=0 85 # define PJ_HAS_SEMAPHORE 1 86 #else 87 # define PJ_HAS_SEMAPHORE 0 88 #endif 89 90 /* Do we have pthread_mutexattr_settype()? */ 91 #undef PJ_HAS_PTHREAD_MUTEXATTR_SETTYPE 92 93 /* Does pthread_mutexattr_t has "recursive" member? */ 94 #undef PJ_PTHREAD_MUTEXATTR_T_HAS_RECURSIVE 81 95 82 96 /* Set 1 if native sockaddr_in has sin_len member.
Note: See TracChangeset
for help on using the changeset viewer.