config.h.in
来自「模糊聚類分析源碼。包含教學文件」· IN 代码 · 共 40 行
IN
40 行
/* config.h.in. Generated automatically from configure.in by autoheader. *//* acconfig.h. Generated by Frank Hoeppner *//* Define if the X Window System is missing or not being used. */#undef X_DISPLAY_MISSING/* Standard Template Library (STL) was found on this system (presupposed) */#undef STL_FOUND/* STL contains stl_config.h */#undef BOOL_DEFINED_IN_STL_CONFIG_H/* STL contains bool.h */#undef BOOL_DEFINED_IN_BOOL_H/* Some compilers have problems with template<> */#undef TEMPLATE_SPECIALIZATION/* OpenGL capabilities available */#undef OPENGL/* Log/Trace debugging available */#undef LOGTRACE_DEBUG/* Define if you have the <getopt.h> header file. */#undef HAVE_GETOPT_H/* Name of package */#undef PACKAGE/* Version number of package */#undef VERSION/* With Microsoft VC we need no explicit template instantiation */#ifdef _MSC_VER# define NO_EXPLICIT_TEMPLATE_INSTANTIATION#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?