--- embedaddon/rsync/config.h.in 2013/10/14 07:51:14 1.1.1.2 +++ embedaddon/rsync/config.h.in 2021/03/17 00:32:36 1.1.1.4 @@ -23,6 +23,9 @@ /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA +/* Define to 1 if using external zlib */ +#undef EXTERNAL_ZLIB + /* Used to make "checker" understand that FD_ZERO() clears memory. */ #undef FORCE_FD_ZERO_MEMSET @@ -33,6 +36,10 @@ /* Define to 1 if the `getpgrp' function requires zero arguments. */ #undef GETPGRP_VOID +/* Define if you want GSSAPI authentication. Specifing a value will set the + search path. */ +#undef GSSAPI_OPTION + /* Define to 1 if you have the `aclsort' function. */ #undef HAVE_ACLSORT @@ -58,6 +65,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_NAMESER_H +/* Define to 1 to enable ASM optimizations */ +#undef HAVE_ASM + /* Define to 1 if you have the `asprintf' function. */ #undef HAVE_ASPRINTF @@ -73,6 +83,9 @@ /* Define to 1 if vsprintf has a C99-compatible return value */ #undef HAVE_C99_VSNPRINTF +/* Define to 1 if you have the `chflags' function. */ +#undef HAVE_CHFLAGS + /* Define to 1 if you have the `chmod' function. */ #undef HAVE_CHMOD @@ -92,6 +105,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DL_H + /* Define if posix_fallocate is efficient (Cygwin) */ #undef HAVE_EFFICIENT_POSIX_FALLOCATE @@ -105,6 +121,12 @@ without error */ #undef HAVE_FALLOCATE +/* Define if FALLOC_FL_PUNCH_HOLE is available. */ +#undef HAVE_FALLOC_FL_PUNCH_HOLE + +/* Define if FALLOC_FL_ZERO_RANGE is available. */ +#undef HAVE_FALLOC_FL_ZERO_RANGE + /* Define to 1 if you have the `fchmod' function. */ #undef HAVE_FCHMOD @@ -126,6 +148,9 @@ /* Define to 1 if you have the "getaddrinfo" function and required types. */ #undef HAVE_GETADDRINFO +/* Define to 1 if you have the `getattrlist' function. */ +#undef HAVE_GETATTRLIST + /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD @@ -156,6 +181,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_GRP_H +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_GENERIC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_H + /* true if you have HPUX ACLs */ #undef HAVE_HPUX_ACLS @@ -177,6 +208,9 @@ /* Define to 1 if you have the `initgroups' function. */ #undef HAVE_INITGROUPS +/* Define to 1 if you have the `innetgr' function. */ +#undef HAVE_INNETGR + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -195,12 +229,18 @@ /* Define to 1 if you have the `acl' library (-lacl). */ #undef HAVE_LIBACL +/* Define to 1 if you have the `attr' library (-lattr). */ +#undef HAVE_LIBATTR + /* Define to 1 if you have the header file. */ #undef HAVE_LIBCHARSET_H /* Define to 1 if you have the `inet' library (-linet). */ #undef HAVE_LIBINET +/* Define to 1 if you have the `mysqlclient' library (-lmysqlclient). */ +#undef HAVE_LIBMYSQLCLIENT + /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL @@ -216,9 +256,15 @@ /* Define to 1 if you have the `sec' library (-lsec). */ #undef HAVE_LIBSEC +/* Define to 1 for SLP support */ +#undef HAVE_LIBSLP + /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET +/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ +#undef HAVE_LIBSQLITE3 + /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ @@ -228,10 +274,13 @@ /* Define to 1 if you have the `link' function. */ #undef HAVE_LINK +/* Define to 1 if you have the `linkat' function. */ +#undef HAVE_LINKAT + /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_FALLOC_H -/* True if you have Linux xattrs */ +/* True if you have Linux xattrs (or equivalent) */ #undef HAVE_LINUX_XATTRS /* Define to 1 if you have the `locale_charset' function. */ @@ -254,6 +303,9 @@ /* Define to 1 if you have the `lutimes' function. */ #undef HAVE_LUTIMES +/* Define to 1 if you have the header file. */ +#undef HAVE_LZ4_H + /* Define to 1 if you have the `mallinfo' function. */ #undef HAVE_MALLINFO @@ -278,12 +330,21 @@ /* Define to 1 if you have the `mkstemp64' function. */ #undef HAVE_MKSTEMP64 +/* Define to 1 if you have the `mktime' function. */ +#undef HAVE_MKTIME + /* Define to 1 if the system has the type `mode_t'. */ #undef HAVE_MODE_T /* Define to 1 if you have the `mtrace' function. */ #undef HAVE_MTRACE +/* Define to 1 if you have the header file. */ +#undef HAVE_MYSQL_MYSQL_H + +/* Define to 1 if you have the `nanosleep' function. */ +#undef HAVE_NANOSLEEP + /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H @@ -305,6 +366,12 @@ /* Define to 1 if you have the `open64' function. */ #undef HAVE_OPEN64 +/* Define to 1 if you have the header file. */ +#undef HAVE_OPENSSL_MD4_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_OPENSSL_MD5_H + /* true if you have Mac OS X ACLs */ #undef HAVE_OSX_ACLS @@ -365,6 +432,9 @@ /* Define to 1 if you have the `sigprocmask' function. */ #undef HAVE_SIGPROCMASK +/* Define to 1 to enable SIMD optimizations */ +#undef HAVE_SIMD + /* Define to 1 if the system has the type `size_t'. */ #undef HAVE_SIZE_T @@ -392,6 +462,15 @@ /* True if you have Solaris xattrs */ #undef HAVE_SOLARIS_XATTRS +/* Define to 1 if you have the header file. */ +#undef HAVE_SQLITE3_H + +/* Define to 1 if you have the `sqlite3_open_v2' function. */ +#undef HAVE_SQLITE3_OPEN_V2 + +/* Define to 1 if you have the `sqlite3_prepare_v2' function. */ +#undef HAVE_SQLITE3_PREPARE_V2 + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -404,9 +483,6 @@ /* 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 `strerror' function. */ #undef HAVE_STRERROR @@ -443,6 +519,9 @@ /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_MTIMENSEC +/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC + /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC @@ -471,6 +550,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FCNTL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_FILE_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILIO_H @@ -526,6 +608,9 @@ /* true if you have UnixWare ACLs */ #undef HAVE_UNIXWARE_ACLS +/* Define to 1 if you have the `usleep' function. */ +#undef HAVE_USLEEP + /* Define to 1 if you have the `utime' function. */ #undef HAVE_UTIME @@ -556,9 +641,15 @@ /* Define to 1 if you have the `waitpid' function. */ #undef HAVE_WAITPID +/* Define to 1 if you have the header file. */ +#undef HAVE_XXHASH_H + /* Define to 1 if you have the header file. */ #undef HAVE_ZLIB_H +/* Define to 1 if you have the header file. */ +#undef HAVE_ZSTD_H + /* Define to 1 if you have the `_acl' function. */ #undef HAVE__ACL @@ -577,7 +668,7 @@ /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST -/* Define if you want the --iconv option. Specifing a value will set the +/* Define if you want the --iconv option. Specifying a value will set the default iconv setting (a NULL means no --iconv processing by default). */ #undef ICONV_OPTION @@ -637,9 +728,6 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define as the return type of signal handlers (`int' or `void'). */ -#undef RETSIGTYPE - /* location of configuration file for rsync server */ #undef RSYNCD_SYSCONF @@ -652,15 +740,15 @@ /* Define to 1 if --protected-args should be the default */ #undef RSYNC_USE_PROTECTED_ARGS -/* rsync release version */ -#undef RSYNC_VERSION - /* Define to 1 if sockets need to be shutdown */ #undef SHUTDOWN_ALL_SOCKETS /* Define to 1 if "signed char" is a valid type */ #undef SIGNED_CHAR_OK +/* The size of `char*', as computed by sizeof. */ +#undef SIZEOF_CHARP + /* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT @@ -711,15 +799,30 @@ /* Define to 1 to add support for ACLs */ #undef SUPPORT_ACLS +/* Undefine if you do not want LZ4 compression. By default this is defined. */ +#undef SUPPORT_LZ4 + /* Define to 1 to add support for extended attributes */ #undef SUPPORT_XATTRS +/* Undefine if you do not want xxhash checksums. By default this is defined. + */ +#undef SUPPORT_XXHASH + +/* Undefine if you do not want zstd compression. By default this is defined. + */ +#undef SUPPORT_ZSTD + /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define to 1 if you want rsync to make use of iconv_open() */ #undef USE_ICONV_OPEN +/* Undefine if you do not want to use openssl crypto library. By default this + is defined. */ +#undef USE_OPENSSL + /* String to pass to iconv() for the UTF-8 charset. */ #undef UTF8_CHARSET @@ -733,6 +836,11 @@ # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif +#endif + +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 #endif /* Number of bits in a file offset, on hosts where this is settable. */