config-public-compiler.h 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /* include/pqxx/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. /* #undef HAVE_DLFCN_H */
  4. /* Define to 1 if you have the <inttypes.h> header file. */
  5. /* #undef HAVE_INTTYPES_H */
  6. /* Define to 1 if you have the `pq' library (-lpq). */
  7. /* #undef HAVE_LIBPQ */
  8. /* Define to 1 if you have the <memory.h> header file. */
  9. /* #undef HAVE_MEMORY_H */
  10. /* Define to 1 if you have the <stdint.h> header file. */
  11. /* #undef HAVE_STDINT_H */
  12. /* Define to 1 if you have the <stdlib.h> header file. */
  13. /* #undef HAVE_STDLIB_H */
  14. /* Define to 1 if you have the <strings.h> header file. */
  15. /* #undef HAVE_STRINGS_H */
  16. /* Define to 1 if you have the <string.h> header file. */
  17. /* #undef HAVE_STRING_H */
  18. /* Define to 1 if you have the <sys/stat.h> header file. */
  19. /* #undef HAVE_SYS_STAT_H */
  20. /* Define to 1 if you have the <sys/types.h> header file. */
  21. /* #undef HAVE_SYS_TYPES_H */
  22. /* Define to 1 if you have the <unistd.h> header file. */
  23. /* #undef HAVE_UNISTD_H */
  24. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  25. /* #undef LT_OBJDIR */
  26. /* Name of package */
  27. /* #undef PACKAGE */
  28. /* Define to the address where bug reports for this package should be sent. */
  29. /* #undef PACKAGE_BUGREPORT */
  30. /* Define to the full name of this package. */
  31. /* #undef PACKAGE_NAME */
  32. /* Define to the full name and version of this package. */
  33. /* #undef PACKAGE_STRING */
  34. /* Define to the one symbol short name of this package. */
  35. /* #undef PACKAGE_TARNAME */
  36. /* Define to the home page for this package. */
  37. /* #undef PACKAGE_URL */
  38. /* Define to the version of this package. */
  39. /* #undef PACKAGE_VERSION */
  40. /* Define if <charconv> supports floating-point conversion. */
  41. #define PQXX_HAVE_CHARCONV_FLOAT
  42. /* Define if <charconv> supports integer conversion. */
  43. #define PQXX_HAVE_CHARCONV_INT
  44. /* Define if compiler has C++20 std::cmp_greater etc. */
  45. /* #undef PQXX_HAVE_CMP */
  46. /* Define if compiler supports Concepts and <ranges> header. */
  47. /* #undef PQXX_HAVE_CONCEPTS */
  48. /* Define if compiler supports __cxa_demangle */
  49. #define PQXX_HAVE_CXA_DEMANGLE
  50. /* Define if g++ supports pure attribute */
  51. #define PQXX_HAVE_GCC_PURE
  52. /* Define if g++ supports visibility attribute. */
  53. #define PQXX_HAVE_GCC_VISIBILITY
  54. /* Define if likely & unlikely work. */
  55. /* #undef PQXX_HAVE_LIKELY */
  56. /* Define if operator[] can take multiple arguments. */
  57. /* #undef PQXX_HAVE_MULTIDIMENSIONAL_SUBSCRIPT */
  58. /* Define if compiler has usable std::filesystem::path. */
  59. #define PQXX_HAVE_PATH
  60. /* Define if poll() is available. */
  61. #define PQXX_HAVE_POLL
  62. /* Define if libpq has PQencryptPasswordConn (since pg 10). */
  63. #define PQXX_HAVE_PQENCRYPTPASSWORDCONN
  64. /* Define if libpq has pipeline mode (since pg 14). */
  65. #define PQXX_HAVE_PQ_PIPELINE
  66. /* Define if std::this_thread::sleep_for works. */
  67. #define PQXX_HAVE_SLEEP_FOR
  68. /* Define if compiler has std::span. */
  69. /* #undef PQXX_HAVE_SPAN */
  70. /* Define if strerror_r() is available. */
  71. #define PQXX_HAVE_STRERROR_R
  72. /* Define if strerror_s() is available. */
  73. /* #undef PQXX_HAVE_STRERROR_S */
  74. /* Define if thread_local is fully supported. */
  75. #define PQXX_HAVE_THREAD_LOCAL
  76. /* Define if std::chrono has year_month_day etc. */
  77. /* #undef PQXX_HAVE_YEAR_MONTH_DAY */
  78. /* Define to 1 if you have the ANSI C header files. */
  79. /* #undef STDC_HEADERS */
  80. /* Version number of package */
  81. /* #undef VERSION */