config-internal-compiler.h 329 B

1234567891011121314
  1. /* Automatically generated from config.h: internal/compiler config. */
  2. #include <util/system/platform.h>
  3. #if defined(_linux_) || defined(_darwin_)
  4. # define HAVE_POLL 1
  5. # define HAVE_SYS_TIME_H 1
  6. # define HAVE_SYS_TYPES_H 1
  7. # define HAVE_UNISTD_H 1
  8. # define PQXX_HAVE_CHARCONV_INT 1
  9. # define PQXX_HAVE_GCC_VISIBILITY 1
  10. #endif