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

📄 config.hin

📁 制作2.6内核的CLFS时 使用的diffutils-2.8.7.tar.gz包
💻 HIN
📖 第 1 页 / 共 2 页
字号:
/* config.hin.  Generated from configure.ac by autoheader.  *//* Define to 1 if the `closedir' function returns void instead of `int'. */#undef CLOSEDIR_VOID/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP   systems. This function is required for `alloca.c' support on those systems.   */#undef CRAY_STACKSEG_END/* Define to 1 if using `alloca.c'. */#undef C_ALLOCA/* Name of editor program, unless overridden. */#undef DEFAULT_EDITOR_PROGRAM/* Define the default level of POSIX conformance. The value is of the form   YYYYMM, specifying the year and month the standard was adopted. If not   defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.   Define to 199209 to default to POSIX 1003.2-1992, which makes standard   programs like `head', `tail', and `sort' accept obsolete options like `+10'   and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes   these standard programs treat leading-`+' operands as file names and   require modern usages like `-n 10' instead of `-10'. Whether defined here   or not, the default can be overridden at run time via the _POSIX2_VERSION   environment variable. */#undef DEFAULT_POSIX2_VERSION/* Define to 1 if translation of program messages to the user's native   language is requested. */#undef ENABLE_NLS/* Define on systems for which file names may have a so-called `drive letter'   prefix, define this to compute the length of that prefix, including the   colon. */#undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX/* Define if the backslash character may also serve as a file name component   separator. */#undef FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR#if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX# define FILESYSTEM_PREFIX_LEN(Filename) \  ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)#else# define FILESYSTEM_PREFIX_LEN(Filename) 0#endif/* Define if gettimeofday clobbers localtime's static buffer. */#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER/* Define to 1 if you have `alloca', as a function or macro. */#undef HAVE_ALLOCA/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).   */#undef HAVE_ALLOCA_H/* Define to 1 if you have the `btowc' function. */#undef HAVE_BTOWC/* Define to 1 if you have the `clock_gettime' function. */#undef HAVE_CLOCK_GETTIME/* Define to 1 if C supports variable-length arrays. */#undef HAVE_C_VARARRAYS/* Define if the GNU dcgettext() function is already present or preinstalled.   */#undef HAVE_DCGETTEXT/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_CLEARERR_UNLOCKED/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you   don't. */#undef HAVE_DECL_FEOF_UNLOCKED/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_FERROR_UNLOCKED/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_FFLUSH_UNLOCKED/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_FGETS_UNLOCKED/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_FPUTC_UNLOCKED/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_FPUTS_UNLOCKED/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_FREAD_UNLOCKED/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_FWRITE_UNLOCKED/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_GETCHAR_UNLOCKED/* Define to 1 if you have the declaration of `getcontext', and to 0 if you   don't. */#undef HAVE_DECL_GETCONTEXT/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you   don't. */#undef HAVE_DECL_GETC_UNLOCKED/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.   */#undef HAVE_DECL_GETENV/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if   you don't. */#undef HAVE_DECL_PUTCHAR_UNLOCKED/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you   don't. */#undef HAVE_DECL_PUTC_UNLOCKED/* Define to 1 if you have the declaration of `sigaltstack', and to 0 if you   don't. */#undef HAVE_DECL_SIGALTSTACK/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you   don't. */#undef HAVE_DECL_STRERROR_R/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you   don't. */#undef HAVE_DECL_STRTOIMAX/* Define to 1 if you have the declaration of `strtoll', and to 0 if you   don't. */#undef HAVE_DECL_STRTOLL/* Define to 1 if you have the declaration of `strtoull', and to 0 if you   don't. */#undef HAVE_DECL_STRTOULL/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you   don't. */#undef HAVE_DECL_STRTOUMAX/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.   */#undef HAVE_DIRENT_H/* Define to 1 if you have the `dup2' function. */#undef HAVE_DUP2/* Define to 1 if you have the <fcntl.h> header file. */#undef HAVE_FCNTL_H/* Define to 1 if you have the `fork' function. */#undef HAVE_FORK/* Define to 1 if you have the `getcontext' function. */#undef HAVE_GETCONTEXT/* Define if the GNU gettext() function is already present or preinstalled. */#undef HAVE_GETTEXT/* Define to 1 if you have the `gettimeofday' function. */#undef HAVE_GETTIMEOFDAY/* Define if you have the iconv() function. */#undef HAVE_ICONV/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */#undef HAVE_INTMAX_T/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and   declares uintmax_t. */#undef HAVE_INTTYPES_H_WITH_UINTMAX/* Define to 1 if you have the `isascii' function. */#undef HAVE_ISASCII/* Define to 1 if you have the <locale.h> header file. */#undef HAVE_LOCALE_H/* Define if you have the 'long long' type. */#undef HAVE_LONG_LONG/* Define to 1 if your system has a GNU libc compatible `malloc' function, and   to 0 otherwise. */#undef HAVE_MALLOC/* Define to 1 if you have the `mblen' function. */#undef HAVE_MBLEN/* Define to 1 if you have the `mbrlen' function. */#undef HAVE_MBRLEN/* Define to 1 if you have the `mbsrtowcs' function. */#undef HAVE_MBSRTOWCS/* Define to 1 if <wchar.h> declares mbstate_t. */#undef HAVE_MBSTATE_T/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define to 1 if you have the `mempcpy' function. */#undef HAVE_MEMPCPY/* Define to 1 if you have the `mkstemp' function. */#undef HAVE_MKSTEMP/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */#undef HAVE_NDIR_H/* Define to 1 if your system has a GNU libc compatible `realloc' function,   and to 0 otherwise. */#undef HAVE_REALLOC/* Define to 1 if you have run the test for working tzset. */#undef HAVE_RUN_TZSET_TEST/* Define to 1 if you have the `setlocale' function. */#undef HAVE_SETLOCALE/* Define to 1 if you have the DOS-style `setmode' function. */#undef HAVE_SETMODE_DOS/* Define to 1 if you have the `setrlimit' function. */#undef HAVE_SETRLIMIT/* Define to 1 if you have the `sigaction' function. */#undef HAVE_SIGACTION/* Define to 1 if you have the `sigaltstack' function. */#undef HAVE_SIGALTSTACK/* Define to 1 if you have the `sigprocmask' function. */#undef HAVE_SIGPROCMASK/* Define to 1 if the system has the type `stack_t'. */#undef HAVE_STACK_T/* Define to 1 if stdbool.h conforms to C99. */#undef HAVE_STDBOOL_H/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares   uintmax_t. */#undef HAVE_STDINT_H_WITH_UINTMAX/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the `strcasecmp' function. */#undef HAVE_STRCASECMP/* Define to 1 if you have the `strcasecoll' function. */#undef HAVE_STRCASECOLL/* Define to 1 if you have the `strerror_r' function. */#undef HAVE_STRERROR_R/* Define to 1 if you have the `strftime' function. */#undef HAVE_STRFTIME/* Define to 1 if you have the `stricoll' function. */#undef HAVE_STRICOLL/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H

⌨️ 快捷键说明

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