From e91e48161235272ff485ff32bd048c53af731f43 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 5 May 2019 17:08:22 +0200 Subject: libcurl: #ifdef away more code for disabled features/protocols --- lib/curl_config.h.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/curl_config.h.cmake') diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 412e90daf..9ac64f651 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -235,6 +235,12 @@ /* Define to 1 if you have the `getprotobyname' function. */ #cmakedefine HAVE_GETPROTOBYNAME 1 +/* Define to 1 if you have the `getpeername' function. */ +#cmakedefine HAVE_GETPEERNAME 1 + +/* Define to 1 if you have the `getsockname' function. */ +#cmakedefine HAVE_GETSOCKNAME 1 + /* Define to 1 if you have the `getpwuid' function. */ #cmakedefine HAVE_GETPWUID 1 -- cgit v1.2.3