ulxr_config-cygwin.h

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

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