config.h.in

来自「一个linux下NTFS文件格式源代码」· IN 代码 · 共 93 行

IN
93
字号
/* config.h.in.  Generated automatically from configure.in by autoheader.  *//* NTFS driver version number */#define NTFS_VERSION "990831"/* Beginning of the automatic section *//* Define to empty if the keyword does not work.  */#undef const/* Define to `int' if <sys/types.h> doesn't define.  */#undef gid_t/* Define if you don't have vprintf but do have _doprnt.  */#undef HAVE_DOPRNT/* Define if you have the vprintf function.  */#undef HAVE_VPRINTF/* Define as __inline if that's what the C compiler calls it.  */#undef inline/* Define to `int' if <sys/types.h> doesn't define.  */#undef mode_t/* Define to `long' if <sys/types.h> doesn't define.  */#undef off_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/* Define to `int' if <sys/types.h> doesn't define.  */#undef uid_t/* Define if you have the bzero function.  */#undef HAVE_BZERO/* Define if you have the memset function.  */#undef HAVE_MEMSET/* Define if you have the strdup function.  */#undef HAVE_STRDUP/* Define if you have the strerror function.  */#undef HAVE_STRERROR/* Define if you have the strtol function.  */#undef HAVE_STRTOL/* Define if you have the <endian.h> header file.  */#undef HAVE_ENDIAN_H/* Define if you have the <fcntl.h> header file.  */#undef HAVE_FCNTL_H/* Define if you have the <getopt.h> header file.  */#undef HAVE_GETOPT_H/* Define if you have the <inttypes.h> header file.  */#undef HAVE_INTTYPES_H/* Define if you have the <io.h> header file.  */#undef HAVE_IO_H/* Define if you have the <string.h> header file.  */#undef HAVE_STRING_H/* Define if you have the <strings.h> header file.  */#undef HAVE_STRINGS_H/* Define if you have the <sys/cdefs.h> header file.  */#undef HAVE_SYS_CDEFS_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/* End of the automatic section *//* Default NTFS partition for userland tools */#undef NTFS_VOLUME/* out-of-kernel definition of read-write-support */#undef CONFIG_NTFS_RW/* enable debugging */#undef DEBUG

⌨️ 快捷键说明

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