Changeset 497 for pjproject/trunk/pjlib/include/pj/compat/os_linux_kernel.h
- Timestamp:
- Jun 11, 2006 11:19:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/os_linux_kernel.h
r433 r497 78 78 #define PJ_SELECT_NEEDS_NFDS 0 79 79 80 /* Is errno a good way to retrieve OS errors? 81 * (probably no for linux kernel) 82 * If you answer no here, you'll need to tell pjlib how to get OS 83 * error (a compile error will tell you exactly where) 84 */ 85 #define PJ_HAS_ERRNO_VAR 0 86 80 87 /* This value specifies the value set in errno by the OS when a non-blocking 81 88 * socket recv() can not return immediate daata. … … 115 122 #ifndef PJ_OS_HAS_CHECK_STACK 116 123 # define PJ_OS_HAS_CHECK_STACK 0 124 #endif 117 125 #define PJ_TERM_HAS_COLOR 0 118 126 #define PJ_NATIVE_STRING_IS_UNICODE 0
Note: See TracChangeset
for help on using the changeset viewer.