| 1 | /* src/interfaces/ecpg/include/ecpg_config.h. Generated from ecpg_config.h.in by configure. */ |
| 2 | /* Define to 1 if the system has the type `int64'. */ |
| 3 | /* #undef HAVE_INT64 */ |
| 4 | |
| 5 | /* Define to 1 if `long int' works and is 64 bits. */ |
| 6 | #define HAVE_LONG_INT_64 1 |
| 7 | |
| 8 | /* Define to 1 if the system has the type `long long int'. */ |
| 9 | #define HAVE_LONG_LONG_INT 1 |
| 10 | |
| 11 | /* Define to 1 if `long long int' works and is 64 bits. */ |
| 12 | /* #undef HAVE_LONG_LONG_INT_64 */ |
| 13 | |
| 14 | /* Define to 1 to build client libraries as thread-safe code. |
| 15 | * (--enable-thread-safety) */ |
| 16 | #define ENABLE_THREAD_SAFETY 1 |
| 17 | |