blob: 2b439c1e58d7136ca84f96ca6d58f4f2def17925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Define to 1 to build client libraries as thread-safe code. */
#define ENABLE_THREAD_SAFETY 1
/* Define to 1 if `long int' works and is 64 bits. */
#undef HAVE_LONG_INT_64
/* Define to 1 if `long long int' works and is 64 bits. */
#undef HAVE_LONG_LONG_INT_64
/* Define to 1 to use <stdbool.h> to define type bool. */
#undef PG_USE_STDBOOL
|