From 38bbe4ec4c9010c06c8d62b7f69652f5efcd3ded Mon Sep 17 00:00:00 2001 From: yhirose Date: Sat, 16 Dec 2017 18:40:35 -0500 Subject: [PATCH] Removed automatic inclution of with '__has_incude' --- httplib.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/httplib.h b/httplib.h index d159b9f..4a448e1 100644 --- a/httplib.h +++ b/httplib.h @@ -58,14 +58,6 @@ typedef int socket_t; #include #include -#ifdef __has_include -#if __has_include() -#ifndef CPPHTTPLIB_OPENSSL_SUPPORT -#define CPPHTTPLIB_OPENSSL_SUPPORT -#endif -#endif -#endif - #ifdef CPPHTTPLIB_OPENSSL_SUPPORT #include #endif