diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-26 18:32:46 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-26 18:32:46 +0000 |
commit | cef95aadebf0be4be6b4ed82e07f38cc83faf546 (patch) | |
tree | 25bc10d186d74e1289ce9fdb23bd553768aec8e3 /lib/config-vxworks.h | |
parent | 697496ff99be5842f380f8b2fd6789f623e376be (diff) | |
download | curl-cef95aadebf0be4be6b4ed82e07f38cc83faf546.tar.gz |
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r-- | lib/config-vxworks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 2d386aff0..3ad36d233 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -847,6 +847,9 @@ /* 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 |