log4cplus  2.0.0
defines.hxx
Go to the documentation of this file.
00001 /* include/log4cplus/config/defines.hxx.  Generated from defines.hxx.in by configure.  */
00002 #ifndef LOG4CPLUS_CONFIG_DEFINES_HXX
00003 #define LOG4CPLUS_CONFIG_DEFINES_HXX
00004 
00005 /* */
00006 #define LOG4CPLUS_HAVE_SYSLOG_H 1
00007 
00008 /* */
00009 #define LOG4CPLUS_HAVE_ARPA_INET_H 1
00010 
00011 /* */
00012 #define LOG4CPLUS_HAVE_NETINET_IN_H 1
00013 
00014 /* */
00015 #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
00016 
00017 /* */
00018 #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
00019 
00020 /* */
00021 #define LOG4CPLUS_HAVE_SYS_TIME_H 1
00022 
00023 /* */
00024 #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
00025 
00026 /* */
00027 #define LOG4CPLUS_HAVE_SYS_STAT_H 1
00028 
00029 /* */
00030 #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
00031 
00032 /* */
00033 #define LOG4CPLUS_HAVE_SYS_FILE_H 1
00034 
00035 /* */
00036 #define LOG4CPLUS_HAVE_TIME_H 1
00037 
00038 /* */
00039 #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
00040 
00041 /* */
00042 #define LOG4CPLUS_HAVE_NETDB_H 1
00043 
00044 /* */
00045 #define LOG4CPLUS_HAVE_UNISTD_H 1
00046 
00047 /* */
00048 #define LOG4CPLUS_HAVE_FCNTL_H 1
00049 
00050 /* */
00051 #define LOG4CPLUS_HAVE_STDARG_H 1
00052 
00053 /* */
00054 #define LOG4CPLUS_HAVE_STDIO_H 1
00055 
00056 /* */
00057 #define LOG4CPLUS_HAVE_STDLIB_H 1
00058 
00059 /* */
00060 #define LOG4CPLUS_HAVE_ERRNO_H 1
00061 
00062 /* */
00063 #define LOG4CPLUS_HAVE_WCHAR_H 1
00064 
00065 /* */
00066 /* #undef LOG4CPLUS_HAVE_ICONV_H */
00067 
00068 /* */
00069 #define LOG4CPLUS_HAVE_LIMITS_H 1
00070 
00071 /* */
00072 #define LOG4CPLUS_HAVE_FTIME 1
00073 
00074 /* */
00075 #define LOG4CPLUS_HAVE_GETADDRINFO 1
00076 
00077 /* */
00078 #define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1
00079 
00080 /* */
00081 #define LOG4CPLUS_HAVE_GETPID 1
00082 
00083 /* */
00084 #define LOG4CPLUS_HAVE_GMTIME_R 1
00085 
00086 /* */
00087 #define LOG4CPLUS_HAVE_HTONL 1
00088 
00089 /* */
00090 #define LOG4CPLUS_HAVE_HTONS 1
00091 
00092 /* */
00093 #define LOG4CPLUS_HAVE_LOCALTIME_R 1
00094 
00095 /* */
00096 #define LOG4CPLUS_HAVE_LSTAT 1
00097 
00098 /* */
00099 #define LOG4CPLUS_HAVE_FCNTL 1
00100 
00101 /* */
00102 #define LOG4CPLUS_HAVE_LOCKF 1
00103 
00104 /* */
00105 #define LOG4CPLUS_HAVE_FLOCK 1
00106 
00107 /* */
00108 #define LOG4CPLUS_HAVE_NTOHL 1
00109 
00110 /* */
00111 #define LOG4CPLUS_HAVE_NTOHS 1
00112 
00113 /* Define to 1 if you have the `shutdown' function. */
00114 #define LOG4CPLUS_HAVE_SHUTDOWN 1
00115 
00116 /* */
00117 #define LOG4CPLUS_HAVE_PIPE 1
00118 
00119 /* */
00120 #define LOG4CPLUS_HAVE_PIPE2 1
00121 
00122 /* */
00123 #define LOG4CPLUS_HAVE_POLL 1
00124 
00125 /* */
00126 #define LOG4CPLUS_HAVE_POLL_H 1
00127 
00128 /* */
00129 #define LOG4CPLUS_HAVE_STAT 1
00130 
00131 /* Define if this is a single-threaded library. */
00132 /* #undef LOG4CPLUS_SINGLE_THREADED */
00133 
00134 /* */
00135 /* #undef LOG4CPLUS_USE_PTHREADS */
00136 
00137 /* Define for compilers/standard libraries that support more than just the "C"
00138    locale. */
00139 /* #undef LOG4CPLUS_WORKING_LOCALE */
00140 
00141 /* Define for C99 compilers/standard libraries that support more than just the
00142    "C" locale. */
00143 #define LOG4CPLUS_WORKING_C_LOCALE 1
00144 
00145 /* Define to int if undefined. */
00146 /* #undef socklen_t */
00147 
00148 /* Defined for --enable-debugging builds. */
00149 /* #undef LOG4CPLUS_DEBUGGING */
00150 
00151 /* Defined if the compiler understands __declspec(dllexport) or
00152    __attribute__((visibility("default"))) construct. */
00153 #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
00154 
00155 /* Defined if the compiler understands __declspec(dllimport) or
00156    __attribute__((visibility("default"))) construct. */
00157 #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
00158 
00159 /* Defined if the compiler understands
00160    __attribute__((visibility("hidden"))) construct. */
00161 #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
00162 
00163 /* */
00164 #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
00165 
00166 /* */
00167 #define LOG4CPLUS_THREAD_LOCAL_VAR thread_local
00168 
00169 /* Defined if the host OS provides ENAMETOOLONG errno value. */
00170 #define LOG4CPLUS_HAVE_ENAMETOOLONG 1
00171 
00172 /* */
00173 #define LOG4CPLUS_HAVE_VSNPRINTF 1
00174 
00175 /* Define to 1 if you have the `vsnwprintf' function. */
00176 /* #undef LOG4CPLUS_HAVE_VSNWPRINTF */
00177 
00178 /* Define to 1 if you have the `_vsnwprintf' function. */
00179 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF */
00180 
00181 /* */
00182 /* #undef LOG4CPLUS_HAVE__VSNPRINTF */
00183 
00184 /* Define to 1 if you have the `vfprintf_s' function. */
00185 /* #undef LOG4CPLUS_HAVE_VFPRINTF_S */
00186 
00187 /* Define to 1 if you have the `vfwprintf_s' function. */
00188 /* #undef LOG4CPLUS_HAVE_VFWPRINTF_S */
00189 
00190 /* Define to 1 if you have the `vsprintf_s' function. */
00191 /* #undef LOG4CPLUS_HAVE_VSPRINTF_S */
00192 
00193 /* Define to 1 if you have the `vswprintf_s' function. */
00194 /* #undef LOG4CPLUS_HAVE_VSWPRINTF_S */
00195 
00196 /* Define to 1 if you have the `_vsnprintf_s' function. */
00197 /* #undef LOG4CPLUS_HAVE__VSNPRINTF_S */
00198 
00199 /* Define to 1 if you have the `_vsnwprintf_s' function. */
00200 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF_S */
00201 
00202 /* Defined if the compiler supports __FUNCTION__ macro. */
00203 #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
00204 
00205 /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */
00206 #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
00207 
00208 /* Defined if the compiler supports __func__ symbol. */
00209 #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
00210 
00211 /* Define to 1 if you have the `mbstowcs' function. */
00212 #define LOG4CPLUS_HAVE_MBSTOWCS 1
00213 
00214 /* Define to 1 if you have the `wcstombs' function. */
00215 #define LOG4CPLUS_HAVE_WCSTOMBS 1
00216 
00217 /* Define to 1 if you have Linux style syscall(SYS_gettid). */
00218 #define LOG4CPLUS_HAVE_GETTID 1
00219 
00220 /* Define when iconv() is available. */
00221 /* #undef LOG4CPLUS_WITH_ICONV */
00222 
00223 /* Define to 1 if you have the `iconv' function. */
00224 /* #undef LOG4CPLUS_HAVE_ICONV */
00225 
00226 /* Define to 1 if you have the `iconv_close' function. */
00227 /* #undef LOG4CPLUS_HAVE_ICONV_CLOSE */
00228 
00229 /* Define to 1 if you have the `iconv_open' function. */
00230 /* #undef LOG4CPLUS_HAVE_ICONV_OPEN */
00231 
00232 /* Define to 1 if you have the `OutputDebugString' function. */
00233 /* #undef LOG4CPLUS_HAVE_OUTPUTDEBUGSTRING */
00234 
00235 /* Define to 1 if the system has the `constructor' function attribute
00236    with priority */
00237 #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
00238 
00239 /* Define to 1 if the system has the `constructor' function attribute */
00240 #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
00241 
00242 /* Define to 1 if the system has the `init_priority' variable attribute */
00243 #define LOG4CPLUS_HAVE_VAR_ATTRIBUTE_INIT_PRIORITY 1
00244 
00245 /* Defined to enable unit tests. */
00246 /* #undef LOG4CPLUS_WITH_UNIT_TESTS */
00247 
00248 #endif // LOG4CPLUS_CONFIG_DEFINES_HXX