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.

259 lines
5.3 KiB

  1. #ifndef LOG4CPLUS_CONFIG_DEFINES_HXX
  2. #define LOG4CPLUS_CONFIG_DEFINES_HXX
  3. /* */
  4. #undef LOG4CPLUS_HAVE_SYSLOG_H
  5. /* */
  6. #undef LOG4CPLUS_HAVE_ARPA_INET_H
  7. /* */
  8. #undef LOG4CPLUS_HAVE_NETINET_IN_H
  9. /* */
  10. #undef LOG4CPLUS_HAVE_NETINET_TCP_H
  11. /* */
  12. #undef LOG4CPLUS_HAVE_SYS_TIMEB_H
  13. /* */
  14. #undef LOG4CPLUS_HAVE_SYS_TIME_H
  15. /* */
  16. #undef LOG4CPLUS_HAVE_SYS_TYPES_H
  17. /* */
  18. #undef LOG4CPLUS_HAVE_SYS_STAT_H
  19. /* */
  20. #undef LOG4CPLUS_HAVE_SYS_SYSCALL_H
  21. /* */
  22. #undef LOG4CPLUS_HAVE_SYS_FILE_H
  23. /* */
  24. #undef LOG4CPLUS_HAVE_TIME_H
  25. /* */
  26. #undef LOG4CPLUS_HAVE_SYS_SOCKET_H
  27. /* */
  28. #undef LOG4CPLUS_HAVE_NETDB_H
  29. /* */
  30. #undef LOG4CPLUS_HAVE_UNISTD_H
  31. /* */
  32. #undef LOG4CPLUS_HAVE_FCNTL_H
  33. /* */
  34. #undef LOG4CPLUS_HAVE_STDARG_H
  35. /* */
  36. #undef LOG4CPLUS_HAVE_STDIO_H
  37. /* */
  38. #undef LOG4CPLUS_HAVE_STDLIB_H
  39. /* */
  40. #undef LOG4CPLUS_HAVE_ERRNO_H
  41. /* */
  42. #undef LOG4CPLUS_HAVE_WCHAR_H
  43. /* */
  44. #undef LOG4CPLUS_HAVE_ICONV_H
  45. /* */
  46. #undef LOG4CPLUS_HAVE_LIMITS_H
  47. /* */
  48. #undef LOG4CPLUS_HAVE_FTIME
  49. /* */
  50. #undef LOG4CPLUS_HAVE_GETADDRINFO
  51. /* */
  52. #undef LOG4CPLUS_HAVE_GETHOSTBYNAME_R
  53. /* */
  54. #undef LOG4CPLUS_HAVE_GETPID
  55. /* */
  56. #undef LOG4CPLUS_HAVE_GETTIMEOFDAY
  57. /* Define to 1 if you have the `clock_gettime' function. */
  58. #undef LOG4CPLUS_HAVE_CLOCK_GETTIME
  59. /* Define to 1 if you have the `nanosleep' function. */
  60. #undef LOG4CPLUS_HAVE_NANOSLEEP
  61. /* Define to 1 if you have the `clock_nanosleep' function. */
  62. #undef LOG4CPLUS_HAVE_CLOCK_NANOSLEEP
  63. /* */
  64. #undef LOG4CPLUS_HAVE_GMTIME_R
  65. /* */
  66. #undef LOG4CPLUS_HAVE_HTONL
  67. /* */
  68. #undef LOG4CPLUS_HAVE_HTONS
  69. /* */
  70. #undef LOG4CPLUS_HAVE_LOCALTIME_R
  71. /* */
  72. #undef LOG4CPLUS_HAVE_LSTAT
  73. /* */
  74. #undef LOG4CPLUS_HAVE_FCNTL
  75. /* */
  76. #undef LOG4CPLUS_HAVE_LOCKF
  77. /* */
  78. #undef LOG4CPLUS_HAVE_FLOCK
  79. /* */
  80. #undef LOG4CPLUS_HAVE_NTOHL
  81. /* */
  82. #undef LOG4CPLUS_HAVE_NTOHS
  83. /* Define to 1 if you have the `shutdown' function. */
  84. #undef LOG4CPLUS_HAVE_SHUTDOWN
  85. /* */
  86. #undef LOG4CPLUS_HAVE_PIPE
  87. /* */
  88. #undef LOG4CPLUS_HAVE_PIPE2
  89. /* */
  90. #undef LOG4CPLUS_HAVE_POLL
  91. /* */
  92. #undef LOG4CPLUS_HAVE_POLL_H
  93. /* */
  94. #undef LOG4CPLUS_HAVE_STAT
  95. /* Define if this is a single-threaded library. */
  96. #undef LOG4CPLUS_SINGLE_THREADED
  97. /* */
  98. #undef LOG4CPLUS_USE_PTHREADS
  99. /* Define for compilers/standard libraries that support more than just the "C"
  100. locale. */
  101. #undef LOG4CPLUS_WORKING_LOCALE
  102. /* Define for C99 compilers/standard libraries that support more than just the
  103. "C" locale. */
  104. #undef LOG4CPLUS_WORKING_C_LOCALE
  105. /* Define to int if undefined. */
  106. #undef socklen_t
  107. /* Defined for --enable-debugging builds. */
  108. #undef LOG4CPLUS_DEBUGGING
  109. /* Defined if the compiler understands __declspec(dllexport) or
  110. __attribute__((visibility("default"))) construct. */
  111. #undef LOG4CPLUS_DECLSPEC_EXPORT
  112. /* Defined if the compiler understands __declspec(dllimport) or
  113. __attribute__((visibility("default"))) construct. */
  114. #undef LOG4CPLUS_DECLSPEC_IMPORT
  115. /* Defined if the compiler understands
  116. __attribute__((visibility("hidden"))) construct. */
  117. #undef LOG4CPLUS_DECLSPEC_PRIVATE
  118. /* */
  119. #undef LOG4CPLUS_HAVE_TLS_SUPPORT
  120. /* */
  121. #undef LOG4CPLUS_THREAD_LOCAL_VAR
  122. /* Defined if the host OS provides ENAMETOOLONG errno value. */
  123. #undef LOG4CPLUS_HAVE_ENAMETOOLONG
  124. /* Defined if the compiler provides __sync_add_and_fetch(). */
  125. #undef LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH
  126. /* Defined if the compiler provides __sync_sub_and_fetch(). */
  127. #undef LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH
  128. /* Defined if the compiler provides C++11 <atomic> header and increment,
  129. decrement operations. */
  130. #undef LOG4CPLUS_HAVE_CXX11_ATOMICS
  131. /* */
  132. #undef LOG4CPLUS_HAVE_C99_VARIADIC_MACROS
  133. /* */
  134. #undef LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS
  135. /* */
  136. #undef LOG4CPLUS_HAVE_VSNPRINTF
  137. /* Define to 1 if you have the `vsnwprintf' function. */
  138. #undef LOG4CPLUS_HAVE_VSNWPRINTF
  139. /* Define to 1 if you have the `_vsnwprintf' function. */
  140. #undef LOG4CPLUS_HAVE__VSNWPRINTF
  141. /* */
  142. #undef LOG4CPLUS_HAVE__VSNPRINTF
  143. /* Define to 1 if you have the `vfprintf_s' function. */
  144. #undef LOG4CPLUS_HAVE_VFPRINTF_S
  145. /* Define to 1 if you have the `vfwprintf_s' function. */
  146. #undef LOG4CPLUS_HAVE_VFWPRINTF_S
  147. /* Define to 1 if you have the `vsprintf_s' function. */
  148. #undef LOG4CPLUS_HAVE_VSPRINTF_S
  149. /* Define to 1 if you have the `vswprintf_s' function. */
  150. #undef LOG4CPLUS_HAVE_VSWPRINTF_S
  151. /* Define to 1 if you have the `_vsnprintf_s' function. */
  152. #undef LOG4CPLUS_HAVE__VSNPRINTF_S
  153. /* Define to 1 if you have the `_vsnwprintf_s' function. */
  154. #undef LOG4CPLUS_HAVE__VSNWPRINTF_S
  155. /* Defined if the compiler supports __FUNCTION__ macro. */
  156. #undef LOG4CPLUS_HAVE_FUNCTION_MACRO
  157. /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */
  158. #undef LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO
  159. /* Defined if the compiler supports __func__ symbol. */
  160. #undef LOG4CPLUS_HAVE_FUNC_SYMBOL
  161. /* Define to 1 if you have the `mbstowcs' function. */
  162. #undef LOG4CPLUS_HAVE_MBSTOWCS
  163. /* Define to 1 if you have the `wcstombs' function. */
  164. #undef LOG4CPLUS_HAVE_WCSTOMBS
  165. /* Define to 1 if you have Linux style syscall(SYS_gettid). */
  166. #undef LOG4CPLUS_HAVE_GETTID
  167. /* Define when iconv() is available. */
  168. #undef LOG4CPLUS_WITH_ICONV
  169. /* Define to 1 if you have the `iconv' function. */
  170. #undef LOG4CPLUS_HAVE_ICONV
  171. /* Define to 1 if you have the `iconv_close' function. */
  172. #undef LOG4CPLUS_HAVE_ICONV_CLOSE
  173. /* Define to 1 if you have the `iconv_open' function. */
  174. #undef LOG4CPLUS_HAVE_ICONV_OPEN
  175. #endif // LOG4CPLUS_CONFIG_DEFINES_HXX