config.h.in

来自「著名的大规模线性规划求解器源码GLPK.C语言版本,可以修剪.内有详细帮助文档.」· IN 代码 · 共 29 行

IN
29
字号
/* config.h.in (GLPK configuration template file) */#undef HAVE_VSNPRINTF/* defined if the vsnprintf function can be used */#undef HAVE_GMP/* defined if the GNU MP bignum library is available *//* requires <gmp.h> and -lgmp */#undef HAVE_ZLIB/* defined if the zlib data compression library is available *//* requires <zlib.h> and -lz */#undef HAVE_LTDL/* defined if the GNU Libtool shared library support is enabled *//* requires <ltdl.h> and -lltdl */#undef HAVE_DLFCN/* defined if the POSIX shared library support is enabled *//* requires <dlfcn.h> */#undef ODBC_DLNAME/* ODBC shared library name if this feature is enabled */#undef MYSQL_DLNAME/* MySQL shared library name if this feature is enabled *//* eof */

⌨️ 快捷键说明

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