comparison Core/HttpClient.h @ 4026:05a363186da6

ORTHANC_BUILDING_FRAMEWORK_LIBRARY, Orthanc::InitializeFramework()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 16:26:57 +0200
parents f9863630ec7f
children
comparison
equal deleted inserted replaced
4019:bf35c4628777 4026:05a363186da6
40 #include <string> 40 #include <string>
41 #include <boost/noncopyable.hpp> 41 #include <boost/noncopyable.hpp>
42 #include <boost/shared_ptr.hpp> 42 #include <boost/shared_ptr.hpp>
43 #include <json/json.h> 43 #include <json/json.h>
44 44
45 #if !defined(ORTHANC_ENABLE_CURL)
46 # error The macro ORTHANC_ENABLE_CURL must be defined
47 #endif
48
49 #if ORTHANC_ENABLE_CURL != 1
50 # error Support for curl is disabled, cannot use this file
51 #endif
52
45 #if !defined(ORTHANC_ENABLE_SSL) 53 #if !defined(ORTHANC_ENABLE_SSL)
46 # error The macro ORTHANC_ENABLE_SSL must be defined 54 # error The macro ORTHANC_ENABLE_SSL must be defined
47 #endif 55 #endif
48 56
49 #if !defined(ORTHANC_ENABLE_PKCS11) 57 #if !defined(ORTHANC_ENABLE_PKCS11)