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.

452 lines
9.3 KiB

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