00001 // #define's for Borland BCB5 00002 // derived from automatically generated config.h. See Makefile.am. 00003 00004 #pragma warn -8030 // temporary var 00005 00006 /* Define to turn debugging globally on. */ 00007 #undef DEBUG 00008 00009 /* Define to use log4j logging host. */ 00010 #undef ULXR_LOG4J 00011 00012 /* Define if you have ftime(). */ 00013 #define HAVE_FTIME 00014 00015 /* Define for unicode environment(). */ 00016 #undef ULXR_UNICODE 00017 00018 /* Define to compile only the unicode helper methods. */ 00019 #define ULXR_UNICODE_ONLY_HELPERS 00020 00021 /* Define if you have a multithreaded environment. */ 00022 #define ULXR_MULTITHREADED 00023 00024 /* Define to compile for openssl support. */ 00025 #undef ULXR_INCLUDE_SSL_STUFF 00026 00027 /* Define if you have the <expat.h> header file. */ 00028 #define HAVE_EXPAT_H 1 00029 00030 /* Define if you have the <iconv.h> header file. */ 00031 /* #undef HAVE_ICONV_H 1 */ 00032 00033 /* Define as const if the declaration of iconv() needs const. */ 00034 #define ICONV_CONST 00035 00036 /* Define if you have the <sys/socket.h> header file. */ 00037 #define HAVE_SYS_SOCKET_H 1 00038 00039 /* Define if you have the strcase function. */ 00040 #undef HAVE_STRCASECMP 00041 00042 /* root directory for the built-in http server */ 00043 #if !defined(ULXR_DATADIR) 00044 # define ULXR_DATADIR "c:\\ulxmlrpcpp" 00045 #endif 00046 00047 /* define if WinSocket already started somewhere else. */ 00048 /* #undef ULXR_NO_WSA_STARTUP */ 00049 00050 /* define if you want to omit tcp/ip and http stuff. */ 00051 /* #undef ULXR_OMIT_TCP_STUFF */ 00052 00053 /* define if you want to automatically create Value()s from int, bool, .. */ 00054 /* #undef ULXR_USE_INTRINSIC_VALUE_TYPES */ 00055 00056 /* define if you want to create a Struct::Member like this: (name << value) */ 00057 /* #undef ULXR_STRUCT_MEMBER_FROM_NAME_VALUE */ 00058 00059 /* debugging: show call trace. */ 00060 /* #undef ULXR_SHOW_TRACE */ 00061 00062 /* debugging: show debug information. */ 00063 /* #undef ULXR_DEBUG_OUTPUT */ 00064 00065 /* debugging: show transfered data. */ 00066 /* #undef ULXR_SHOW_CONTENT */ 00067 00068 /* debugging: show http header contents. */ 00069 /* #undef ULXR_SHOW_HTTP */ 00070 00071 /* debugging: show each read characters. */ 00072 /* #undef ULXR_SHOW_READ */ 00073 00074 /* debugging: show each written characters. */ 00075 /* #undef ULXR_SHOW_WRITE */ 00076 00077 /* debugging: show xml data. */ 00078 /* #undef ULXR_SHOW_XML */ 00079 00080 /* Define to re-use a server socket (saves time while debugging). */ 00081 /* #undef ULXR_REUSE_SOCKET */ 00082 00083 /* use WxWindows strings instead of basic_string. */ 00084 /* #undef ULXR_USE_WXSTRING */ 00085 00086 /* Version number of package */ 00087 #define ULXR_VERSION "1.7.0" 00088 00089 /* Name of package */ 00090 #define ULXR_PACKAGE "ulxmlrpcpp" 00091 00092 /* Define if you have std::sprintf */ 00093 #define HAVE_STD_SPRINTF 1 00094 00095 /* Define if you have std::ctime */ 00096 #define HAVE_STD_CTIME 1 00097