config.h.in 9.7 KB

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