📄 config.hin
字号:
/* Define if utimes accepts a null argument */#undef HAVE_UTIMES_NULL/* Define to 1 if you have the <utime.h> header file. */#undef HAVE_UTIME_H/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */#undef HAVE_UTIME_NULL/* Define to 1 if you have the `vasnprintf' function. */#undef HAVE_VASNPRINTF/* Define to 1 if you have the `vsnprintf' function. */#undef HAVE_VSNPRINTF/* 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 if you have the 'wchar_t' type. */#undef HAVE_WCHAR_T/* Define to 1 if you have the `wcrtomb' function. */#undef HAVE_WCRTOMB/* Define to 1 if you have the `wcscoll' function. */#undef HAVE_WCSCOLL/* Define to 1 if you have the `wcslen' function. */#undef HAVE_WCSLEN/* Define to 1 if you have the <wctype.h> header file. */#undef HAVE_WCTYPE_H/* Define to 1 if you have the `wcwidth' function. */#undef HAVE_WCWIDTH/* Define if you have the 'wint_t' type. */#undef HAVE_WINT_T/* Define to 1 if you have the `wmemchr' function. */#undef HAVE_WMEMCHR/* Define to 1 if you have the `wmemcpy' function. */#undef HAVE_WMEMCPY/* Define to 1 if you have the `wmempcpy' function. */#undef HAVE_WMEMPCPY/* Define to 1 if O_NOATIME works. */#undef HAVE_WORKING_O_NOATIME/* Define to 1 if O_NOFOLLOW works. */#undef HAVE_WORKING_O_NOFOLLOW/* Define if utimes works properly. */#undef HAVE_WORKING_UTIMES/* Define to 1 if the system has the type `_Bool'. */#undef HAVE__BOOL/* Define to 1 if you have the `_ftime' function. */#undef HAVE__FTIME/* Define to 1 if you have the `__fpending' function. */#undef HAVE___FPENDING/* Define as const if the declaration of iconv() needs const. */#undef ICONV_CONST#if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR# define ISSLASH(C) ((C) == '/' || (C) == '\\')#else# define ISSLASH(C) ((C) == '/')#endif/* Define to 1 if lseek does not detect pipes. */#undef LSEEK_PIPE_BROKEN/* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */#undef LSTAT_FOLLOWS_SLASHED_SYMLINK/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. */#undef MAJOR_IN_MKDEV/* Define to 1 if `major', `minor', and `makedev' are declared in <sysmacros.h>. */#undef MAJOR_IN_SYSMACROS/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */#undef MALLOC_0_IS_NONNULL/* Define to mt_model (v.g., for DG/UX), else to mt_type. */#undef MTIO_CHECK_FIELD/* Define to 1 if your C compiler doesn't accept -c and -o together. */#undef NO_MINUS_C_MINUS_O/* 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/* the number of pending output bytes on stream `fp' */#undef PENDING_OUTPUT_N_BYTES/* Define if <inttypes.h> exists and defines unusable PRI* macros. */#undef PRI_MACROS_BROKEN/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'ptrdiff_t'. */#undef PTRDIFF_T_SUFFIX/* Define to the full path of your rsh, if any. */#undef REMOTE_SHELL/* Define this to 1 if strerror is broken. */#undef REPLACE_STRERROR/* Define if vasnprintf exists but is overridden by gnulib. */#undef REPLACE_VASNPRINTF/* Define as the return type of signal handlers (`int' or `void'). */#undef RETSIGTYPE/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'sig_atomic_t'. */#undef SIG_ATOMIC_T_SUFFIX/* Define as the maximum value of type 'size_t', if the system doesn't define it. */#undef SIZE_MAX/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'size_t'. */#undef SIZE_T_SUFFIX/* 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 runtime. 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 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 to 1 if the type of the st_atim member of a struct stat is struct timespec. */#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC/* Define to 1 if unlink (dir) cannot possibly succeed. */#undef UNLINK_CANNOT_UNLINK_DIR/* Define to 1 if you want getc etc. to use unlocked I/O if available. Unlocked I/O can improve performance in unithreaded apps, but it is not safe for multithreaded apps. */#undef USE_UNLOCKED_IO/* Version number of package */#undef VERSION/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wchar_t'. */#undef WCHAR_T_SUFFIX/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wint_t'. */#undef WINT_T_SUFFIX/* 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 to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */#undef _LARGEFILE_SOURCE/* 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/* Define if you want regoff_t to be at least as wide POSIX requires. */#undef _REGEX_LARGE_OFFSETS/* Enable extensions on AIX 3, Interix. */#ifndef _ALL_SOURCE# undef _ALL_SOURCE#endif/* Enable GNU extensions on systems that have them. */#ifndef _GNU_SOURCE# undef _GNU_SOURCE#endif/* Enable threading extensions on Solaris. */#ifndef _POSIX_PTHREAD_SEMANTICS# undef _POSIX_PTHREAD_SEMANTICS#endif/* Enable extensions on HP NonStop. */#ifndef _TANDEM_SOURCE# undef _TANDEM_SOURCE#endif/* Enable general extensions on Solaris. */#ifndef __EXTENSIONS__# undef __EXTENSIONS__#endif/* Define to rpl_ if the getopt replacement functions and variables should be used. */#undef __GETOPT_PREFIX/* Define to rpl_ if the openat replacement function should be used. */#undef __OPENAT_PREFIX/* Ensure that <stdint.h> defines the limit macros, since gnulib's <inttypes.h> relies on them. */#if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS# define __STDC_LIMIT_MACROS 1#endif/* Define to `unsigned' if <sys/types.h> does not define. */#undef dev_t/* Define to rpl_fchownat if the replacement function should be used. */#undef fchownat/* Define to a replacement function name for fnmatch(). */#undef fnmatch/* Define to `int' if <sys/types.h> doesn't define. */#undef gid_t/* A replacement for va_copy, if needed. */#define gl_va_copy(a,b) ((a) = (b))/* Define to rpl_gmtime if the replacement function should be used. */#undef gmtime/* Conversion descriptor type */#undef iconv_t/* 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 `unsigned' if <sys/types.h> does not define. */#undef ino_t/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */#undef intmax_t/* Define to rpl_localtime if the replacement function should be used. */#undef localtime/* Type of major device numbers. */#undef major_t/* 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/* Type of minor device numbers. */#undef minor_t/* Define to rpl_mktime if the replacement function should be used. */#undef mktime/* Define to `int' if <sys/types.h> does not define. */#undef mode_t/* Define to `long int' if <sys/types.h> does not define. */#undef off_t/* Define to `int' if <sys/types.h> does not define. */#undef pid_t/* Define as the type of the result of subtracting two pointers, if the system doesn't define it. */#undef ptrdiff_t/* Define to rpl_re_comp if the replacement should be used. */#undef re_comp/* Define to rpl_re_compile_fastmap if the replacement should be used. */#undef re_compile_fastmap/* Define to rpl_re_compile_pattern if the replacement should be used. */#undef re_compile_pattern/* Define to rpl_re_exec if the replacement should be used. */#undef re_exec/* Define to rpl_re_match if the replacement should be used. */#undef re_match/* Define to rpl_re_match_2 if the replacement should be used. */#undef re_match_2/* Define to rpl_re_search if the replacement should be used. */#undef re_search/* Define to rpl_re_search_2 if the replacement should be used. */#undef re_search_2/* Define to rpl_re_set_registers if the replacement should be used. */#undef re_set_registers/* Define to rpl_re_set_syntax if the replacement should be used. */#undef re_set_syntax/* Define to rpl_re_syntax_options if the replacement should be used. */#undef re_syntax_options/* Define to a replacement function name for realpath(). */#undef realpath/* Define to rpl_regcomp if the replacement should be used. */#undef regcomp/* Define to rpl_regerror if the replacement should be used. */#undef regerror/* Define to rpl_regexec if the replacement should be used. */#undef regexec/* Define to rpl_regfree if the replacement should be used. */#undef regfree/* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */#undef restrict/* Work around a bug in Sun C++: it does not support _Restrict, even though the corresponding Sun C compiler does, which causes "#define restrict _Restrict" in the previous line. Perhaps some future version of Sun C++ will work with _Restrict; if so, it'll probably define __RESTRICT, just as Sun C does. */#if defined __SUNPRO_CC && !defined __RESTRICT# define _Restrict#endif/* Define to `unsigned int' if <sys/types.h> does not define. */#undef size_t/* Define as a signed type of the same size as size_t. */#undef ssize_t/* Define to rpl_strnlen if the replacement function should be used. */#undef strnlen/* Define to `int' if <sys/types.h> doesn't define. */#undef uid_t/* Define to rpl_utime if the replacement function should be used. */#undef utime/* Define as a macro for copying va_list variables. */#undef va_copy
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -