📄 config.h
字号:
/*** Hand tailored config.h for windows.*//* Define if type char is unsigned and you are not using gcc. */#ifndef __CHAR_UNSIGNED__/* #undef __CHAR_UNSIGNED__ */#endif/* Define to empty if the keyword does not work. *//* #undef const *//* Define to the type of elements in the array set by `getgroups'. Usually this is either `int' or `gid_t'. *//* undef GETGROUPS_T gid_t *//* Define to `int' if <sys/types.h> doesn't define. *//* #undef gid_t *//* Define if you don't have vprintf but do have _doprnt. *//* #undef HAVE_DOPRNT *//* Define if you have the strftime function. */#define HAVE_STRFTIME 1/* Define if you have <sys/wait.h> that is POSIX.1 compatible. *//* undef HAVE_SYS_WAIT_H *//* Define if your struct tm has tm_zone. *//* #undef HAVE_TM_ZONE *//* Define if you don't have tm_zone but do have the external array tzname. *//* undef HAVE_TZNAME *//* Define if you have the vprintf function. */#define HAVE_VPRINTF 1/* Define to `int' if <sys/types.h> doesn't define. */#define mode_t unsigned long/* Define to `int' if <sys/types.h> doesn't define. *//* #undef pid_t *//* Define if you need to in order for stat and other things to work. *//* #undef _POSIX_SOURCE *//* Define as the return type of signal handlers (int or void). *//* #undef RETSIGTYPE void *//* Define to `unsigned' if <sys/types.h> doesn't define. *//* #undef size_t *//* 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. */#define STDC_HEADERS 1/* Define if you can safely include both <sys/time.h> and <time.h>. *//* #undef TIME_WITH_SYS_TIME *//* 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 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). *//* #undef WORDS_BIGENDIAN *//* Define to enable direct WAIS access. *//* #undef HT_DIRECT_WAIS *//* Define to enable mysql access. *//* #undef HT_MYSQL *//* Define to enable expat XML parser. */#define HT_EXPAT 1/* Define to enable Zlib compression / decompression support. */#define HT_ZLIB 1/* Define to enable Digest Authenticaiton support */#define HT_MD5 1/* Define to enable POSIX RegEx support. */#define HT_POSIX_REGEX 1/* Define to enable support for enabling a rules file w/o user interaction. *//* #undef HT_AUTOMATIC_RULES *//* Define to enable SOCKS firewall-breaching code. *//* #undef SOCKS *//* #undef SOCKS4 *//* #undef SOCKS5 *//* Define to build Cyrillic version. *//* #undef CYRILLIC *//* Define to use internal signal handler *//* #undef WWWLIB_SIG *//* Define to build using reentrant system calls. *//* #undef HT_REENTRANT *//* Define to be the package name. */#define W3C_PACKAGE "w3c-libwww"/* Define to be the version. */#define W3C_VERSION "5.3.1"/* Define to be the location of the W3C Icons */#define W3C_ICONS "/usr/local/share/w3c-icons"/* Define to be the location of the TCL Library */#define W3C_TCL "/usr/local/lib/libtcl7.5.a"/* Define this to be the prefix for cache files. */#define CACHE_FILE_PREFIX "/usr/wsrc/"/* Define this if we can select on stdin. *//* #undef TTY_IS_SELECTABLE *//* Define to disable Nagle's algorithm */#define HT_NO_NAGLE 1/* Define to disable HTTP/1.1 pipelining *//* #undef HT_NO_PIPELINING *//* Define to enable MUX as HTTP transport *//* #undef HT_MUX *//* Define this if it's not typedef'd automatically. */#define BOOLEAN/* Define this to be the location of the resolver configuration file. *//* #undef RESOLV_CONF *//* Define this to be the rlogin program name. *//* undef RLOGIN_PROGRAM *//* Define this to be the telnet program name. */#define TELNET_PROGRAM "telnet"/* Define this to be the tn3270 program name. *//* #undef TN3270_PROGRAM *//* Define this if it isn't in the header files. *//* #undef u_char *//* For removing a file *//* #undef unlink *//* Define this if it isn't in the header files. *//* #undef u_short *//* Define this if it isn't in the header files. *//* #undef u_long *//* Define if time_t is of type long */#define HAVE_LONG_TIME_T 1/* Define if size_t is of type long *//* undef HAVE_LONG_SIZE_T *//* The number of bytes in a char. */#define SIZEOF_CHAR 1/* The number of bytes in a char *. */#define SIZEOF_CHAR_P 4/* The number of bytes in a int. */#define SIZEOF_INT 4/* The number of bytes in a long. */#define SIZEOF_LONG 4/* Define if you have the chdir function. */#define HAVE_CHDIR 1/* Define if you have the fcntl function. *//* #undef HAVE_FCNTL *//* Define if you have the getcwd function. */#define HAVE_GETCWD 1/* Define if you have the getdomainname function. *//* #undef HAVE_GETDOMAINNAME *//* Define if you have the gethostname function. */#define HAVE_GETHOSTNAME 1/* Define if you have the getlogin function. *//* #undef HAVE_GETLOGIN *//* Define if you have the getpass function. *//* #undef HAVE_GETPASS *//* Define if you have the getpid function. *//* #undef HAVE_GETPID *//* Define if you have the getsockopt function. */#define HAVE_GETSOCKOPT 1/* Define if you have the gettimeofday function. *//* #undef HAVE_GETTIMEOFDAY *//* Define if you have the getwd function. *//* #undef HAVE_GETWD *//* Define if you have the ioctl function. *//* #undef HAVE_IOCTL *//* Define if you have the memcpy function. */#define HAVE_MEMCPY 1/* Define if you have the mktime function. */#define HAVE_MKTIME 1/* Define if you have the opendir function. *//* #undef HAVE_OPENDIR *//* Define if you have the readdir function. *//* #undef HAVE_READDIR *//* Define if you have the select function. *//* #undef HAVE_SELECT *//* Define if you have the setsockopt function. */#define HAVE_SETSOCKOPT 1/* Define if you have the socket function. */#define HAVE_SOCKET 1/* Define if you have the strchr function. */#define HAVE_STRCHR 1/* Define if you have the strerror function. */#define HAVE_STRERROR 1/* Define if you have the strtol function. */#define HAVE_STRTOL 1/* Define if you have the sysinfo function. *//* #undef HAVE_SYSINFO *//* Define if you have the tempnam function. *//* Have problems on windows *//* #undef HAVE_TEMPNAM *//* Define if you have the timegm function. *//* #undef HAVE_TIMEGM *//* Define if you have the <appkit.h> header file. *//* #undef HAVE_APPKIT_H *//* Define if you have the <appkit/appkit.h> header file. *//* #undef HAVE_APPKIT_APPKIT_H *//* Define if you have the <arpa/inet.h> header file. *//* #undef HAVE_ARPA_INET_H *//* Define if you have the <bsdtime.h> header file. *//* #undef HAVE_BSDTIME_H *//* Define if you have the <bsdtypes.h> header file. *//* #undef HAVE_BSDTYPES_H *//* Define if you have the <ctype.h> header file. *//* #undef HAVE_CTYPE_H *//* Define if you have the <curses.h> header file. *//* #undef HAVE_CURSES_H *//* Define if you have the <cursesX.h> header file. *//* #undef HAVE_CURSESX_H *//* Define if you have the <dir.h> header file. *//* #undef HAVE_DIR_H *//* Define if you have the <direct.h> header file. */#define HAVE_DIRECT_H 1/* Define if you have the <dirent.h> header file. *//* #undef HAVE_DIRENT_H *//* Define if you have the <dn.h> header file. *//* #undef HAVE_DN_H *//* Define if you have the <dnetdb.h> header file. *//* #undef HAVE_DNETDB_H *//* Define if you have the <errno.h> header file. *//* #undef HAVE_ERRNO_H *//* Define if you have the <fcntl.h> header file. */#define HAVE_FCNTL_H 1/* Define if you have the <grp.h> header file. *//* #undef HAVE_GRP_H *//* Define if you have the <in.h> header file. *//* #undef HAVE_IN_H *//* Define if you have the <inet.h> header file. *//* #undef HAVE_INET_H *//* Define if you have the <libc.h> header file. *//* #undef HAVE_LIBC_H *//* Define if you have the <limits.h> header file. */#define HAVE_LIMITS_H 1/* Define if you have the <malloc.h> header file. */#define HAVE_MALLOC_H 1/* Define if you have the <manifest.h> header file. *//* #undef HAVE_MANIFEST_H *//* Define if you have the <memory.h> header file. *//* #undef HAVE_MEMORY_H *//* Define if you have the <ndir.h> header file. *//* #undef HAVE_NDIR_H *//* Define if you have the <net/errno.h> header file. *//* #undef HAVE_NET_ERRNO_H *//* Define if you have the <netdb.h> header file. *//* #undef HAVE_NETDB_H *//* Define if you have the <netinet/in.h> header file. *//* #undef HAVE_NETINET_IN_H *//* Define if you have the <netinet/tcp.h> header file. *//* #undef HAVE_NETINET_TCP_H *//* Define if you have the <pwd.h> header file. *//* #undef HAVE_PWD_H *//* Define if you have the <curses.h> header file. */#define HAVE_REGEX_H 1/* Define if you have the <resource.h> header file. *//* #undef HAVE_RESOURCE_H *//* Define if you have the <select.h> header file. *//* #undef HAVE_SELECT_H *//* Define if you have the <socket.h> header file. *//* #undef HAVE_SOCKET_H *//* Define if you have the <stat.h> header file. *//* #undef HAVE_STAT_H *//* Define if you have the <stdefs.h> header file. *//* #undef HAVE_STDEFS_H *//* Define if you have the <stdio.h> header file. */#define HAVE_STDIO_H 1/* Define if you have the <stdlib.h> header file. */#define HAVE_STDLIB_H 1/* Define if you have the <string.h> header file. */#define HAVE_STRING_H 1/* Define if you have the <strings.h> header file. *//* #undef HAVE_STRINGS_H *//* Define if you have the <sys/dir.h> header file. *//* #undef HAVE_SYS_DIR_H *//* Define if you have the <sys/errno.h> header file. *//* #undef HAVE_SYS_ERRNO_H *//* Define if you have the <sys/fcntl.h> header file. *//* #undef HAVE_SYS_FCNTL_H *//* Define if you have the <sys/file.h> header file. *//* #undef HAVE_SYS_FILE_H *//* Define if you have the <sys/ioctl.h> header file. *//* #undef HAVE_SYS_IOCTL_H *//* Define if you have the <sys/ipc.h> header file. *//* #undef HAVE_SYS_IPC_H *//* Define if you have the <sys/limits.h> header file. *//* #undef HAVE_SYS_LIMITS_H *//* Define if you have the <sys/ndir.h> header file. *//* #undef HAVE_SYS_NDIR_H *//* Define if you have the <sys/resource.h> header file. *//* #undef HAVE_SYS_RESOURCE_H *//* Define if you have the <sys/select.h> header file. *//* #undef HAVE_SYS_SELECT_H *//* Define if you have the <sys/socket.h> header file. *//* #undef HAVE_SYS_SOCKET_H *//* Define if you have the <sys/stat.h> header file. */#define HAVE_SYS_STAT_H 1/* Define if you have the <sys/systeminfo.h> header file. *//* #undef HAVE_SYS_SYSTEMINFO_H *//* Define if you have the <sys/time.h> header file. *//* #undef HAVE_SYS_TIME_H *//* Define if you have the <sys/types.h> header file. */#define HAVE_SYS_TYPES_H 1/* Define if you have the <sys/unistd.h> header file. *//* #undef HAVE_SYS_UNISTD_H *//* Define if you have the <syslog.h> header file. *//* #undef HAVE_SYSLOG_H *//* Define if you have the <tcp.h> header file. *//* #undef HAVE_TCP_H *//* Define if you have the <termios.h> header file. *//* #undef HAVE_TERMIOS_H *//* Define if you have the <time.h> header file. */#define HAVE_TIME_H 1/* Define if you have the <types.h> header file. *//* #undef HAVE_TYPES_H *//* Define if you have the <unistd.h> header file. *//* #undef HAVE_UNISTD_H *//* Define if you have the <unixlib.h> header file. *//* #undef HAVE_UNIXLIB_H *//* Define if you have the ICE library (-lICE). *//* #undef HAVE_LIBICE *//* Define if you have the dl library (-ldl). *//* #undef HAVE_LIBDL *//* Define if you have the inet library (-linet). *//* #undef HAVE_LIBINET *//* Define if you have the nsl library (-lnsl). *//* #undef HAVE_LIBNSL *//* Define if you have the socket library (-lsocket). *//* #undef HAVE_LIBSOCKET *//* Define this if you have the external variable 'socket_errno'. *//* #undef HAVE_SOCKET_ERRNO *//* Define this if you have the external variable 'sys_errlist'. *//* #undef HAVE_SYS_ERRLIST *//* Define this if you have the external variable 'sys_nerr'. *//* #undef HAVE_SYS_NERR *//* Define this if you have the external variable 'timezone' */#define HAVE_TIMEZONE 1/* Define this if you have the external variable 'altzone' *//* #undef HAVE_ALTZONE *//* Define this if you have the external variable 'altzone' */#define HAVE_DAYLIGHT 1/* Define this if you have the uxc$inetdef.h header file. *//* #undef HAVE_UXC_INETDEF_H *//* Define this if directory entries have inodes. *//* #undef HAVE_DIRENT_INO *//* Define this if tm structure includes a tm_gmtoff entry. *//* #undef HAVE_TM_GMTOFF *//* Define this if your ioctl understands the winsize structure. *//* #undef HAVE_WINSIZE *//* Define this if the extern timezone is negative. *//* #undef NEGATIVE_TIMEZONE *//* Define this if sys_errlist must be declared (if it exists). *//* #undef NEED_SYS_ERRLIST_DECLARED *//* Define this if sys_nerr must be declared (if it exists). *//* #undef NEED_SYS_NERR_DECLARED *//* Define this if you want WebDAV methods from HTDAV module *//*#undef HT_DAV *//* Define this if you want enable the "extension methods" *//*#undef HT_EXT */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -