--- embedaddon/rsync/config.h.in 2013/10/14 07:51:14 1.1.1.2 +++ embedaddon/rsync/config.h.in 2016/11/01 09:54:32 1.1.1.3 @@ -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 @@ -195,6 +198,9 @@ /* 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 @@ -231,7 +237,7 @@ /* 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. */ @@ -526,6 +532,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 @@ -637,9 +646,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 @@ -733,6 +739,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. */