summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-11 23:19:43 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-11 23:19:43 +0000
commit66f91465de3c70018b6c31f14da273cdce518eb8 (patch)
tree91a1b36ad0ef92ff40b364838740a8c9f2e31fa9 /pjlib
parent82d99dd0d38696cfdf0b4a07a3931c98833990fb (diff)
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
Diffstat (limited to 'pjlib')
-rw-r--r--pjlib/include/pj/compat/os_linux_kernel.h8
1 files changed, 8 insertions, 0 deletions
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