diff options
| author | Michael Forney <mforney@mforney.org> | 2019-05-22 01:42:45 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-05-22 02:33:45 -0700 |
| commit | 856462fa60f5c88c2d0348d6843fe2955ab972de (patch) | |
| tree | 79a0440cd43aa4ab504181ea2e087d522fdf5782 /pkg/curl/curl_config.h | |
| parent | 0f0da1b86119a1574a4ec2d6e1a158956ea25d1b (diff) | |
curl: Update to 7.65.0
Diffstat (limited to 'pkg/curl/curl_config.h')
| -rw-r--r-- | pkg/curl/curl_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h index 23d66e9c..5957e628 100644 --- a/pkg/curl/curl_config.h +++ b/pkg/curl/curl_config.h @@ -85,11 +85,13 @@ #define HAVE_GETHOSTNAME 1 #define HAVE_GETIFADDRS 1 /* #undef HAVE_GETPASS_R */ +#define HAVE_GETPEERNAME 1 #define HAVE_GETPPID 1 #define HAVE_GETPWUID 1 #define HAVE_GETPWUID_R 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETSERVBYPORT_R 1 +#define HAVE_GETSOCKNAME 1 #define HAVE_GETTIMEOFDAY 1 /* #undef HAVE_GLIBC_STRERROR_R */ #define HAVE_GMTIME_R 1 |
