blob: ddf45f0db7f05c459474ebb13e87d9241f278699 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* 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
|