diff options
author | Yang Tse <yangsita@gmail.com> | 2010-12-02 21:41:23 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-12-02 21:41:23 +0100 |
commit | 99a07a1fdf2a4e0ee37e8c324fcb6d52222ebaff (patch) | |
tree | c12dd4ed7fb334291a6ca2d37b0b76fff8e120b1 /lib/config-mac.h | |
parent | 81c16c2e30deac6d39e2897b1d2a3623971b126d (diff) | |
download | curl-99a07a1fdf2a4e0ee37e8c324fcb6d52222ebaff.tar.gz |
build: provide SIZEOF_SIZE_T definition for non-configure builds
Diffstat (limited to 'lib/config-mac.h')
-rw-r--r-- | lib/config-mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config-mac.h b/lib/config-mac.h index 740f1d97c..1f7950ab1 100644 --- a/lib/config-mac.h +++ b/lib/config-mac.h @@ -61,6 +61,7 @@ #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 +#define SIZEOF_SIZE_T 4 #define HAVE_GETNAMEINFO 1 #define GETNAMEINFO_QUAL_ARG1 const |