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

📄 config.h

📁 本文档是关于boa web服务器的源程序
💻 H
字号:
/* config.h.  Generated automatically by configure.  *//* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  *//* Define to empty if the keyword does not work.  *//* #undef const *//* Define to `int' if <sys/types.h> doesn't define.  *//* #undef gid_t *//* Define if you have a working `mmap' system call.  */#define HAVE_MMAP 1/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */#define HAVE_SYS_WAIT_H 1/* Define to `int' if <sys/types.h> doesn't define.  *//* #undef pid_t *//* Define 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 *//* Define if you have the ANSI C header files.  */#define STDC_HEADERS 1/* Define if you can safely include both <sys/time.h> and <time.h>.  */#define TIME_WITH_SYS_TIME 1/* Define if your <sys/time.h> declares struct tm.  *//* #undef TM_IN_SYS_TIME *//* Define to `int' if <sys/types.h> doesn't define.  *//* #undef uid_t */#define GUNZIP "/bin/gunzip"#define NEEDS_ESCAPE_SHIFT 5/* Define if you have the getcwd function.  */#define HAVE_GETCWD 1/* Define if you have the gethostname function.  */#define HAVE_GETHOSTNAME 1/* Define if you have the getpagesize function.  */#define HAVE_GETPAGESIZE 1/* Define if you have the select function.  */#define HAVE_SELECT 1/* Define if you have the socket function.  */#define HAVE_SOCKET 1/* Define if you have the strdup function.  */#define HAVE_STRDUP 1/* Define if you have the strstr function.  */#define HAVE_STRSTR 1/* Define if you have the <dirent.h> header file.  */#define HAVE_DIRENT_H 1/* Define if you have the <fcntl.h> header file.  */#define HAVE_FCNTL_H 1/* Define if you have the <limits.h> header file.  */#define HAVE_LIMITS_H 1/* Define if you have the <ndir.h> header file.  *//* #undef HAVE_NDIR_H *//* Define if you have the <sys/dir.h> header file.  *//* #undef HAVE_SYS_DIR_H *//* Define if you have the <sys/ndir.h> header file.  *//* #undef HAVE_SYS_NDIR_H *//* Define if you have the <sys/select.h> header file.  */#define HAVE_SYS_SELECT_H 1/* Define if you have the <sys/time.h> header file.  */#define HAVE_SYS_TIME_H 1/* Define if you have the <unistd.h> header file.  */#define HAVE_UNISTD_H 1

⌨️ 快捷键说明

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