2
0

transport_config_win32.h 563 B

12345678910111213
  1. /* Win32 version of transport_config.h.
  2. For other platforms, this is generated automatically, but for Windows,
  3. someone generates it manually. Nonetheless, we keep it looking as much
  4. as possible like the automatically generated one to make it easier to
  5. maintain (e.g. you can compare the two and see why something builds
  6. differently for Windows that for some other platform).
  7. */
  8. #define MUST_BUILD_WININET_CLIENT 1
  9. #define MUST_BUILD_CURL_CLIENT 0
  10. #define MUST_BUILD_LIBWWW_CLIENT 0
  11. static const char * const XMLRPC_DEFAULT_TRANSPORT =
  12. "wininet";