From 66f91465de3c70018b6c31f14da273cdce518eb8 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 11 Jun 2006 23:19:43 +0000 Subject: Changed codec priority to use integer with value between 0-255 instead of enum git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@497 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/compat/os_linux_kernel.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/compat/os_linux_kernel.h b/pjlib/include/pj/compat/os_linux_kernel.h index fe3f737c..73273395 100644 --- a/pjlib/include/pj/compat/os_linux_kernel.h +++ b/pjlib/include/pj/compat/os_linux_kernel.h @@ -77,6 +77,13 @@ */ #define PJ_SELECT_NEEDS_NFDS 0 +/* Is errno a good way to retrieve OS errors? + * (probably no for linux kernel) + * If you answer no here, you'll need to tell pjlib how to get OS + * error (a compile error will tell you exactly where) + */ +#define PJ_HAS_ERRNO_VAR 0 + /* This value specifies the value set in errno by the OS when a non-blocking * socket recv() can not return immediate daata. */ @@ -114,6 +121,7 @@ #define PJ_HAS_HIGH_RES_TIMER 1 #ifndef PJ_OS_HAS_CHECK_STACK # define PJ_OS_HAS_CHECK_STACK 0 +#endif #define PJ_TERM_HAS_COLOR 0 #define PJ_NATIVE_STRING_IS_UNICODE 0 -- cgit v1.2.3