summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_palmos.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/os_palmos.h')
-rw-r--r--pjlib/include/pj/compat/os_palmos.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_palmos.h b/pjlib/include/pj/compat/os_palmos.h
index e97cd66a..478e8715 100644
--- a/pjlib/include/pj/compat/os_palmos.h
+++ b/pjlib/include/pj/compat/os_palmos.h
@@ -52,6 +52,11 @@
#define PJ_HAS_WINSOCK2_H 0
#define PJ_SOCK_HAS_INET_ATON 0
+#define PJ_SOCKADDR_HAS_LEN 0
+
+/* Is errno a good way to retrieve OS errors?
+ */
+#define PJ_HAS_ERRNO_VAR 0
/* When this macro is set, getsockopt(SOL_SOCKET, SO_ERROR) will return
* the status of non-blocking connect() operation.