freeswitch/libs/xmlrpc-c/Windows/transport_config.h
Michael Jerris b981d49ae4 add windows header files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8548 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-23 21:10:48 +00:00

14 lines
576 B
C

/* 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).
*/
#define MUST_BUILD_WININET_CLIENT 1
#define MUST_BUILD_CURL_CLIENT 0
#define MUST_BUILD_LIBWWW_CLIENT 0
static const char * const XMLRPC_DEFAULT_TRANSPORT =
"wininet";