📄 config.h
字号:
/* config.h. Generated by configure. *//* config.h.in. Generated from configure.ac by autoheader. *//* Define to 1 if you have the <arpa/inet.h> header file. */#define HAVE_ARPA_INET_H 1/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */#define HAVE_DIRENT_H 1/* Define to 1 if you have the <fcntl.h> header file. */#define HAVE_FCNTL_H 1/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */#define HAVE_FSEEKO 1/* Define to 1 if you have the `ftruncate' function. */#define HAVE_FTRUNCATE 1/* Define to 1 if you have the `gethostbyname' function. */#define HAVE_GETHOSTBYNAME 1/* Define to 1 if you have the `gettimeofday' function. */#define HAVE_GETTIMEOFDAY 1/* Define to 1 if you have the `getwd' function. */#define HAVE_GETWD 1/* Define to 1 if you have the `inet_ntoa' function. */#define HAVE_INET_NTOA 1/* Define to 1 if you have the <inttypes.h> header file. */#define HAVE_INTTYPES_H 1/* Define to 1 if you have the `crypt' library (-lcrypt). *//* #undef HAVE_LIBCRYPT *//* Define to 1 if you have the `crypto' library (-lcrypto). *//* #undef HAVE_LIBCRYPTO *//* Define to 1 if you have the `md' library (-lmd). *//* #undef HAVE_LIBMD *//* Define to 1 if you have the `ssl' library (-lssl). */#define HAVE_LIBSSL 1/* Define to 1 if you have the <limits.h> header file. */#define HAVE_LIMITS_H 1/* Define to 1 if you have the `memchr' function. */#define HAVE_MEMCHR 1/* Define to 1 if you have the `memmove' function. */#define HAVE_MEMMOVE 1/* Define to 1 if you have the <memory.h> header file. */#define HAVE_MEMORY_H 1/* Define to 1 if you have the `memset' function. */#define HAVE_MEMSET 1/* Define to 1 if you have the `mkdir' function. */#define HAVE_MKDIR 1/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. *//* #undef HAVE_NDIR_H *//* Define to 1 if you have the <netdb.h> header file. */#define HAVE_NETDB_H 1/* Define to 1 if you have the <netinet/in.h> header file. */#define HAVE_NETINET_IN_H 1/* Define to 1 if you have the `select' function. */#define HAVE_SELECT 1/* Define to 1 if you have the `socket' function. */#define HAVE_SOCKET 1/* Define to 1 if you have the <ssl/sha.h> header file. *//* #undef HAVE_SSL_SHA_H *//* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. *//* #undef HAVE_STAT_EMPTY_STRING_BUG *//* Define to 1 if you have the <stdint.h> header file. */#define HAVE_STDINT_H 1/* Define to 1 if you have the <stdlib.h> header file. */#define HAVE_STDLIB_H 1/* Define to 1 if you have the `strchr' function. */#define HAVE_STRCHR 1/* Define to 1 if you have the `strerror' function. */#define HAVE_STRERROR 1/* Define to 1 if you have the <strings.h> header file. */#define HAVE_STRINGS_H 1/* Define to 1 if you have the <string.h> header file. */#define HAVE_STRING_H 1/* Define to 1 if you have the `strncasecmp' function. */#define HAVE_STRNCASECMP 1/* Define to 1 if you have the `strnstr' function. *//* #undef HAVE_STRNSTR *//* Define to 1 if you have the `strstr' function. */#define HAVE_STRSTR 1/* Define to 1 if you have the `strtol' function. */#define HAVE_STRTOL 1/* Define to 1 if you have the `strtoll' function. */#define HAVE_STRTOLL 1/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. *//* #undef HAVE_SYS_DIR_H *//* 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. */#define HAVE_SYS_PARAM_H 1/* Define to 1 if you have the <sys/socket.h> header file. */#define HAVE_SYS_SOCKET_H 1/* Define to 1 if you have the <sys/stat.h> header file. */#define HAVE_SYS_STAT_H 1/* Define to 1 if you have the <sys/time.h> header file. */#define HAVE_SYS_TIME_H 1/* Define to 1 if you have the <sys/types.h> header file. */#define HAVE_SYS_TYPES_H 1/* Define to 1 if you have the <unistd.h> header file. */#define HAVE_UNISTD_H 1/* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1/* Name of package */#define PACKAGE "ctorrent"/* Define to the address where bug reports for this package should be sent. */#define PACKAGE_BUGREPORT "dholmes@ct.boxmail.com"/* Define to the full name of this package. */#define PACKAGE_NAME "CTorrent"/* Define to the full name and version of this package. */#define PACKAGE_STRING "CTorrent dnh2"/* Define to the one symbol short name of this package. */#define PACKAGE_TARNAME "ctorrent"/* Define to the version of this package. */#define PACKAGE_VERSION "dnh2"/* Define as the return type of signal handlers (`int' or `void'). */#define RETSIGTYPE void/* Define to 1 if you have the ANSI C header files. */#define STDC_HEADERS 1/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */#define TIME_WITH_SYS_TIME 1/* Define to 1 to use the Steve Reid's public-domain SHA-1 code. *//* #undef USE_STANDALONE_SHA1 *//* Version number of package */#define VERSION "dnh2"/* Number of bits in a file offset, on hosts where this is settable. */#define _FILE_OFFSET_BITS 64/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */#define _LARGEFILE_SOURCE 1/* Define for large files, on AIX-style hosts. *//* #undef _LARGE_FILES *//* Define to empty if `const' does not conform to ANSI C. *//* #undef const *//* 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 size_t */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -