2008-05-23 16:56:24 -04:00
|
|
|
/* Win32 version of transport_config.h.
|
|
|
|
|
|
|
|
For other platforms, this is generated automatically, but for Windows,
|
|
|
|
someone generates it manually. Nonetheless, we keep it looking as much
|
|
|
|
as possible like the automatically generated one to make it easier to
|
|
|
|
maintain (e.g. you can compare the two and see why something builds
|
|
|
|
differently for Windows that for some other platform).
|
|
|
|
*/
|
2006-12-20 22:57:49 -05:00
|
|
|
#define MUST_BUILD_WININET_CLIENT 1
|
|
|
|
#define MUST_BUILD_CURL_CLIENT 0
|
|
|
|
#define MUST_BUILD_LIBWWW_CLIENT 0
|
2008-05-23 16:56:24 -04:00
|
|
|
static const char * const XMLRPC_DEFAULT_TRANSPORT =
|
|
|
|
"wininet";
|