ulxr_config-msvc.h

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

Generated on Sun Aug 19 20:08:57 2007 for ulxmlrpcpp by  doxygen 1.5.1