config-auto.h 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. #ifndef _INCLUDE_CPPUNIT_CONFIG_AUTO_H
  2. #define _INCLUDE_CPPUNIT_CONFIG_AUTO_H 1
  3. /* include/cppunit/config-auto.h. Generated automatically at end of configure. */
  4. /* config.h. Generated from config.h.in by configure. */
  5. /* config.h.in. Generated from configure.ac by autoheader. */
  6. /* define if library uses std::string::compare(string,pos,n) */
  7. /* #undef FUNC_STRING_COMPARE_STRING_FIRST */
  8. /* define if the library defines strstream */
  9. #ifndef CPPUNIT_HAVE_CLASS_STRSTREAM
  10. #define CPPUNIT_HAVE_CLASS_STRSTREAM 1
  11. #endif
  12. /* Define to 1 if you have the <cmath> header file. */
  13. #ifndef CPPUNIT_HAVE_CMATH
  14. #define CPPUNIT_HAVE_CMATH 1
  15. #endif
  16. /* define if the compiler supports basic C++11 syntax */
  17. #ifndef CPPUNIT_HAVE_CXX11
  18. #define CPPUNIT_HAVE_CXX11 1
  19. #endif
  20. /* Define if you have the GNU dld library. */
  21. /* #undef HAVE_DLD */
  22. /* Define to 1 if you have the `dlerror' function. */
  23. /* #undef HAVE_DLERROR */
  24. /* Define to 1 if you have the <dlfcn.h> header file. */
  25. /* #undef HAVE_DLFCN_H */
  26. /* define if the compiler supports GCC C++ ABI name demangling */
  27. #ifndef CPPUNIT_HAVE_GCC_ABI_DEMANGLE
  28. #define CPPUNIT_HAVE_GCC_ABI_DEMANGLE 1
  29. #endif
  30. /* Define to 1 if you have the <inttypes.h> header file. */
  31. #ifndef CPPUNIT_HAVE_INTTYPES_H
  32. #define CPPUNIT_HAVE_INTTYPES_H 1
  33. #endif
  34. /* Define if you have the libdl library or equivalent. */
  35. /* #undef HAVE_LIBDL */
  36. /* Define to 1 if you have the <memory.h> header file. */
  37. #ifndef CPPUNIT_HAVE_MEMORY_H
  38. #define CPPUNIT_HAVE_MEMORY_H 1
  39. #endif
  40. /* define if the compiler implements namespaces */
  41. #ifndef CPPUNIT_HAVE_NAMESPACES
  42. #define CPPUNIT_HAVE_NAMESPACES 1
  43. #endif
  44. /* Define if you have the shl_load function. */
  45. /* #undef HAVE_SHL_LOAD */
  46. /* define if the compiler has stringstream */
  47. #ifndef CPPUNIT_HAVE_SSTREAM
  48. #define CPPUNIT_HAVE_SSTREAM 1
  49. #endif
  50. /* Define to 1 if you have the <stdint.h> header file. */
  51. #ifndef CPPUNIT_HAVE_STDINT_H
  52. #define CPPUNIT_HAVE_STDINT_H 1
  53. #endif
  54. /* Define to 1 if you have the <stdlib.h> header file. */
  55. #ifndef CPPUNIT_HAVE_STDLIB_H
  56. #define CPPUNIT_HAVE_STDLIB_H 1
  57. #endif
  58. /* Define to 1 if you have the <strings.h> header file. */
  59. #ifndef CPPUNIT_HAVE_STRINGS_H
  60. #define CPPUNIT_HAVE_STRINGS_H 1
  61. #endif
  62. /* Define to 1 if you have the <string.h> header file. */
  63. #ifndef CPPUNIT_HAVE_STRING_H
  64. #define CPPUNIT_HAVE_STRING_H 1
  65. #endif
  66. /* Define to 1 if you have the <strstream> header file. */
  67. #ifndef CPPUNIT_HAVE_STRSTREAM
  68. #define CPPUNIT_HAVE_STRSTREAM 1
  69. #endif
  70. /* Define to 1 if you have the <sys/stat.h> header file. */
  71. #ifndef CPPUNIT_HAVE_SYS_STAT_H
  72. #define CPPUNIT_HAVE_SYS_STAT_H 1
  73. #endif
  74. /* Define to 1 if you have the <sys/types.h> header file. */
  75. #ifndef CPPUNIT_HAVE_SYS_TYPES_H
  76. #define CPPUNIT_HAVE_SYS_TYPES_H 1
  77. #endif
  78. /* Define to 1 if you have the <unistd.h> header file. */
  79. #ifndef CPPUNIT_HAVE_UNISTD_H
  80. #define CPPUNIT_HAVE_UNISTD_H 1
  81. #endif
  82. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  83. #ifndef CPPUNIT_LT_OBJDIR
  84. #define CPPUNIT_LT_OBJDIR ".libs/"
  85. #endif
  86. /* Disable debugging information */
  87. #ifndef CPPUNIT_NDEBUG
  88. #define CPPUNIT_NDEBUG /**/
  89. #endif
  90. /* Name of package */
  91. #ifndef CPPUNIT_PACKAGE
  92. #define CPPUNIT_PACKAGE "cppunit"
  93. #endif
  94. /* Define to the address where bug reports for this package should be sent. */
  95. #ifndef CPPUNIT_PACKAGE_BUGREPORT
  96. #define CPPUNIT_PACKAGE_BUGREPORT ""
  97. #endif
  98. /* Define to the full name of this package. */
  99. #ifndef CPPUNIT_PACKAGE_NAME
  100. #define CPPUNIT_PACKAGE_NAME "cppunit"
  101. #endif
  102. /* Define to the full name and version of this package. */
  103. #ifndef CPPUNIT_PACKAGE_STRING
  104. #define CPPUNIT_PACKAGE_STRING "cppunit 1.15.1"
  105. #endif
  106. /* Define to the one symbol short name of this package. */
  107. #ifndef CPPUNIT_PACKAGE_TARNAME
  108. #define CPPUNIT_PACKAGE_TARNAME "cppunit"
  109. #endif
  110. /* Define to the home page for this package. */
  111. #ifndef CPPUNIT_PACKAGE_URL
  112. #define CPPUNIT_PACKAGE_URL ""
  113. #endif
  114. /* Define to the version of this package. */
  115. #ifndef CPPUNIT_PACKAGE_VERSION
  116. #define CPPUNIT_PACKAGE_VERSION "1.15.1"
  117. #endif
  118. /* Define to 1 if you have the ANSI C header files. */
  119. /* #undef STDC_HEADERS */
  120. /* Version number of package */
  121. #ifndef CPPUNIT_VERSION
  122. #define CPPUNIT_VERSION "1.15.1"
  123. #endif
  124. /* once: _INCLUDE_CPPUNIT_CONFIG_AUTO_H */
  125. #endif