config.h.in
来自「机器学习工具:非常流行的一种分类器」· IN 代码 · 共 78 行
IN
78 行
/* config.h.in. Generated automatically from configure.in by autoheader. *//* Define to `int' if <sys/types.h> doesn't define. */#undef pid_t/* Define to `unsigned' if <sys/types.h> doesn't define. */#undef size_t/* Define if you have the ANSI C header files. */#undef STDC_HEADERS#undef HAVE_CXX_STD_NAMESPACE#undef HAVE_CXX_NAMESPACE/* Define if you have the bcopy function. */#undef HAVE_BCOPY/* Define if you have the bzero function. */#undef HAVE_BZERO/* Define if you have the getopt function. */#undef HAVE_GETOPT/* Define if you have the getopt_long function. */#undef HAVE_GETOPT_LONG/* Define if you have the isspace function. */#undef HAVE_ISSPACE/* Define if you have the memcpy function. */#undef HAVE_MEMCPY/* Define if you have the memset function. */#undef HAVE_MEMSET/* Define if you have the <ctype.h> header file. */#undef HAVE_CTYPE_H/* Define if you have the <dlfcn.h> header file. */#undef HAVE_DLFCN_H/* Define if you have the <getopt.h> header file. */#undef HAVE_GETOPT_H/* Define if you have the <math.h> header file. */#undef HAVE_MATH_H/* Define if you have the <stdio.h> header file. */#undef HAVE_STDIO_H/* Define if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define if you have the <sys/times.h> header file. */#undef HAVE_SYS_TIMES_H/* Define if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define if you have the <windows.h> header file. */#undef HAVE_WINDOWS_H/* Define if you have the m library (-lm). */#undef HAVE_LIBM/* Name of package */#undef PACKAGE/* Version number of package */#undef VERSION
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?