📄 config.hin
字号:
/* 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/param.h> header file. */#undef HAVE_SYS_PARAM_H/* Define to 1 if you have the <sys/pstat.h> header file. */#undef HAVE_SYS_PSTAT_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/socket.h> header file. */#undef HAVE_SYS_SOCKET_H/* Define to 1 if you have the <sys/statfs.h> header file. */#undef HAVE_SYS_STATFS_H/* Define to 1 if you have the <sys/statvfs.h> header file. */#undef HAVE_SYS_STATVFS_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/sysctl.h> header file. */#undef HAVE_SYS_SYSCTL_H/* Define to 1 if you have the <sys/sysmacros.h> header file. */#undef HAVE_SYS_SYSMACROS_H/* Define to 1 if you have the <sys/systeminfo.h> header file. */#undef HAVE_SYS_SYSTEMINFO_H/* Define to 1 if you have the <sys/timeb.h> header file. */#undef HAVE_SYS_TIMEB_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 the <sys/ucred.h> header file. */#undef HAVE_SYS_UCRED_H/* Define to 1 if you have the <sys/vfs.h> header file. */#undef HAVE_SYS_VFS_H/* Define to 1 if you have the <sys/wait.h> header file. */#undef HAVE_SYS_WAIT_H/* Define to 1 if you have the <termios.h> header file. */#undef HAVE_TERMIOS_H/* 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 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 `utime' function. */#undef HAVE_UTIME/* 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 `utmpname' function. */#undef HAVE_UTMPNAME/* Define to 1 if you have the `utmpxname' function. */#undef HAVE_UTMPXNAME/* Define to 1 if you have the <utmpx.h> header file. */#undef HAVE_UTMPX_H/* Define to 1 if you have the <utmp.h> header file. */#undef HAVE_UTMP_H/* Define to 1 if you have the <values.h> header file. */#undef HAVE_VALUES_H/* Define to 1 if you have the `vprintf' function. */#undef HAVE_VPRINTF/* Define to 1 if you have the <wchar.h> header file. */#undef HAVE_WCHAR_H/* Define to 1 if you have the `wcrtomb' function. */#undef HAVE_WCRTOMB/* 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 to 1 if you have the `wmempcpy' function. */#undef HAVE_WMEMPCPY/* Define if readdir is found to work properly in some unusual cases. */#undef HAVE_WORKING_READDIR/* 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 you have the `__fpending' function. */#undef HAVE___FPENDING/* Define to 1 if you have the `__secure_getenv' function. */#undef HAVE___SECURE_GETENV/* The host operating system. */#undef HOST_OPERATING_SYSTEM/* Define as const if the declaration of iconv() needs const. */#undef ICONV_CONST#if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR# define ISSLASH(C) ((C) == '/' || (C) == '\\')#else# define ISSLASH(C) ((C) == '/')#endif/* Define if `link(2)' dereferences symbolic links. */#undef LINK_FOLLOWS_SYMLINKS/* 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/* Define if there is no specific function for reading the list of mounted filesystems. fread will be used to read /etc/mnttab. (SVR2) */#undef MOUNTED_FREAD/* Define if (like SVR2) there is no specific function for reading the list of mounted filesystems, and your system has these header files: <sys/fstyp.h> and <sys/statfs.h>. (SVR3) */#undef MOUNTED_FREAD_FSTYP/* Define if there are functions named next_dev and fs_stat_dev for reading the list of mounted filesystems. (BeOS) */#undef MOUNTED_FS_STAT_DEV/* Define if there is a function named getfsstat for reading the list of mounted filesystems. (DEC Alpha running OSF/1) */#undef MOUNTED_GETFSSTAT/* Define if there is a function named getmnt for reading the list of mounted filesystems. (Ultrix) */#undef MOUNTED_GETMNT/* Define if there is a function named getmntent for reading the list of mounted filesystems, and that function takes a single argument. (4.3BSD, SunOS, HP-UX, Dynix, Irix) */#undef MOUNTED_GETMNTENT1/* Define if there is a function named getmntent for reading the list of mounted filesystems, and that function takes two arguments. (SVR4) */#undef MOUNTED_GETMNTENT2/* Define if there is a function named getmntinfo for reading the list of mounted filesystems. (4.4BSD, Darwin) */#undef MOUNTED_GETMNTINFO/* Define if there is a function named listmntent that can be used to list all mounted filesystems. (UNICOS) */#undef MOUNTED_LISTMNTENT/* Define if there is a function named mntctl that can be used to read the list of mounted filesystems, and there is a system header file that declares `struct vmount.' (AIX) */#undef MOUNTED_VMOUNT/* Define to 1 if assertions should be disabled. */#undef NDEBUG/* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend on `HAVE_STRUCT_NLIST_N_UN_N_NAME */#undef NLIST_NAME_UNION/* 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 to 1 if the C compiler supports function prototypes. */#undef PROTOTYPES/* Define if rename does not work for source paths with a trailing slash, like the one from SunOS 4.1.1_U1. */#undef RENAME_TRAILING_SLASH_BUG/* Define as the return type of signal handlers (`int' or `void'). */#undef RETSIGTYPE/* the value to which errno is set when rmdir fails on a nonempty directory */#undef RMDIR_ERRNO_NOT_EMPTY/* Define to 1 if the `setvbuf' function takes the buffering type as its second argument and the buffer pointer as the third, as on System V before release 3. */#undef SETVBUF_REVERSED/* 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 if the block counts reported by statfs may be truncated to 2GB and the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be affected.) */#undef STATFS_TRUNCATES_BLOCK_COUNTS/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */#undef STAT_MACROS_BROKEN/* Define if there is no specific function for reading filesystems usage information and you have the <sys/filsys.h> header file. (SVR2) */#undef STAT_READ_FILSYS/* Define if statfs takes 2 args and struct statfs has a field named f_bsize. (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */#undef STAT_STATFS2_BSIZE/* Define if statfs takes 2 args and struct statfs has a field named f_fsize. (4.4BSD, NetBSD) */#undef STAT_STATFS2_FSIZE/* Define if statfs takes 2 args and the second argument has type struct fs_data. (Ultrix) */#undef STAT_STATFS2_FS_DATA/* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */#undef STAT_STATFS3_OSF1/* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */#undef STAT_STATFS4/* Define if there is a function named statvfs. (SVR4) */#undef STAT_STATVFS/* 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 on System V Release 4. */#undef SVR4/* 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 for Encore UMAX. */#undef UMAX/* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of <sys/cpustats.h>. */#undef UMAX4_3/* Version number of package */#undef VERSION/* Define if sys/ptem.h is required for struct winsize. */#undef WINSIZE_IN_PTEM/* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */#undef WORDS_BIGENDIAN/* 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 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 like PROTOTYPES; this can be used by system headers. */#undef __PROTOTYPES/* Define to rpl_chown if the replacement function should be used. */#undef chown/* Define to empty if `const' does not conform to ANSI C. */#undef const/* Define to rpl_fnmatch if the replacement function should be used. */#undef fnmatch/* Define as rpl_getgroups if getgroups doesn't work right. */#undef getgroups/* Define to rpl_gettimeofday if the replacement function should be used. */#undef gettimeofday/* Define to `int' if <sys/types.h> doesn't define. */#undef gid_t/* Define as `__inline' if that's what the C compiler calls it, or to nothing if it is not supported. */#undef inline/* Define to `unsigned long' if <sys/types.h> does not define. */#undef ino_t/* Define to widest signed type if <inttypes.h> doesn't define. */#undef intmax_t/* Define to rpl_localtime if the replacement function should be used. */#undef localtime/* Define to `unsigned int' if <sys/types.h> does not define. */#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/* Define to rpl_memcmp if the replacement function should be used. */#undef memcmp/* Define to `unsigned int' if <sys/types.h> does not define. */#undef minor_t/* Define to rpl_mkdir if the replacement function should be used. */#undef mkdir/* Define to rpl_mkstemp if the replacement function should be used. */#undef mkstemp/* 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 the name of the strftime replacement function. */#undef my_strftime/* Define to rpl_nanosleep if the replacement function should be used. */#undef nanosleep/* 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_putenv if the replacement function should be used. */#undef putenv/* Define to rpl_realloc if the replacement function should be used. */#undef realloc/* Define to `unsigned' if <sys/types.h> does not define. */#undef size_t/* Define to `int' if <sys/types.h> does not define. */#undef ssize_t/* Define to `int' if <sys/types.h> doesn't define. */#undef uid_t/* Define to widest unsigned type if <inttypes.h> doesn't define. */#undef uintmax_t/* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */#undef volatile
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -