⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.hin

📁 制作2.6内核的CLFS时 使用的diffutils-2.8.7.tar.gz包
💻 HIN
📖 第 1 页 / 共 2 页
字号:
/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define to 1 if you have the `strncasecmp' function. */#undef HAVE_STRNCASECMP/* Define to 1 if you have the `strtoimax' function. */#undef HAVE_STRTOIMAX/* Define to 1 if you have the `strtol' function. */#undef HAVE_STRTOL/* Define to 1 if you have the `strtoll' function. */#undef HAVE_STRTOLL/* Define to 1 if you have the `strtoul' function. */#undef HAVE_STRTOUL/* Define to 1 if you have the `strtoull' function. */#undef HAVE_STRTOULL/* Define to 1 if you have the `strtoumax' function. */#undef HAVE_STRTOUMAX/* Define to 1 if `sa_sigaction' is member of `struct sigaction'. */#undef HAVE_STRUCT_SIGACTION_SA_SIGACTION/* Define to 1 if `st_blksize' is member of `struct stat'. */#undef HAVE_STRUCT_STAT_ST_BLKSIZE/* Define to 1 if `st_rdev' is member of `struct stat'. */#undef HAVE_STRUCT_STAT_ST_RDEV/* Define to 1 if `tm_zone' is member of `struct tm'. */#undef HAVE_STRUCT_TM_TM_ZONE/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.   */#undef HAVE_SYS_DIR_H/* Define to 1 if you have the <sys/file.h> header file. */#undef HAVE_SYS_FILE_H/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.   */#undef HAVE_SYS_NDIR_H/* Define to 1 if you have the <sys/resource.h> header file. */#undef HAVE_SYS_RESOURCE_H/* Define to 1 if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */#undef HAVE_SYS_WAIT_H/* Define to 1 if localtime_r, etc. have the type signatures that POSIX   requires. */#undef HAVE_TIME_R_POSIX/* Define if struct tm has the tm_gmtoff member. */#undef HAVE_TM_GMTOFF/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use   `HAVE_STRUCT_TM_TM_ZONE' instead. */#undef HAVE_TM_ZONE/* Define to 1 if you don't have `tm_zone' but do have the external array   `tzname'. */#undef HAVE_TZNAME/* Define to 1 if you have the `tzset' function. */#undef HAVE_TZSET/* Define to 1 if you have the <ucontext.h> header file. */#undef HAVE_UCONTEXT_H/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */#undef HAVE_UINTMAX_T/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define if you have the 'unsigned long long' type. */#undef HAVE_UNSIGNED_LONG_LONG/* Define to 1 if you have the `vfork' function. */#undef HAVE_VFORK/* Define to 1 if you have the <vfork.h> header file. */#undef HAVE_VFORK_H/* Define to 1 if you have the `waitpid' function. */#undef HAVE_WAITPID/* Define to 1 if you have the <wchar.h> header file. */#undef HAVE_WCHAR_H/* Define to 1 if you have the <wctype.h> header file. */#undef HAVE_WCTYPE_H/* Define to 1 if you have the `wmempcpy' function. */#undef HAVE_WMEMPCPY/* Define to 1 if `fork' works. */#undef HAVE_WORKING_FORK/* Define to 1 if `vfork' works. */#undef HAVE_WORKING_VFORK/* Define to 1 if extending the stack slightly past the limit causes a   SIGSEGV, and an alternate stack can be established with sigaltstack, and   the signal handler is passed a context that specifies the run time stack.   This behavior is defined by POSIX 1003.1-2001 with the X/Open System   Interface (XSI) option and is a standardized way to implement a SEGV-based   stack overflow detection heuristic. */#undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC/* Define to 1 if the system has the type `_Bool'. */#undef HAVE__BOOL/* Define to 1 if you have the `__secure_getenv' function. */#undef HAVE___SECURE_GETENV#if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR# define ISSLASH(C) ((C) == '/' || (C) == '\\')#else# define ISSLASH(C) ((C) == '/')#endif/* Name of package */#undef PACKAGE/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* Name of "pr" program. */#undef PR_PROGRAM/* Define to 1 to avoid alloca in the regular-expression implementation. */#undef REGEX_MALLOC/* If using the C implementation of alloca, define if you know the   direction of stack growth for your system; otherwise it will be   automatically deduced at run-time.	STACK_DIRECTION > 0 => grows toward higher addresses	STACK_DIRECTION < 0 => grows toward lower addresses	STACK_DIRECTION = 0 => direction of growth unknown */#undef STACK_DIRECTION/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */#undef STAT_MACROS_BROKEN/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Define to 1 if strerror_r returns char *. */#undef STRERROR_R_CHAR_P/* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.   */#undef ST_MTIM_NSEC/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* Define to 1 if your <sys/time.h> declares `struct tm'. */#undef TM_IN_SYS_TIME/* Define if tzset clobbers localtime's static buffer. */#undef TZSET_CLOBBERS_LOCALTIME_BUFFER/* Version number of package */#undef VERSION/* Define to 1 if on AIX 3.   System headers sometimes define this.   We just want to avoid a redefinition error message.  */#ifndef _ALL_SOURCE# undef _ALL_SOURCE#endif/* Number of bits in a file offset, on hosts where this is settable. */#undef _FILE_OFFSET_BITS/* Enable GNU extensions on systems that have them.  */#ifndef _GNU_SOURCE# undef _GNU_SOURCE#endif/* Define for large files, on AIX-style hosts. */#undef _LARGE_FILES/* Define to 1 if on MINIX. */#undef _MINIX/* Define to 2 if the system does not provide POSIX.1 features except with   this defined. */#undef _POSIX_1_SOURCE/* Define to 1 if you need to in order for `stat' and other things to work. */#undef _POSIX_SOURCE/* Enable extensions on Solaris.  */#ifndef __EXTENSIONS__# undef __EXTENSIONS__#endif/* Define to empty if `const' does not conform to ANSI C. */#undef const/* Define to a replacement function name for fnmatch(). */#undef fnmatch/* Define to rpl_gettimeofday if the replacement function should be used. */#undef gettimeofday/* Define to rpl_gmtime if the replacement function should be used. */#undef gmtime/* Define to `__inline__' or `__inline' if that's what the C compiler   calls it, or to nothing if 'inline' is not supported under any name.  */#ifndef __cplusplus#undef inline#endif/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */#undef intmax_t/* Define to rpl_localtime if the replacement function should be used. */#undef localtime/* Define to rpl_malloc if the replacement function should be used. */#undef malloc/* Define to a type if <wchar.h> does not define. */#undef mbstate_t/* Define to rpl_mkstemp if the replacement function should be used. */#undef mkstemp/* Define to the name of the strftime replacement function. */#undef my_strftime/* Define to `long' if <sys/types.h> does not define. */#undef off_t/* Define to `int' if <sys/types.h> does not define. */#undef pid_t/* Define to rpl_realloc if the replacement function should be used. */#undef realloc/* Define to equivalent of C99 restrict keyword, or to nothing if this is not   supported. Do not define if restrict is supported directly. */#undef restrict/* Define to rpl_tzset if the wrapper function should be used. */#undef tzset/* Define to unsigned long or unsigned long long if <stdint.h> and   <inttypes.h> don't define. */#undef uintmax_t/* Define as `fork' if `vfork' does not work. */#undef vfork

⌨️ 快捷键说明

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