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