config.h 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. #ifndef _INCLUDE_LOG4CPP_CONFIG_H
  2. #define _INCLUDE_LOG4CPP_CONFIG_H 1
  3. /* include/log4cpp/config.h. Generated automatically at end of configure. */
  4. /* include/config.h. Generated from config.h.in by configure. */
  5. /* include/config.h.in. Generated from configure.ac by autoheader. */
  6. /* define if RemoteSyslogAppender is disabled */
  7. /* #undef LOG4CPP_DISABLE_REMOTE_SYSLOG */
  8. /* define if SmtpAppender is disabled */
  9. /* #undef LOG4CPP_DISABLE_SMTP */
  10. /* Define to 1 if you have the <dlfcn.h> header file. */
  11. #ifndef LOG4CPP_HAVE_DLFCN_H
  12. #define LOG4CPP_HAVE_DLFCN_H 1
  13. #endif
  14. /* Define to 1 if you have the `ftime' function. */
  15. #ifndef LOG4CPP_HAVE_FTIME
  16. #define LOG4CPP_HAVE_FTIME 1
  17. #endif
  18. /* Define to 1 if you have the `gettimeofday' function. */
  19. #ifndef LOG4CPP_HAVE_GETTIMEOFDAY
  20. #define LOG4CPP_HAVE_GETTIMEOFDAY 1
  21. #endif
  22. /* Define to 1 if the system has the type `int64_t'. */
  23. #ifndef LOG4CPP_HAVE_INT64_T
  24. #define LOG4CPP_HAVE_INT64_T 1
  25. #endif
  26. /* Define to 1 if you have the <inttypes.h> header file. */
  27. #ifndef LOG4CPP_HAVE_INTTYPES_H
  28. #define LOG4CPP_HAVE_INTTYPES_H 1
  29. #endif
  30. /* Define to 1 if you have the <io.h> header file. */
  31. /* #undef LOG4CPP_HAVE_IO_H */
  32. /* Define to 1 if you have the `idsa' library (-lidsa). */
  33. /* #undef LOG4CPP_HAVE_LIBIDSA */
  34. /* Define to 1 if you have the `localtime_r' function. */
  35. #ifndef LOG4CPP_HAVE_LOCALTIME_R
  36. #define LOG4CPP_HAVE_LOCALTIME_R 1
  37. #endif
  38. /* Define if you have POSIX threads libraries and header files. */
  39. #ifndef LOG4CPP_HAVE_PTHREAD
  40. #define LOG4CPP_HAVE_PTHREAD 1
  41. #endif
  42. /* Define to 1 if you have the `snprintf' function. */
  43. #ifndef LOG4CPP_HAVE_SNPRINTF
  44. #define LOG4CPP_HAVE_SNPRINTF 1
  45. #endif
  46. /* Define to 1 if you have the <sstream> header file. */
  47. #ifndef LOG4CPP_HAVE_SSTREAM
  48. #define LOG4CPP_HAVE_SSTREAM 1
  49. #endif
  50. /* Define to 1 if you have the <stdint.h> header file. */
  51. #ifndef LOG4CPP_HAVE_STDINT_H
  52. #define LOG4CPP_HAVE_STDINT_H 1
  53. #endif
  54. /* Define to 1 if you have the <stdio.h> header file. */
  55. #ifndef LOG4CPP_HAVE_STDIO_H
  56. #define LOG4CPP_HAVE_STDIO_H 1
  57. #endif
  58. /* Define to 1 if you have the <stdlib.h> header file. */
  59. #ifndef LOG4CPP_HAVE_STDLIB_H
  60. #define LOG4CPP_HAVE_STDLIB_H 1
  61. #endif
  62. /* Define to 1 if you have the <strings.h> header file. */
  63. #ifndef LOG4CPP_HAVE_STRINGS_H
  64. #define LOG4CPP_HAVE_STRINGS_H 1
  65. #endif
  66. /* Define to 1 if you have the <string.h> header file. */
  67. #ifndef LOG4CPP_HAVE_STRING_H
  68. #define LOG4CPP_HAVE_STRING_H 1
  69. #endif
  70. /* Define to 1 if you have the `syslog' function. */
  71. #ifndef LOG4CPP_HAVE_SYSLOG
  72. #define LOG4CPP_HAVE_SYSLOG 1
  73. #endif
  74. /* Define to 1 if you have the <sys/stat.h> header file. */
  75. #ifndef LOG4CPP_HAVE_SYS_STAT_H
  76. #define LOG4CPP_HAVE_SYS_STAT_H 1
  77. #endif
  78. /* Define to 1 if you have the <sys/types.h> header file. */
  79. #ifndef LOG4CPP_HAVE_SYS_TYPES_H
  80. #define LOG4CPP_HAVE_SYS_TYPES_H 1
  81. #endif
  82. /* define if threading is enabled */
  83. #ifndef LOG4CPP_HAVE_THREADING
  84. #define LOG4CPP_HAVE_THREADING 1
  85. #endif
  86. /* Define to 1 if you have the <unistd.h> header file. */
  87. #ifndef LOG4CPP_HAVE_UNISTD_H
  88. #define LOG4CPP_HAVE_UNISTD_H 1
  89. #endif
  90. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  91. #ifndef LOG4CPP_LT_OBJDIR
  92. #define LOG4CPP_LT_OBJDIR ".libs/"
  93. #endif
  94. /* Name of package */
  95. #ifndef LOG4CPP_PACKAGE
  96. #define LOG4CPP_PACKAGE "log4cpp"
  97. #endif
  98. /* Define to the address where bug reports for this package should be sent. */
  99. #ifndef LOG4CPP_PACKAGE_BUGREPORT
  100. #define LOG4CPP_PACKAGE_BUGREPORT ""
  101. #endif
  102. /* Define to the full name of this package. */
  103. #ifndef LOG4CPP_PACKAGE_NAME
  104. #define LOG4CPP_PACKAGE_NAME "log4cpp"
  105. #endif
  106. /* Define to the full name and version of this package. */
  107. #ifndef LOG4CPP_PACKAGE_STRING
  108. #define LOG4CPP_PACKAGE_STRING "log4cpp 1.1"
  109. #endif
  110. /* Define to the one symbol short name of this package. */
  111. #ifndef LOG4CPP_PACKAGE_TARNAME
  112. #define LOG4CPP_PACKAGE_TARNAME "log4cpp"
  113. #endif
  114. /* Define to the home page for this package. */
  115. #ifndef LOG4CPP_PACKAGE_URL
  116. #define LOG4CPP_PACKAGE_URL ""
  117. #endif
  118. /* Define to the version of this package. */
  119. #ifndef LOG4CPP_PACKAGE_VERSION
  120. #define LOG4CPP_PACKAGE_VERSION "1.1"
  121. #endif
  122. /* Define to necessary symbol if this constant uses a non-standard name on
  123. your system. */
  124. /* #undef LOG4CPP_PTHREAD_CREATE_JOINABLE */
  125. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  126. required in a freestanding environment). This macro is provided for
  127. backward compatibility; new code need not use it. */
  128. #ifndef LOG4CPP_STDC_HEADERS
  129. #define LOG4CPP_STDC_HEADERS 1
  130. #endif
  131. /* define if pthread library is available */
  132. #ifndef LOG4CPP_USE_PTHREADS
  133. #define LOG4CPP_USE_PTHREADS 1
  134. #endif
  135. /* Version number of package */
  136. #ifndef LOG4CPP_VERSION
  137. #define LOG4CPP_VERSION "1.1"
  138. #endif
  139. /* _INCLUDE_LOG4CPP_CONFIG_H */
  140. #endif