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.2 KiB

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