1 // #define's for Borland BCB5
2 // derived from automatically generated config.h. See Makefile.am.
3 
4 #pragma warn -8030 // temporary var
5 
6 /* Define to turn debugging globally on. */
7 #undef DEBUG
8 
9 /* Define to use log4j logging host. */
10 #undef ULXR_LOG4J
11 
12 /* Define if you have ftime(). */
13 #define HAVE_FTIME
14 
15 /* Define for unicode environment(). */
16 #undef ULXR_UNICODE
17 
18 /* Define to compile only the unicode helper methods. */
19 #define ULXR_UNICODE_ONLY_HELPERS
20 
21 /* Define if you have a multithreaded environment. */
22 #define ULXR_MULTITHREADED
23 
24 /* Define to compile for openssl support. */
25 #undef ULXR_INCLUDE_SSL_STUFF
26 
27 /* Define if you have the <expat.h> header file. */
28 #define HAVE_EXPAT_H 1
29 
30 /* Define if you have the <iconv.h> header file. */
31 /* #undef HAVE_ICONV_H 1 */
32 
33 /* Define as const if the declaration of iconv() needs const. */
34 #define ICONV_CONST
35 
36 /* Define if you have the <sys/socket.h> header file. */
37 #define HAVE_SYS_SOCKET_H 1
38 
39 /* Define if you have the strcase function. */
40 #undef HAVE_STRCASECMP
41 
42 /* root directory for the built-in http server */
43 #if !defined(ULXR_DATADIR)
44 # define ULXR_DATADIR "c:\\ulxmlrpcpp"
45 #endif
46 
47 /* define if WinSocket already started somewhere else. */
48 /* #undef ULXR_NO_WSA_STARTUP */
49 
50 /* define if you want to omit tcp/ip and http stuff. */
51 /* #undef ULXR_OMIT_TCP_STUFF */
52 
53 /* define if you want to automatically create Value()s from int, bool, .. */
54 /* #undef ULXR_USE_INTRINSIC_VALUE_TYPES */
55 
56 /* define if you want to create a Struct::Member like this: (name << value) */
57 /* #undef ULXR_STRUCT_MEMBER_FROM_NAME_VALUE */
58 
59 /* debugging: show call trace. */
60 /* #undef ULXR_SHOW_TRACE */
61 
62 /* debugging: show debug information. */
63 /* #undef ULXR_DEBUG_OUTPUT */
64 
65 /* debugging: show transfered data. */
66 /* #undef ULXR_SHOW_CONTENT */
67 
68 /* debugging: show http header contents. */
69 /* #undef ULXR_SHOW_HTTP */
70 
71 /* debugging: show each read characters. */
72 /* #undef ULXR_SHOW_READ */
73 
74 /* debugging: show each written characters. */
75 /* #undef ULXR_SHOW_WRITE */
76 
77 /* debugging: show xml data. */
78 /* #undef ULXR_SHOW_XML */
79 
80 /* Define to re-use a server socket (saves time while debugging). */
81 /* #undef ULXR_REUSE_SOCKET */
82 
83 /* use WxWindows strings instead of basic_string. */
84 /* #undef ULXR_USE_WXSTRING */
85 
86 /* Version number of package */
87 #define ULXR_VERSION "1.7.5"
88 
89 /* Version number of package as long int */
90 #define ULXR_VERSION_NUMBER "0x00010705"
91 
92 /* Name of package */
93 #define ULXR_PACKAGE "ulxmlrpcpp"
94 
95 /* Define if you have std::sprintf */
96 #define HAVE_STD_SPRINTF 1
97 
98 /* Define if you have std::ctime */
99 #define HAVE_STD_CTIME 1
100 
101