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.

347 lines
7.6 KiB

  1. /* include/log4cplus/config.h.in. Generated from configure.in 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 <dlfcn.h> header file. */
  12. #define HAVE_DLFCN_H 1
  13. /* Define to 1 if you have the `ftime' function. */
  14. #define HAVE_FTIME 1
  15. /* */
  16. #define HAVE_GETADDRINFO 1
  17. /* */
  18. /* #undef HAVE_GETHOSTBYNAME_R */
  19. /* Define to 1 if you have the `getpid' function. */
  20. #define HAVE_GETPID 1
  21. /* Define to 1 if you have the `gettimeofday' function. */
  22. #define HAVE_GETTIMEOFDAY 1
  23. /* Define to 1 if you have the `gmtime_r' function. */
  24. #define HAVE_GMTIME_R 1
  25. /* Define to 1 if you have the `htonl' function. */
  26. #define HAVE_HTONL 1
  27. /* Define to 1 if you have the `htons' function. */
  28. #define HAVE_HTONS 1
  29. /* Define to 1 if you have the `iconv' function. */
  30. /* #undef HAVE_ICONV */
  31. /* Define to 1 if you have the `iconv_close' function. */
  32. /* #undef HAVE_ICONV_CLOSE */
  33. /* Define to 1 if you have the `iconv_open' function. */
  34. /* #undef HAVE_ICONV_OPEN */
  35. /* Define to 1 if you have the <inttypes.h> header file. */
  36. #define HAVE_INTTYPES_H 1
  37. /* Define to 1 if you have the `advapi32' library (-ladvapi32). */
  38. /* #undef HAVE_LIBADVAPI32 */
  39. /* Define to 1 if you have the `libiconv' function. */
  40. /* #undef HAVE_LIBICONV */
  41. /* Define to 1 if you have the `libiconv_close' function. */
  42. /* #undef HAVE_LIBICONV_CLOSE */
  43. /* Define to 1 if you have the `libiconv_open' function. */
  44. /* #undef HAVE_LIBICONV_OPEN */
  45. /* Define to 1 if you have the `kernel32' library (-lkernel32). */
  46. /* #undef HAVE_LIBKERNEL32 */
  47. /* Define to 1 if you have the `nsl' library (-lnsl). */
  48. /* #undef HAVE_LIBNSL */
  49. /* Define to 1 if you have the `rt' library (-lrt). */
  50. /* #undef HAVE_LIBRT */
  51. /* Define to 1 if you have the `socket' library (-lsocket). */
  52. /* #undef HAVE_LIBSOCKET */
  53. /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
  54. /* #undef HAVE_LIBWS2_32 */
  55. /* Define to 1 if you have the `localtime_r' function. */
  56. #define HAVE_LOCALTIME_R 1
  57. /* Define to 1 if you have the `lstat' function. */
  58. #define HAVE_LSTAT 1
  59. /* Define to 1 if you have the <memory.h> header file. */
  60. #define HAVE_MEMORY_H 1
  61. /* Define to 1 if you have the `ntohl' function. */
  62. #define HAVE_NTOHL 1
  63. /* Define to 1 if you have the `ntohs' function. */
  64. #define HAVE_NTOHS 1
  65. /* Define if you have POSIX threads libraries and header files. */
  66. #undef HAVE_PTHREAD
  67. /* Define to 1 if you have the `stat' function. */
  68. #define HAVE_STAT 1
  69. /* Define to 1 if you have the <stdint.h> header file. */
  70. #define HAVE_STDINT_H 1
  71. /* Define to 1 if you have the <stdlib.h> header file. */
  72. #define HAVE_STDLIB_H 1
  73. /* Define to 1 if you have the <strings.h> header file. */
  74. #define HAVE_STRINGS_H 1
  75. /* Define to 1 if you have the <string.h> header file. */
  76. #define HAVE_STRING_H 1
  77. /* Define to 1 if you have the <sys/stat.h> header file. */
  78. #define HAVE_SYS_STAT_H 1
  79. /* Define to 1 if you have the <sys/types.h> header file. */
  80. #define HAVE_SYS_TYPES_H 1
  81. /* Define to 1 if you have the <unistd.h> header file. */
  82. #define HAVE_UNISTD_H 1
  83. /* Define to 1 if you have the `vfprintf_s' function. */
  84. /* #undef HAVE_VFPRINTF_S */
  85. /* Define to 1 if you have the `vfwprintf_s' function. */
  86. /* #undef HAVE_VFWPRINTF_S */
  87. /* Define to 1 if you have the `vsnprintf' function. */
  88. #define HAVE_VSNPRINTF 1
  89. /* Define to 1 if you have the `vsprintf_s' function. */
  90. /* #undef HAVE_VSPRINTF_S */
  91. /* Define to 1 if you have the `vswprintf_s' function. */
  92. /* #undef HAVE_VSWPRINTF_S */
  93. /* Define to 1 if you have the `_vsnprintf' function. */
  94. /* #undef HAVE__VSNPRINTF */
  95. /* Define to 1 if you have the `_vsnprintf_s' function. */
  96. /* #undef HAVE__VSNPRINTF_S */
  97. /* Define to 1 if you have the `_vsnwprintf_s' function. */
  98. /* #undef HAVE__VSNWPRINTF_S */
  99. /* Defined if the compiler supports __FUNCTION__ macro. */
  100. /* #undef HAVE___FUNCTION___MACRO */
  101. /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */
  102. /* #undef HAVE___PRETTY_FUNCTION___MACRO */
  103. /* Defined if the compiler provides __sync_add_and_fetch(). */
  104. #define HAVE___SYNC_ADD_AND_FETCH 1
  105. /* Defined if the compiler provides __sync_sub_and_fetch(). */
  106. #define HAVE___SYNC_SUB_AND_FETCH 1
  107. /* Defined for --enable-debugging builds. */
  108. #undef LOG4CPLUS_DEBUGGING
  109. /* Defined if the compiler understands __declspec(dllimport) or
  110. __attribute__((visibility("default"))) construct. */
  111. #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
  112. /* Defined if the compiler understands __declspec(dllexport) or construct. */
  113. #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default"))) /**/
  114. /* */
  115. #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
  116. /* */
  117. /* #undef LOG4CPLUS_HAVE_CLOCK_GETTIME */
  118. /* */
  119. #define LOG4CPLUS_HAVE_ENAMETOOLONG 1
  120. /* */
  121. #define LOG4CPLUS_HAVE_ERRNO_H 1
  122. /* */
  123. #define LOG4CPLUS_HAVE_FTIME 1
  124. /* */
  125. #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
  126. /* */
  127. #define LOG4CPLUS_HAVE_GETADDRINFO 1
  128. /* */
  129. /* #undef LOG4CPLUS_HAVE_GETHOSTBYNAME_R */
  130. /* */
  131. #define LOG4CPLUS_HAVE_GETPID 1
  132. /* */
  133. #define LOG4CPLUS_HAVE_GETTID 1
  134. /* */
  135. #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
  136. /* */
  137. #define LOG4CPLUS_HAVE_GMTIME_R 1
  138. /* */
  139. #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
  140. /* */
  141. #define LOG4CPLUS_HAVE_HTONL 1
  142. /* */
  143. #define LOG4CPLUS_HAVE_HTONS 1
  144. /* */
  145. /* #undef LOG4CPLUS_HAVE_ICONV */
  146. /* */
  147. /* #undef LOG4CPLUS_HAVE_ICONV_CLOSE */
  148. /* */
  149. #define LOG4CPLUS_HAVE_ICONV_H 1
  150. /* */
  151. /* #undef LOG4CPLUS_HAVE_ICONV_OPEN */
  152. /* */
  153. #define LOG4CPLUS_HAVE_LIMITS_H 1
  154. /* */
  155. #define LOG4CPLUS_HAVE_LOCALTIME_R 1
  156. /* */
  157. #define LOG4CPLUS_HAVE_LSTAT 1
  158. /* */
  159. #define LOG4CPLUS_HAVE_NETDB_H 1
  160. /* */
  161. #define LOG4CPLUS_HAVE_NETINET_IN_H 1
  162. /* */
  163. #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
  164. /* */
  165. #define LOG4CPLUS_HAVE_NTOHL 1
  166. /* */
  167. #define LOG4CPLUS_HAVE_NTOHS 1
  168. /* */
  169. #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
  170. /* */
  171. #define LOG4CPLUS_HAVE_STAT 1
  172. /* */
  173. #define LOG4CPLUS_HAVE_STDARG_H 1
  174. /* */
  175. #define LOG4CPLUS_HAVE_STDIO_H 1
  176. /* */
  177. #define LOG4CPLUS_HAVE_STDLIB_H 1
  178. /* */
  179. #define LOG4CPLUS_HAVE_SYSLOG_H 1
  180. /* */
  181. #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
  182. /* */
  183. #define LOG4CPLUS_HAVE_SYS_STAT_H 1
  184. /* */
  185. #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
  186. /* */
  187. #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
  188. /* */
  189. #define LOG4CPLUS_HAVE_SYS_TIME_H 1
  190. /* */
  191. #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
  192. /* */
  193. #define LOG4CPLUS_HAVE_TIME_H 1
  194. /* */
  195. #define LOG4CPLUS_HAVE_UNISTD_H 1
  196. /* */
  197. /* #undef LOG4CPLUS_HAVE_VFPRINTF_S */
  198. /* */
  199. /* #undef LOG4CPLUS_HAVE_VFWPRINTF_S */
  200. /* */
  201. #define LOG4CPLUS_HAVE_VSNPRINTF 1
  202. /* */
  203. /* #undef LOG4CPLUS_HAVE_VSPRINTF_S */
  204. /* */
  205. /* #undef LOG4CPLUS_HAVE_VSWPRINTF_S */
  206. /* */
  207. #define LOG4CPLUS_HAVE_WCHAR_H 1
  208. /* */
  209. /* #undef LOG4CPLUS_HAVE__VSNPRINTF */
  210. /* */
  211. /* #undef LOG4CPLUS_HAVE__VSNPRINTF_S */
  212. /* */
  213. /* #undef LOG4CPLUS_HAVE__VSNWPRINTF_S */
  214. /* */
  215. #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
  216. /* */
  217. #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
  218. /* Define if this is a single-threaded library. */
  219. #undef LOG4CPLUS_SINGLE_THREADED
  220. /* */
  221. #undef LOG4CPLUS_USE_PTHREADS
  222. /* Define for compilers/standard libraries that support more than just the "C"
  223. locale. */
  224. #undef LOG4CPLUS_WORKING_LOCALE
  225. /* Define to necessary symbol if this constant uses a non-standard name on
  226. your system. */
  227. #undef PTHREAD_CREATE_JOINABLE
  228. /* Define to 1 if you have the ANSI C header files. Seems to be unused*/
  229. #define STDC_HEADERS 1
  230. /* Define to int if undefined. */
  231. /* #undef socklen_t */
  232. #endif // LOG4CPLUS_CONFIG_H