aboutsummaryrefslogtreecommitdiff
path: root/lib/config-symbian.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-26 18:32:46 +0000
committerYang Tse <yangsita@gmail.com>2010-02-26 18:32:46 +0000
commitcef95aadebf0be4be6b4ed82e07f38cc83faf546 (patch)
tree25bc10d186d74e1289ce9fdb23bd553768aec8e3 /lib/config-symbian.h
parent697496ff99be5842f380f8b2fd6789f623e376be (diff)
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
Diffstat (limited to 'lib/config-symbian.h')
-rw-r--r--lib/config-symbian.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h
index 207d9040e..f5589fe78 100644
--- a/lib/config-symbian.h
+++ b/lib/config-symbian.h
@@ -709,9 +709,15 @@
/* Define to the type of arg 5 for `select'. */
#define SELECT_TYPE_ARG5 (struct timeval *)
+/* The size of `int', as computed by sizeof. */
+#define SIZEOF_INT 4
+
/* The size of `off_t', as computed by sizeof. */
#define SIZEOF_OFF_T 8
+/* The size of `short', as computed by sizeof. */
+#define SIZEOF_SHORT 2
+
/* The size of `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 4