You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

480 lines
11 KiB

  1. /* include/log4cplus/config.h. Generated from config.h.in by configure. */
  2. /* include/log4cplus/config.h.in. Generated from configure.ac by autoheader. */
  3. #ifndef LOG4CPLUS_CONFIG_H
  4. #define LOG4CPLUS_CONFIG_H
  5. /* Defined if the compiler supports C99 style variadic macros with
  6. __VA_ARGS__. */
  7. /* #undef HAS_C99_VARIADIC_MACROS */
  8. /* Defined if the compiler supports GNU style variadic macros. */
  9. /* #undef HAS_GNU_VARIADIC_MACROS */
  10. /* Define to 1 if you have the `clock_gettime' function. */
  11. #define HAVE_CLOCK_GETTIME 1
  12. /* Define to 1 if you have the `clock_nanosleep' function. */
  13. #define HAVE_CLOCK_NANOSLEEP 1
  14. /* Defined if the compiler provides C++11 <atomic> header and increment,
  15. decrement operations. */
  16. /* #undef HAVE_CXX11_ATOMICS */
  17. /* Define to 1 if you have the <dlfcn.h> header file. */
  18. #define HAVE_DLFCN_H 1
  19. /* Define to 1 if you have the `fcntl' function. */
  20. #define HAVE_FCNTL 1
  21. /* Define to 1 if you have the `flock' function. */
  22. #define HAVE_FLOCK 1
  23. /* Define to 1 if you have the `ftime' function. */
  24. #define HAVE_FTIME 1
  25. /* */
  26. #define HAVE_GETADDRINFO 1
  27. /* */
  28. #define HAVE_GETHOSTBYNAME_R 1
  29. /* Define to 1 if you have the `getpid' function. */
  30. #define HAVE_GETPID 1
  31. /* Define to 1 if you have the `gettimeofday' function. */
  32. #define HAVE_GETTIMEOFDAY 1
  33. /* Define to 1 if you have the `gmtime_r' function. */
  34. #define HAVE_GMTIME_R 1
  35. /* Define to 1 if you have the `htonl' function. */
  36. #define HAVE_HTONL 1
  37. /* Define to 1 if you have the `htons' function. */
  38. #define HAVE_HTONS 1
  39. /* Define to 1 if you have the `iconv' function. */
  40. /* #undef HAVE_ICONV */
  41. /* Define to 1 if you have the `iconv_close' function. */
  42. /* #undef HAVE_ICONV_CLOSE */
  43. /* Define to 1 if you have the `iconv_open' function. */
  44. /* #undef HAVE_ICONV_OPEN */
  45. /* Define to 1 if you have the <inttypes.h> header file. */
  46. #define HAVE_INTTYPES_H 1
  47. /* Define to 1 if you have the `advapi32' library (-ladvapi32). */
  48. /* #undef HAVE_LIBADVAPI32 */
  49. /* Define to 1 if you have the `libiconv' function. */
  50. /* #undef HAVE_LIBICONV */
  51. /* Define to 1 if you have the `libiconv_close' function. */
  52. /* #undef HAVE_LIBICONV_CLOSE */
  53. /* Define to 1 if you have the `libiconv_open' function. */
  54. /* #undef HAVE_LIBICONV_OPEN */
  55. /* Define to 1 if you have the `kernel32' library (-lkernel32). */
  56. /* #undef HAVE_LIBKERNEL32 */
  57. /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
  58. /* #undef HAVE_LIBWS2_32 */
  59. /* Define to 1 if you have the `localtime_r' function. */
  60. #define HAVE_LOCALTIME_R 1
  61. /* Define to 1 if you have the `lockf' function. */
  62. #define HAVE_LOCKF 1
  63. /* Define to 1 if you have the `lstat' function. */
  64. #define HAVE_LSTAT 1
  65. /* Define to 1 if you have the `mbstowcs' function. */
  66. #define HAVE_MBSTOWCS 1
  67. /* Define to 1 if you have the <memory.h> header file. */
  68. #define HAVE_MEMORY_H 1
  69. /* Define to 1 if you have the `nanosleep' function. */
  70. #define HAVE_NANOSLEEP 1
  71. /* Define to 1 if you have the `ntohl' function. */
  72. #define HAVE_NTOHL 1
  73. /* Define to 1 if you have the `ntohs' function. */
  74. #define HAVE_NTOHS 1
  75. /* Define to 1 if you have the `pipe' function. */
  76. #define HAVE_PIPE 1
  77. /* Define to 1 if you have the `pipe2' function. */
  78. #define HAVE_PIPE2 1
  79. /* Define to 1 if you have the `poll' function. */
  80. #define HAVE_POLL 1
  81. /* Define if you have POSIX threads libraries and header files. */
  82. #define HAVE_PTHREAD 1
  83. /* Have PTHREAD_PRIO_INHERIT. */
  84. #define HAVE_PTHREAD_PRIO_INHERIT 1
  85. /* Define to 1 if you have the `stat' function. */
  86. #define HAVE_STAT 1
  87. /* Define to 1 if you have the <stdint.h> header file. */
  88. #define HAVE_STDINT_H 1
  89. /* Define to 1 if you have the <stdlib.h> header file. */
  90. #define HAVE_STDLIB_H 1
  91. /* Define to 1 if you have the <strings.h> header file. */
  92. #define HAVE_STRINGS_H 1
  93. /* Define to 1 if you have the <string.h> header file. */
  94. #define HAVE_STRING_H 1
  95. /* Define to 1 if you have the <sys/stat.h> header file. */
  96. #define HAVE_SYS_STAT_H 1
  97. /* Define to 1 if you have the <sys/types.h> header file. */
  98. #define HAVE_SYS_TYPES_H 1
  99. /* Defined if the compiler understands __thread or __declspec(thread)
  100. construct. */
  101. #define HAVE_TLS_SUPPORT 1
  102. /* Define to 1 if you have the <unistd.h> header file. */
  103. #define HAVE_UNISTD_H 1
  104. /* Define to 1 if you have the `vfprintf_s' function. */
  105. /* #undef HAVE_VFPRINTF_S */
  106. /* Define to 1 if you have the `vfwprintf_s' function. */
  107. /* #undef HAVE_VFWPRINTF_S */
  108. /* Define to 1 if you have the `vsnprintf' function. */
  109. #define HAVE_VSNPRINTF 1
  110. /* Define to 1 if you have the `vsnwprintf' function. */
  111. /* #undef HAVE_VSNWPRINTF */
  112. /* Define to 1 if you have the `vsprintf_s' function. */
  113. /* #undef HAVE_VSPRINTF_S */
  114. /* Define to 1 if you have the `vswprintf_s' function. */
  115. /* #undef HAVE_VSWPRINTF_S */
  116. /* Define to 1 if you have the `wcstombs' function. */
  117. #define HAVE_WCSTOMBS 1
  118. /* Define to 1 if you have the `_vsnprintf_s' function. */
  119. /* #undef HAVE__VSNPRINTF_S */
  120. /* Define to 1 if you have the `_vsnwprintf' function. */
  121. /* #undef HAVE__VSNWPRINTF */
  122. /* Define to 1 if you have the `_vsnwprintf_s' function. */
  123. /* #undef HAVE__VSNWPRINTF_S */
  124. /* Defined if the compiler supports __FUNCTION__ macro. */
  125. /* #undef HAVE___FUNCTION___MACRO */
  126. /* Defined if the compiler supports __func__ symbol. */
  127. /* #undef HAVE___FUNC___SYMBOL */
  128. /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */
  129. /* #undef HAVE___PRETTY_FUNCTION___MACRO */
  130. /* Defined if the compiler provides __sync_add_and_fetch(). */
  131. #define HAVE___SYNC_ADD_AND_FETCH 1
  132. /* Defined if the compiler provides __sync_sub_and_fetch(). */
  133. #define HAVE___SYNC_SUB_AND_FETCH 1
  134. /* Defined for --enable-debugging builds. */
  135. /* #undef LOG4CPLUS_DEBUGGING */
  136. /* Defined if the compiler understands __declspec(dllimport) or
  137. __attribute__((visibility("default"))) or __global construct. */
  138. #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
  139. /* Defined if the compiler understands __declspec(dllimport) or
  140. __attribute__((visibility("default"))) or __global construct. */
  141. #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
  142. /* Defined if the compiler understands __attribute__((visibility("hidden")))
  143. or __hidden construct. */
  144. #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
  145. /* */
  146. #define LOG4CPLUS_HAVE_ARPA_INET_H 1
  147. /* */
  148. #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
  149. /* */
  150. #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
  151. /* */
  152. #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
  153. /* */
  154. /* #undef LOG4CPLUS_HAVE_CXX11_ATOMICS */
  155. /* */
  156. #define LOG4CPLUS_HAVE_ENAMETOOLONG 1
  157. /* */
  158. #define LOG4CPLUS_HAVE_ERRNO_H 1
  159. /* */
  160. #define LOG4CPLUS_HAVE_FCNTL 1
  161. /* */
  162. #define LOG4CPLUS_HAVE_FCNTL_H 1
  163. /* */
  164. #define LOG4CPLUS_HAVE_FLOCK 1
  165. /* */
  166. #define LOG4CPLUS_HAVE_FTIME 1
  167. /* */
  168. #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
  169. /* */
  170. #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
  171. /* */
  172. #define LOG4CPLUS_HAVE_GETADDRINFO 1
  173. /* */
  174. #define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1
  175. /* */
  176. #define LOG4CPLUS_HAVE_GETPID 1
  177. /* */
  178. #define LOG4CPLUS_HAVE_GETTID 1
  179. /* */
  180. #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
  181. /* */
  182. #define LOG4CPLUS_HAVE_GMTIME_R 1
  183. /* */
  184. #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
  185. /* */
  186. #define LOG4CPLUS_HAVE_HTONL 1
  187. /* */
  188. #define LOG4CPLUS_HAVE_HTONS 1
  189. /* */
  190. /* #undef LOG4CPLUS_HAVE_ICONV */
  191. /* */
  192. /* #undef LOG4CPLUS_HAVE_ICONV_CLOSE */
  193. /* */
  194. /* #undef LOG4CPLUS_HAVE_ICONV_H */
  195. /* */
  196. /* #undef LOG4CPLUS_HAVE_ICONV_OPEN */
  197. /* */
  198. #define LOG4CPLUS_HAVE_LIMITS_H 1
  199. /* */
  200. #define LOG4CPLUS_HAVE_LOCALTIME_R 1
  201. /* */
  202. #define LOG4CPLUS_HAVE_LOCKF 1
  203. /* */
  204. #define LOG4CPLUS_HAVE_LSTAT 1
  205. /* */
  206. #define LOG4CPLUS_HAVE_MBSTOWCS 1
  207. /* */
  208. #define LOG4CPLUS_HAVE_NANOSLEEP 1
  209. /* */
  210. #define LOG4CPLUS_HAVE_NETDB_H 1
  211. /* */
  212. #define LOG4CPLUS_HAVE_NETINET_IN_H 1
  213. /* */
  214. #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
  215. /* */
  216. #define LOG4CPLUS_HAVE_NTOHL 1
  217. /* */
  218. #define LOG4CPLUS_HAVE_NTOHS 1
  219. /* */
  220. #define LOG4CPLUS_HAVE_PIPE 1
  221. /* */
  222. #define LOG4CPLUS_HAVE_PIPE2 1
  223. /* */
  224. #define LOG4CPLUS_HAVE_POLL 1
  225. /* */
  226. #define LOG4CPLUS_HAVE_POLL_H 1
  227. /* */
  228. #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
  229. /* */
  230. #define LOG4CPLUS_HAVE_STAT 1
  231. /* */
  232. #define LOG4CPLUS_HAVE_STDARG_H 1
  233. /* */
  234. #define LOG4CPLUS_HAVE_STDIO_H 1
  235. /* */
  236. #define LOG4CPLUS_HAVE_STDLIB_H 1
  237. /* */
  238. #define LOG4CPLUS_HAVE_SYSLOG_H 1
  239. /* */
  240. #define LOG4CPLUS_HAVE_SYS_FILE_H 1
  241. /* */
  242. #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
  243. /* */
  244. #define LOG4CPLUS_HAVE_SYS_STAT_H 1
  245. /* */
  246. #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
  247. /* */
  248. #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
  249. /* */
  250. #define LOG4CPLUS_HAVE_SYS_TIME_H 1
  251. /* */
  252. #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
  253. /* */
  254. #define LOG4CPLUS_HAVE_TIME_H 1
  255. /* */
  256. #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
  257. /* */
  258. #define LOG4CPLUS_HAVE_UNISTD_H 1
  259. /* */
  260. /* #undef LOG4CPLUS_HAVE_VFPRINTF_S */
  261. /* */
  262. /* #undef LOG4CPLUS_HAVE_VFWPRINTF_S */
  263. /* */
  264. #define LOG4CPLUS_HAVE_VSNPRINTF 1
  265. /* */
  266. /* #undef LOG4CPLUS_HAVE_VSNWPRINTF */
  267. /* */
  268. /* #undef LOG4CPLUS_HAVE_VSPRINTF_S */
  269. /* */
  270. /* #undef LOG4CPLUS_HAVE_VSWPRINTF_S */
  271. /* */
  272. #define LOG4CPLUS_HAVE_WCHAR_H 1
  273. /* */
  274. #define LOG4CPLUS_HAVE_WCSTOMBS 1
  275. /* */
  276. /* #undef LOG4CPLUS_HAVE__VSNPRINTF_S */
  277. /* */
  278. /* #undef LOG4CPLUS_HAVE__VSNWPRINTF */
  279. /* */
  280. /* #undef LOG4CPLUS_HAVE__VSNWPRINTF_S */
  281. /* */
  282. #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
  283. /* */
  284. #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
  285. /* Define if this is a single-threaded library. */
  286. /* #undef LOG4CPLUS_SINGLE_THREADED */
  287. /* */
  288. #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
  289. /* */
  290. /* #undef LOG4CPLUS_USE_PTHREADS */
  291. /* Define when iconv() is available. */
  292. /* #undef LOG4CPLUS_WITH_ICONV */
  293. /* Define for C99 compilers/standard libraries that support more than just the
  294. "C" locale. */
  295. /* #undef LOG4CPLUS_WORKING_C_LOCALE */
  296. /* Define for compilers/standard libraries that support more than just the "C"
  297. locale. */
  298. /* #undef LOG4CPLUS_WORKING_LOCALE */
  299. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  300. */
  301. #define LT_OBJDIR ".libs/"
  302. /* Define to the address where bug reports for this package should be sent. */
  303. #define PACKAGE_BUGREPORT ""
  304. /* Define to the full name of this package. */
  305. #define PACKAGE_NAME "log4cplus"
  306. /* Define to the full name and version of this package. */
  307. #define PACKAGE_STRING "log4cplus 1.1.2"
  308. /* Define to the one symbol short name of this package. */
  309. #define PACKAGE_TARNAME "log4cplus"
  310. /* Define to the home page for this package. */
  311. #define PACKAGE_URL ""
  312. /* Define to the version of this package. */
  313. #define PACKAGE_VERSION "1.1.2"
  314. /* Define to necessary symbol if this constant uses a non-standard name on
  315. your system. */
  316. /* #undef PTHREAD_CREATE_JOINABLE */
  317. /* Define to 1 if you have the ANSI C header files. */
  318. #define STDC_HEADERS 1
  319. /* Defined to the actual TLS support construct. */
  320. #define TLS_SUPPORT_CONSTRUCT __thread
  321. /* Substitute for socklen_t */
  322. /* #undef socklen_t */
  323. #endif // LOG4CPLUS_CONFIG_H