ecpg_config.h.in

来自「postgresql8.3.4源码,开源数据库」· IN 代码 · 共 18 行

IN
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 `long long int' works and is 64 bits. */#undef HAVE_LONG_LONG_INT_64/* Define to 1 if you want 64-bit integer timestamp and interval support.   (--enable-integer-datetimes) */#undef USE_INTEGER_DATETIMES/* Define to 1 to build client libraries as thread-safe code. *    (--enable-thread-safety) */#undef ENABLE_THREAD_SAFETY

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?