config.h.in 12 KB

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