📄 config.h.in
字号:
/* config.h.in. Generated automatically from configure.in by autoheader. */#undef HAVE_SYSLOG_NAMES#undef nlink_t#undef sig_atomic_t#undef socklen_t/* 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 if using `alloca.c'. */#undef C_ALLOCA/* Define to the type of elements in the array set by `getgroups'. Usually this is either `int' or `gid_t'. */#undef GETGROUPS_T/* Define if you have `alloca', as a function or macro. */#undef HAVE_ALLOCA/* Define if you have <alloca.h> and it should be used (not on Ultrix). */#undef HAVE_ALLOCA_H/* Define if you have the <dirent.h> header file, and it defines `DIR'. */#undef HAVE_DIRENT_H/* Define if you don't have `vprintf' but do have `_doprnt.' */#undef HAVE_DOPRNT/* Define if you have the <fcntl.h> header file. */#undef HAVE_FCNTL_H/* Define if your system has a working `getgroups' function. */#undef HAVE_GETGROUPS/* Define if you have the <getopt.h> header file. */#undef HAVE_GETOPT_H/* Define if you have the `getopt_long' function. */#undef HAVE_GETOPT_LONG/* Define if you have the `initgroups' function. */#undef HAVE_INITGROUPS/* Define if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define if you have the `klogctl' function. */#undef HAVE_KLOGCTL/* Define if you have the `pcre' library (-lpcre). */#undef HAVE_LIBPCRE/* Define if you have the `socket' library (-lsocket). */#undef HAVE_LIBSOCKET/* Define if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define if you have the <ndir.h> header file, and it defines `DIR'. */#undef HAVE_NDIR_H/* Define if you have the `putenv' function. */#undef HAVE_PUTENV/* Define if you have the `setproctitle' function. */#undef HAVE_SETPROCTITLE/* Define if you have the `setresuid' function. */#undef HAVE_SETRESUID/* Define if you have the `setrlimit' function. */#undef HAVE_SETRLIMIT/* Define if `stat' has the bug that it succeeds when given the zero-length file name argument. */#undef HAVE_STAT_EMPTY_STRING_BUG/* Define if you have the <stddef.h> header file. */#undef HAVE_STDDEF_H/* Define if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define if you have the `strftime' function. */#undef HAVE_STRFTIME/* Define if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define if you have the `strtoq' function. */#undef HAVE_STRTOQ/* Define if you have the `strtoull' function. */#undef HAVE_STRTOULL/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */#undef HAVE_SYS_DIR_H/* Define if you have the <sys/fcntl.h> header file. */#undef HAVE_SYS_FCNTL_H/* Define if you have the <sys/klog.h> header file. */#undef HAVE_SYS_KLOG_H/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */#undef HAVE_SYS_NDIR_H/* Define if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define if you have the <sys/wait.h> header file. */#undef HAVE_SYS_WAIT_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define if you have the `vprintf' function. */#undef HAVE_VPRINTF/* Define if you have the `waitpid' function. */#undef HAVE_WAITPID/* Define if `lstat' dereferences a symlink specified with a trailing slash. */#undef LSTAT_FOLLOWS_SLASHED_SYMLINK/* Name of package */#undef PACKAGE/* Define as the return type of signal handlers (`int' or `void'). */#undef RETSIGTYPE/* 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 `S_IS*' macros in <sys/stat.h> do not work properly. */#undef STAT_MACROS_BROKEN/* Define if you have the ANSI C header files. */#undef STDC_HEADERS/* Define if you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* Version number of package */#undef VERSION/* Define if using the dmalloc debugging malloc package */#undef WITH_DMALLOC/* Define 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/* Define if you need to in order for stat and other things to work. */#undef _POSIX_SOURCE/* Define to empty if `const' does not conform to ANSI C. */#undef const/* 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 `int' if <sys/types.h> does not define. */#undef mode_t/* 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 `unsigned' if <sys/types.h> does not define. */#undef size_t/* Define to `int' if <sys/types.h> doesn't define. */#undef uid_t
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -