config.h

来自「nesC写的heed算法」· C头文件 代码 · 共 55 行

H
55
字号
/* src/config.h.  Generated automatically by configure.  *//* src/config-h.in.  Generated automatically from configure.in by autoheader.  *//* Define to empty if the keyword does not work.  *//* #undef const *//* Define if you don't have vprintf but do have _doprnt.  *//* #undef HAVE_DOPRNT *//* Define if you have the vprintf function.  */#define HAVE_VPRINTF 1/* Define to `unsigned' if <sys/types.h> doesn't define.  *//* #undef size_t *//* Define if you have the ANSI C header files.  */#define STDC_HEADERS 1/* Define if you can safely include both <sys/time.h> and <time.h>.  */#define TIME_WITH_SYS_TIME 1/* Define if you have the gettimeofday function.  */#define HAVE_GETTIMEOFDAY 1/* Define if you have the select function.  */#define HAVE_SELECT 1/* Define if you have the strstr function.  */#define HAVE_STRSTR 1/* Define if you have the strtod function.  */#define HAVE_STRTOD 1/* Define if you have the strtol function.  */#define HAVE_STRTOL 1/* Define if you have the <fcntl.h> header file.  */#define HAVE_FCNTL_H 1/* Define if you have the <sys/ioctl.h> header file.  */#define HAVE_SYS_IOCTL_H 1/* Define if you have the <sys/time.h> header file.  */#define HAVE_SYS_TIME_H 1/* Define if you have the <unistd.h> header file.  */#define HAVE_UNISTD_H 1/* Name of package */#define PACKAGE "uisp"/* Version number of package */#define VERSION "20030820tinyos"

⌨️ 快捷键说明

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