Ignore:
Timestamp:
Jun 11, 2006 11:19:43 PM (18 years ago)
Author:
bennylp
Message:

Changed codec priority to use integer with value between 0-255 instead of enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/os_linux_kernel.h

    r433 r497  
    7878#define PJ_SELECT_NEEDS_NFDS        0 
    7979 
     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 
    8087/* This value specifies the value set in errno by the OS when a non-blocking 
    8188 * socket recv() can not return immediate daata. 
     
    115122#ifndef PJ_OS_HAS_CHECK_STACK 
    116123#   define PJ_OS_HAS_CHECK_STACK    0 
     124#endif 
    117125#define PJ_TERM_HAS_COLOR           0 
    118126#define PJ_NATIVE_STRING_IS_UNICODE 0 
Note: See TracChangeset for help on using the changeset viewer.