diff options
Diffstat (limited to 'contrib/libs/libpqxx/include/pqxx/config-internal-compiler.h')
-rw-r--r-- | contrib/libs/libpqxx/include/pqxx/config-internal-compiler.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/libs/libpqxx/include/pqxx/config-internal-compiler.h b/contrib/libs/libpqxx/include/pqxx/config-internal-compiler.h deleted file mode 100644 index ddf45f0db7..0000000000 --- a/contrib/libs/libpqxx/include/pqxx/config-internal-compiler.h +++ /dev/null @@ -1,14 +0,0 @@ -/* Automatically generated from config.h: internal/compiler config. */ - -#include <util/system/platform.h> - -#if defined(_linux_) || defined(_darwin_) - -# define HAVE_POLL 1 -# define HAVE_SYS_TIME_H 1 -# define HAVE_SYS_TYPES_H 1 -# define HAVE_UNISTD_H 1 -# define PQXX_HAVE_CHARCONV_INT 1 -# define PQXX_HAVE_GCC_VISIBILITY 1 - -#endif |