Updated the curl-cmake/curl_config.h to resolve the build error in MacOS

This commit is contained in:
Meena Renganathan 2022-03-24 06:36:03 -07:00
parent d19090fdaf
commit db58a87fcb

View File

@ -48,3 +48,6 @@
#define ENABLE_IPV6
#define USE_OPENSSL
#define USE_THREADS_POSIX
#define HAVE_BOOL_T 1
#define HAVE_STDBOOL_H 1