log4cplus
2.0.0
|
00001 /* include/log4cplus/config.h. Generated from config.h.in by configure. */ 00002 /* include/log4cplus/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 #ifndef LOG4CPLUS_CONFIG_H 00005 00006 #define LOG4CPLUS_CONFIG_H 00007 00008 /* define if the compiler supports basic C++11 syntax */ 00009 /* #undef HAVE_CXX11 */ 00010 00011 /* Define to 1 if you have the <dlfcn.h> header file. */ 00012 #define HAVE_DLFCN_H 1 00013 00014 /* Define to 1 if you have the `fcntl' function. */ 00015 #define HAVE_FCNTL 1 00016 00017 /* Define to 1 if you have the `flock' function. */ 00018 #define HAVE_FLOCK 1 00019 00020 /* Define to 1 if you have the `ftime' function. */ 00021 #define HAVE_FTIME 1 00022 00023 /* Define to 1 if the system has the `constructor' function attribute */ 00024 #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1 00025 00026 /* Define to 1 if the system has the `constructor_priority' function attribute 00027 */ 00028 #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1 00029 00030 /* */ 00031 #define HAVE_GETADDRINFO 1 00032 00033 /* */ 00034 #define HAVE_GETHOSTBYNAME_R 1 00035 00036 /* Define to 1 if you have the `getpid' function. */ 00037 #define HAVE_GETPID 1 00038 00039 /* Define to 1 if you have the `gmtime_r' function. */ 00040 #define HAVE_GMTIME_R 1 00041 00042 /* Define to 1 if you have the `htonl' function. */ 00043 #define HAVE_HTONL 1 00044 00045 /* Define to 1 if you have the `htons' function. */ 00046 #define HAVE_HTONS 1 00047 00048 /* Define to 1 if you have the `iconv' function. */ 00049 /* #undef HAVE_ICONV */ 00050 00051 /* Define to 1 if you have the `iconv_close' function. */ 00052 /* #undef HAVE_ICONV_CLOSE */ 00053 00054 /* Define to 1 if you have the `iconv_open' function. */ 00055 /* #undef HAVE_ICONV_OPEN */ 00056 00057 /* Define to 1 if you have the <inttypes.h> header file. */ 00058 #define HAVE_INTTYPES_H 1 00059 00060 /* Define to 1 if you have the `advapi32' library (-ladvapi32). */ 00061 /* #undef HAVE_LIBADVAPI32 */ 00062 00063 /* Define to 1 if you have the `libiconv' function. */ 00064 /* #undef HAVE_LIBICONV */ 00065 00066 /* Define to 1 if you have the `libiconv_close' function. */ 00067 /* #undef HAVE_LIBICONV_CLOSE */ 00068 00069 /* Define to 1 if you have the `libiconv_open' function. */ 00070 /* #undef HAVE_LIBICONV_OPEN */ 00071 00072 /* Define to 1 if you have the `kernel32' library (-lkernel32). */ 00073 /* #undef HAVE_LIBKERNEL32 */ 00074 00075 /* Define to 1 if you have the `oleaut32' library (-loleaut32). */ 00076 /* #undef HAVE_LIBOLEAUT32 */ 00077 00078 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 00079 /* #undef HAVE_LIBWS2_32 */ 00080 00081 /* Define to 1 if you have the `localtime_r' function. */ 00082 #define HAVE_LOCALTIME_R 1 00083 00084 /* Define to 1 if you have the `lockf' function. */ 00085 #define HAVE_LOCKF 1 00086 00087 /* Define to 1 if you have the `lstat' function. */ 00088 #define HAVE_LSTAT 1 00089 00090 /* Define to 1 if you have the `mbstowcs' function. */ 00091 #define HAVE_MBSTOWCS 1 00092 00093 /* Define to 1 if you have the <memory.h> header file. */ 00094 #define HAVE_MEMORY_H 1 00095 00096 /* Define to 1 if you have the `ntohl' function. */ 00097 #define HAVE_NTOHL 1 00098 00099 /* Define to 1 if you have the `ntohs' function. */ 00100 #define HAVE_NTOHS 1 00101 00102 /* Define to 1 if you have the `OutputDebugStringW' function. */ 00103 /* #undef HAVE_OUTPUTDEBUGSTRINGW */ 00104 00105 /* Define to 1 if you have the `pipe' function. */ 00106 #define HAVE_PIPE 1 00107 00108 /* Define to 1 if you have the `pipe2' function. */ 00109 #define HAVE_PIPE2 1 00110 00111 /* Define to 1 if you have the `poll' function. */ 00112 #define HAVE_POLL 1 00113 00114 /* Define if you have POSIX threads libraries and header files. */ 00115 #define HAVE_PTHREAD 1 00116 00117 /* Have PTHREAD_PRIO_INHERIT. */ 00118 #define HAVE_PTHREAD_PRIO_INHERIT 1 00119 00120 /* If available, contains the Python version number currently in use. */ 00121 #define HAVE_PYTHON "2.7" 00122 00123 /* Define to 1 if you have the `shutdown' function. */ 00124 #define HAVE_SHUTDOWN 1 00125 00126 /* Define to 1 if you have the `stat' function. */ 00127 #define HAVE_STAT 1 00128 00129 /* Define to 1 if you have the <stdint.h> header file. */ 00130 #define HAVE_STDINT_H 1 00131 00132 /* Define to 1 if you have the <stdlib.h> header file. */ 00133 #define HAVE_STDLIB_H 1 00134 00135 /* Define to 1 if you have the <strings.h> header file. */ 00136 #define HAVE_STRINGS_H 1 00137 00138 /* Define to 1 if you have the <string.h> header file. */ 00139 #define HAVE_STRING_H 1 00140 00141 /* Define to 1 if you have the <sys/stat.h> header file. */ 00142 #define HAVE_SYS_STAT_H 1 00143 00144 /* Define to 1 if you have the <sys/types.h> header file. */ 00145 #define HAVE_SYS_TYPES_H 1 00146 00147 /* Defined if the compiler understands __thread or __declspec(thread) 00148 construct. */ 00149 #define HAVE_TLS_SUPPORT 1 00150 00151 /* Define to 1 if you have the <unistd.h> header file. */ 00152 #define HAVE_UNISTD_H 1 00153 00154 /* Define to 1 if the system has the `init_priority' variable attribute */ 00155 #define HAVE_VAR_ATTRIBUTE_INIT_PRIORITY 1 00156 00157 /* Define to 1 if you have the `vfprintf_s' function. */ 00158 /* #undef HAVE_VFPRINTF_S */ 00159 00160 /* Define to 1 if you have the `vfwprintf_s' function. */ 00161 /* #undef HAVE_VFWPRINTF_S */ 00162 00163 /* Define to 1 if you have the `vsnprintf' function. */ 00164 #define HAVE_VSNPRINTF 1 00165 00166 /* Define to 1 if you have the `vsnwprintf' function. */ 00167 /* #undef HAVE_VSNWPRINTF */ 00168 00169 /* Define to 1 if you have the `vsprintf_s' function. */ 00170 /* #undef HAVE_VSPRINTF_S */ 00171 00172 /* Define to 1 if you have the `vswprintf_s' function. */ 00173 /* #undef HAVE_VSWPRINTF_S */ 00174 00175 /* Define to 1 if you have the `wcstombs' function. */ 00176 #define HAVE_WCSTOMBS 1 00177 00178 /* Define to 1 if you have the `_vsnprintf' function. */ 00179 /* #undef HAVE__VSNPRINTF */ 00180 00181 /* Define to 1 if you have the `_vsnprintf_s' function. */ 00182 /* #undef HAVE__VSNPRINTF_S */ 00183 00184 /* Define to 1 if you have the `_vsnwprintf' function. */ 00185 /* #undef HAVE__VSNWPRINTF */ 00186 00187 /* Define to 1 if you have the `_vsnwprintf_s' function. */ 00188 /* #undef HAVE__VSNWPRINTF_S */ 00189 00190 /* Defined if the compiler supports __FUNCTION__ macro. */ 00191 /* #undef HAVE___FUNCTION___MACRO */ 00192 00193 /* Defined if the compiler supports __func__ symbol. */ 00194 /* #undef HAVE___FUNC___SYMBOL */ 00195 00196 /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */ 00197 /* #undef HAVE___PRETTY_FUNCTION___MACRO */ 00198 00199 /* Defined for --enable-debugging builds. */ 00200 /* #undef LOG4CPLUS_DEBUGGING */ 00201 00202 /* Defined if the compiler understands __declspec(dllimport) or 00203 __attribute__((visibility("default"))) or __global construct. */ 00204 #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default"))) 00205 00206 /* Defined if the compiler understands __declspec(dllimport) or 00207 __attribute__((visibility("default"))) or __global construct. */ 00208 #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default"))) 00209 00210 /* Defined if the compiler understands __attribute__((visibility("hidden"))) 00211 or __hidden construct. */ 00212 #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden"))) 00213 00214 /* */ 00215 #define LOG4CPLUS_HAVE_ARPA_INET_H 1 00216 00217 /* Define if ENAMETOOLONG is provided. */ 00218 #define LOG4CPLUS_HAVE_ENAMETOOLONG 1 00219 00220 /* */ 00221 #define LOG4CPLUS_HAVE_ERRNO_H 1 00222 00223 /* */ 00224 #define LOG4CPLUS_HAVE_FCNTL 1 00225 00226 /* */ 00227 #define LOG4CPLUS_HAVE_FCNTL_H 1 00228 00229 /* */ 00230 #define LOG4CPLUS_HAVE_FLOCK 1 00231 00232 /* */ 00233 #define LOG4CPLUS_HAVE_FTIME 1 00234 00235 /* Define if compiler supports __FUNCTION__ macro. */ 00236 #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1 00237 00238 /* Define if compiler supports __attribute__((constructor)). */ 00239 #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1 00240 00241 /* Define if compiler supports __attribute__((constructor(PRIORITY))). */ 00242 #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1 00243 00244 /* Define if compiler supports __func__ symbol. */ 00245 #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1 00246 00247 /* Define if getaddrinfo() is provided. */ 00248 #define LOG4CPLUS_HAVE_GETADDRINFO 1 00249 00250 /* Define if gethostbyname_r() is provided. */ 00251 #define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1 00252 00253 /* */ 00254 #define LOG4CPLUS_HAVE_GETPID 1 00255 00256 /* Define if gettid() Linux syscall is available. */ 00257 #define LOG4CPLUS_HAVE_GETTID 1 00258 00259 /* */ 00260 #define LOG4CPLUS_HAVE_GMTIME_R 1 00261 00262 /* */ 00263 #define LOG4CPLUS_HAVE_HTONL 1 00264 00265 /* */ 00266 #define LOG4CPLUS_HAVE_HTONS 1 00267 00268 /* */ 00269 /* #undef LOG4CPLUS_HAVE_ICONV */ 00270 00271 /* */ 00272 /* #undef LOG4CPLUS_HAVE_ICONV_CLOSE */ 00273 00274 /* */ 00275 /* #undef LOG4CPLUS_HAVE_ICONV_H */ 00276 00277 /* */ 00278 /* #undef LOG4CPLUS_HAVE_ICONV_OPEN */ 00279 00280 /* */ 00281 #define LOG4CPLUS_HAVE_LIMITS_H 1 00282 00283 /* */ 00284 #define LOG4CPLUS_HAVE_LOCALTIME_R 1 00285 00286 /* */ 00287 #define LOG4CPLUS_HAVE_LOCKF 1 00288 00289 /* */ 00290 #define LOG4CPLUS_HAVE_LSTAT 1 00291 00292 /* */ 00293 #define LOG4CPLUS_HAVE_MBSTOWCS 1 00294 00295 /* */ 00296 #define LOG4CPLUS_HAVE_NETDB_H 1 00297 00298 /* */ 00299 #define LOG4CPLUS_HAVE_NETINET_IN_H 1 00300 00301 /* */ 00302 #define LOG4CPLUS_HAVE_NETINET_TCP_H 1 00303 00304 /* */ 00305 #define LOG4CPLUS_HAVE_NTOHL 1 00306 00307 /* */ 00308 #define LOG4CPLUS_HAVE_NTOHS 1 00309 00310 /* */ 00311 /* #undef LOG4CPLUS_HAVE_OUTPUTDEBUGSTRING */ 00312 00313 /* */ 00314 #define LOG4CPLUS_HAVE_PIPE 1 00315 00316 /* */ 00317 #define LOG4CPLUS_HAVE_PIPE2 1 00318 00319 /* */ 00320 #define LOG4CPLUS_HAVE_POLL 1 00321 00322 /* */ 00323 #define LOG4CPLUS_HAVE_POLL_H 1 00324 00325 /* DEfine if compiler supports __PRETTY_FUNCTION__ macro. */ 00326 #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1 00327 00328 /* */ 00329 #define LOG4CPLUS_HAVE_SHUTDOWN 1 00330 00331 /* */ 00332 #define LOG4CPLUS_HAVE_STAT 1 00333 00334 /* */ 00335 #define LOG4CPLUS_HAVE_STDARG_H 1 00336 00337 /* */ 00338 #define LOG4CPLUS_HAVE_STDIO_H 1 00339 00340 /* */ 00341 #define LOG4CPLUS_HAVE_STDLIB_H 1 00342 00343 /* */ 00344 #define LOG4CPLUS_HAVE_SYSLOG_H 1 00345 00346 /* */ 00347 #define LOG4CPLUS_HAVE_SYS_FILE_H 1 00348 00349 /* */ 00350 #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1 00351 00352 /* */ 00353 #define LOG4CPLUS_HAVE_SYS_STAT_H 1 00354 00355 /* */ 00356 #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1 00357 00358 /* */ 00359 #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1 00360 00361 /* */ 00362 #define LOG4CPLUS_HAVE_SYS_TIME_H 1 00363 00364 /* */ 00365 #define LOG4CPLUS_HAVE_SYS_TYPES_H 1 00366 00367 /* */ 00368 #define LOG4CPLUS_HAVE_TIME_H 1 00369 00370 /* */ 00371 #define LOG4CPLUS_HAVE_TLS_SUPPORT 1 00372 00373 /* */ 00374 #define LOG4CPLUS_HAVE_UNISTD_H 1 00375 00376 /* Define if compiler supports __attribute__((init_priority(PRIORITY))). */ 00377 #define LOG4CPLUS_HAVE_VAR_ATTRIBUTE_INIT_PRIORITY 1 00378 00379 /* */ 00380 /* #undef LOG4CPLUS_HAVE_VFPRINTF_S */ 00381 00382 /* */ 00383 /* #undef LOG4CPLUS_HAVE_VFWPRINTF_S */ 00384 00385 /* */ 00386 #define LOG4CPLUS_HAVE_VSNPRINTF 1 00387 00388 /* */ 00389 /* #undef LOG4CPLUS_HAVE_VSNWPRINTF */ 00390 00391 /* */ 00392 /* #undef LOG4CPLUS_HAVE_VSPRINTF_S */ 00393 00394 /* */ 00395 /* #undef LOG4CPLUS_HAVE_VSWPRINTF_S */ 00396 00397 /* */ 00398 #define LOG4CPLUS_HAVE_WCHAR_H 1 00399 00400 /* */ 00401 #define LOG4CPLUS_HAVE_WCSTOMBS 1 00402 00403 /* */ 00404 /* #undef LOG4CPLUS_HAVE__VSNPRINTF */ 00405 00406 /* */ 00407 /* #undef LOG4CPLUS_HAVE__VSNPRINTF_S */ 00408 00409 /* */ 00410 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF */ 00411 00412 /* */ 00413 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF_S */ 00414 00415 /* Define if this is a single-threaded library. */ 00416 /* #undef LOG4CPLUS_SINGLE_THREADED */ 00417 00418 /* */ 00419 #define LOG4CPLUS_THREAD_LOCAL_VAR thread_local 00420 00421 /* */ 00422 /* #undef LOG4CPLUS_USE_PTHREADS */ 00423 00424 /* Define when iconv() is available. */ 00425 /* #undef LOG4CPLUS_WITH_ICONV */ 00426 00427 /* Defined to enable unit tests. */ 00428 /* #undef LOG4CPLUS_WITH_UNIT_TESTS */ 00429 00430 /* Define for C99 compilers/standard libraries that support more than just the 00431 "C" locale. */ 00432 #define LOG4CPLUS_WORKING_C_LOCALE 1 00433 00434 /* Define for compilers/standard libraries that support more than just the "C" 00435 locale. */ 00436 /* #undef LOG4CPLUS_WORKING_LOCALE */ 00437 00438 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00439 */ 00440 #define LT_OBJDIR ".libs/" 00441 00442 /* Define to the address where bug reports for this package should be sent. */ 00443 #define PACKAGE_BUGREPORT "" 00444 00445 /* Define to the full name of this package. */ 00446 #define PACKAGE_NAME "log4cplus" 00447 00448 /* Define to the full name and version of this package. */ 00449 #define PACKAGE_STRING "log4cplus 2.0.0" 00450 00451 /* Define to the one symbol short name of this package. */ 00452 #define PACKAGE_TARNAME "log4cplus" 00453 00454 /* Define to the home page for this package. */ 00455 #define PACKAGE_URL "" 00456 00457 /* Define to the version of this package. */ 00458 #define PACKAGE_VERSION "2.0.0" 00459 00460 /* Define to necessary symbol if this constant uses a non-standard name on 00461 your system. */ 00462 /* #undef PTHREAD_CREATE_JOINABLE */ 00463 00464 /* Define to 1 if you have the ANSI C header files. */ 00465 #define STDC_HEADERS 1 00466 00467 /* Defined to the actual TLS support construct. */ 00468 #define TLS_SUPPORT_CONSTRUCT thread_local 00469 00470 /* Substitute for socklen_t */ 00471 /* #undef socklen_t */ 00472 00473 #endif // LOG4CPLUS_CONFIG_H