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.

236 lines
5.5 KiB

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