diff options
Diffstat (limited to 'src/interfaces/ecpg/include/ecpg_config.h.in')
-rw-r--r-- | src/interfaces/ecpg/include/ecpg_config.h.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_config.h.in b/src/interfaces/ecpg/include/ecpg_config.h.in new file mode 100644 index 0000000..17e93c4 --- /dev/null +++ b/src/interfaces/ecpg/include/ecpg_config.h.in @@ -0,0 +1,18 @@ +/* Define to 1 if the system has the type `int64'. */ +#undef HAVE_INT64 + +/* Define to 1 if `long int' works and is 64 bits. */ +#undef HAVE_LONG_INT_64 + +/* Define to 1 if the system has the type `long long int'. */ +#define HAVE_LONG_LONG_INT 1 + +/* 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 + +/* Define to 1 to build client libraries as thread-safe code. + * (--enable-thread-safety) */ +#undef ENABLE_THREAD_SAFETY |