diff options
author | Haibo Huang <hhb@google.com> | 2019-05-22 00:50:27 -0700 |
---|---|---|
committer | Haibo Huang <hhb@google.com> | 2019-05-23 21:56:48 -0700 |
commit | 34ab3465b2ef3c2ecf613738b94ff3fd8538d1e7 (patch) | |
tree | def0cd4694db248f8c4d521c308102eb404252c2 /lib/config-win32.h | |
parent | 3ba998c1da1beee0fd5ff39891c723ac6f0936a0 (diff) | |
download | external_curl-34ab3465b2ef3c2ecf613738b94ff3fd8538d1e7.tar.gz external_curl-34ab3465b2ef3c2ecf613738b94ff3fd8538d1e7.tar.bz2 external_curl-34ab3465b2ef3c2ecf613738b94ff3fd8538d1e7.zip |
Upgrade curl to curl-7_65_0
Test: build, boots, `vendor/google/tools/fake-ota on streaming` works
Change-Id: I14034f7e81b55368c1927440cb2003b6b173a6f8
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r-- | lib/config-win32.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h index 76b00b9b..24c35d33 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -185,6 +185,9 @@ /* Define if you have the ftruncate function. */ #define HAVE_FTRUNCATE 1 +/* Define to 1 if you have the `getpeername' function. */ +#define HAVE_GETPEERNAME 1 + /* Define if you have the gethostbyaddr function. */ #define HAVE_GETHOSTBYADDR 1 |