defines.hxx 6.3 KB

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