diff options
author | Tobias Brunner <tobias@strongswan.org> | 2009-08-14 13:54:53 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2009-08-14 14:50:22 +0200 |
commit | cc396286e85ccf9d9a28d971d382571c10077646 (patch) | |
tree | afe56907e287fb850f73eaf084eaa4144c125094 /src/libfreeswan | |
parent | a3ccf95f3ffd67ae955a5641921240344b6aadd6 (diff) | |
download | strongswan-cc396286e85ccf9d9a28d971d382571c10077646.tar.bz2 strongswan-cc396286e85ccf9d9a28d971d382571c10077646.tar.xz |
Defined some missing fixed-width int types on OpenSolaris.
Diffstat (limited to 'src/libfreeswan')
-rw-r--r-- | src/libfreeswan/freeswan.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libfreeswan/freeswan.h b/src/libfreeswan/freeswan.h index cb14cd678..77ce8f2be 100644 --- a/src/libfreeswan/freeswan.h +++ b/src/libfreeswan/freeswan.h @@ -20,11 +20,6 @@ # include <stdio.h> # include <netinet/in.h> -# define uint8_t u_int8_t -# define uint16_t u_int16_t -# define uint32_t u_int32_t -# define uint64_t u_int64_t - # define DEBUG_NO_STATIC static #include <ipsec_param.h> |