Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / interfaces / ecpg / include / ecpg_config.h.in
blob52ed8c817360d1f892e5fc2ad7657350b1b075ce
1 /* Define to 1 if the system has the type `int64'. */
2 #undef HAVE_INT64
4 /* Define to 1 if `long int' works and is 64 bits. */
5 #undef HAVE_LONG_INT_64
7 /* Define to 1 if `long long int' works and is 64 bits. */
8 #undef HAVE_LONG_LONG_INT_64
10 /* Define to 1 if you want 64-bit integer timestamp and interval support.
11 (--enable-integer-datetimes) */
12 #undef USE_INTEGER_DATETIMES
14 /* Define to 1 to build client libraries as thread-safe code.
15 * (--enable-thread-safety) */
16 #undef ENABLE_THREAD_SAFETY