📄 config.h.in
字号:
/* config.h.in. Generated from configure.ac by autoheader. *//* Define to enable workaround for spaces in NLST and servers not accepting parameters to LIST and NLST. */#undef CMDFTP_LIST_HACK/* Define to 1 if you have the <arpa/inet.h> header file. */#undef HAVE_ARPA_INET_H/* Define to 1 if you have the <ctype.h> header file. */#undef HAVE_CTYPE_H/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */#undef HAVE_DIRENT_H/* Define to 1 if you have the <errno.h> header file. */#undef HAVE_ERRNO_H/* Define to 1 if you have the <fcntl.h> header file. */#undef HAVE_FCNTL_H/* Define to 1 if you have the <fnmatch.h> header file. */#undef HAVE_FNMATCH_H/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */#undef HAVE_FSEEKO/* Define to 1 if you have the <getopt.h> header file. */#undef HAVE_GETOPT_H/* Define to 1 if you have the `getopt_long' function. */#undef HAVE_GETOPT_LONG/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define to 1 if you have the <libgen.h> header file. */#undef HAVE_LIBGEN_H/* Define to 1 if you have the `memcpy' function. */#undef HAVE_MEMCPY/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define to 1 if you have the `mkstemp' function. */#undef HAVE_MKSTEMP/* 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. */#undef HAVE_NETDB_H/* Define to 1 if you have the <netinet/in.h> header file. */#undef HAVE_NETINET_IN_H/* Define to 1 if you have the <signal.h> header file. */#undef HAVE_SIGNAL_H/* Define to 1 if you have the `snprintf' function. */#undef HAVE_SNPRINTF/* Define to 1 if you have the <stddef.h> header file. */#undef HAVE_STDDEF_H/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdio.h> header file. */#undef HAVE_STDIO_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the `strchr' function. */#undef HAVE_STRCHR/* Define to 1 if you have the `strdup' function. */#undef HAVE_STRDUP/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* 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/socket.h> header file. */#undef HAVE_SYS_SOCKET_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/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */#undef HAVE_SYS_WAIT_H/* Define to 1 if you have the <termios.h> header file. */#undef HAVE_TERMIOS_H/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* 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 size of a `int', as computed by sizeof. */#undef SIZEOF_INT/* The size of a `long', as computed by sizeof. */#undef SIZEOF_LONG/* The size of a `long long', as computed by sizeof. */#undef SIZEOF_LONG_LONG/* The size of a `off_t', as computed by sizeof. */#undef SIZEOF_OFF_T/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */#undef STAT_MACROS_BROKEN/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Version number of package */#undef VERSION/* Number of bits in a file offset, on hosts where this is settable. */#undef _FILE_OFFSET_BITS/* 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 `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 `int' if <sys/types.h> does not define. */#undef ptrdiff_t/* Define to `unsigned' if <sys/types.h> does not define. */#undef size_t/* define to `int' if <sys/types.h> and <sys/socket.h> do not define. */#undef socklen_t/* Define to `int' if <sys/types.h> does not define. */#undef ssize_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 + -