diff options
author | Bertrand SIMONNET <bsimonnet@google.com> | 2015-07-09 11:05:09 -0700 |
---|---|---|
committer | Bertrand SIMONNET <bsimonnet@google.com> | 2015-07-09 16:29:59 -0700 |
commit | 8eb97d044bca094e812492eb49a5cc1790cf1296 (patch) | |
tree | 517e658ceab73e16b9dc6f194a8518699002b480 /include/curl/curlbuild.h.in | |
parent | f551028d5caab29d4b4a4ae8c159c76c3cfd4887 (diff) | |
download | android_external_curl-8eb97d044bca094e812492eb49a5cc1790cf1296.tar.gz android_external_curl-8eb97d044bca094e812492eb49a5cc1790cf1296.tar.bz2 android_external_curl-8eb97d044bca094e812492eb49a5cc1790cf1296.zip |
Don't rely on hardcoded type size.
Instead of hard coding the type size computed in configure (which
prevents cross compilation), use either the type sizes defined by bionic
or sizeof instruction.
BUG: 22347561
Change-Id: Ia1d8ba914e2f410754d0bd49618956d19d517d25
Diffstat (limited to 'include/curl/curlbuild.h.in')
-rw-r--r-- | include/curl/curlbuild.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/curl/curlbuild.h.in b/include/curl/curlbuild.h.in index e29f195..7cb2b6e 100644 --- a/include/curl/curlbuild.h.in +++ b/include/curl/curlbuild.h.in @@ -158,9 +158,6 @@ # include <sys/poll.h> #endif -/* The size of `long', as computed by sizeof. */ -#undef CURL_SIZEOF_LONG - /* Integral data type used for curl_socklen_t. */ #undef CURL_TYPEOF_CURL_SOCKLEN_T |