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.

238 lines
4.9 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. /* */
  84. #undef LOG4CPLUS_HAVE_STAT
  85. /* Define if this is a single-threaded library. */
  86. #undef LOG4CPLUS_SINGLE_THREADED
  87. /* */
  88. #undef LOG4CPLUS_USE_PTHREADS
  89. /* Define for compilers/standard libraries that support more than just the "C"
  90. locale. */
  91. #undef LOG4CPLUS_WORKING_LOCALE
  92. /* Define for C99 compilers/standard libraries that support more than just the
  93. "C" locale. */
  94. #undef LOG4CPLUS_WORKING_C_LOCALE
  95. /* Define to int if undefined. */
  96. #undef socklen_t
  97. /* Defined for --enable-debugging builds. */
  98. #undef LOG4CPLUS_DEBUGGING
  99. /* Defined if the compiler understands __declspec(dllexport) or
  100. __attribute__((visibility("default"))) construct. */
  101. #undef LOG4CPLUS_DECLSPEC_EXPORT
  102. /* Defined if the compiler understands __declspec(dllimport) or
  103. __attribute__((visibility("default"))) construct. */
  104. #undef LOG4CPLUS_DECLSPEC_IMPORT
  105. /* Defined if the compiler understands
  106. __attribute__((visibility("hidden"))) construct. */
  107. #undef LOG4CPLUS_DECLSPEC_PRIVATE
  108. /* */
  109. #undef LOG4CPLUS_HAVE_TLS_SUPPORT
  110. /* */
  111. #undef LOG4CPLUS_THREAD_LOCAL_VAR
  112. /* Defined if the host OS provides ENAMETOOLONG errno value. */
  113. #undef LOG4CPLUS_HAVE_ENAMETOOLONG
  114. /* Defined if the compiler provides __sync_add_and_fetch(). */
  115. #undef LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH
  116. /* Defined if the compiler provides __sync_sub_and_fetch(). */
  117. #undef LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH
  118. /* Defined if the compiler provides C++11 <atomic> header and increment,
  119. decrement operations. */
  120. #undef LOG4CPLUS_HAVE_CXX11_ATOMICS
  121. /* */
  122. #undef LOG4CPLUS_HAVE_C99_VARIADIC_MACROS
  123. /* */
  124. #undef LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS
  125. /* */
  126. #undef LOG4CPLUS_HAVE_VSNPRINTF
  127. /* */
  128. #undef LOG4CPLUS_HAVE__VSNPRINTF
  129. /* Define to 1 if you have the `vfprintf_s' function. */
  130. #undef LOG4CPLUS_HAVE_VFPRINTF_S
  131. /* Define to 1 if you have the `vfwprintf_s' function. */
  132. #undef LOG4CPLUS_HAVE_VFWPRINTF_S
  133. /* Define to 1 if you have the `vsprintf_s' function. */
  134. #undef LOG4CPLUS_HAVE_VSPRINTF_S
  135. /* Define to 1 if you have the `vswprintf_s' function. */
  136. #undef LOG4CPLUS_HAVE_VSWPRINTF_S
  137. /* Define to 1 if you have the `_vsnprintf_s' function. */
  138. #undef LOG4CPLUS_HAVE__VSNPRINTF_S
  139. /* Define to 1 if you have the `_vsnwprintf_s' function. */
  140. #undef LOG4CPLUS_HAVE__VSNWPRINTF_S
  141. /* Defined if the compiler supports __FUNCTION__ macro. */
  142. #undef LOG4CPLUS_HAVE_FUNCTION_MACRO
  143. /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */
  144. #undef LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO
  145. /* Defined if the compiler supports __func__ symbol. */
  146. #undef LOG4CPLUS_HAVE_FUNC_SYMBOL
  147. /* Define to 1 if you have the `mbstowcs' function. */
  148. #undef LOG4CPLUS_HAVE_MBSTOWCS
  149. /* Define to 1 if you have the `wcstombs' function. */
  150. #undef LOG4CPLUS_HAVE_WCSTOMBS
  151. /* Define to 1 if you have Linux style syscall(SYS_gettid). */
  152. #undef LOG4CPLUS_HAVE_GETTID
  153. /* Define when iconv() is available. */
  154. #undef LOG4CPLUS_WITH_ICONV
  155. /* Define to 1 if you have the `iconv' function. */
  156. #undef LOG4CPLUS_HAVE_ICONV
  157. /* Define to 1 if you have the `iconv_close' function. */
  158. #undef LOG4CPLUS_HAVE_ICONV_CLOSE
  159. /* Define to 1 if you have the `iconv_open' function. */
  160. #undef LOG4CPLUS_HAVE_ICONV_OPEN
  161. #endif // LOG4CPLUS_CONFIG_DEFINES_HXX