Diff for /embedaddon/rsync/config.h.in between versions 1.1 and 1.1.1.4

version 1.1, 2012/02/17 15:09:30 version 1.1.1.4, 2021/03/17 00:32:36
Line 23 Line 23
 /* Define to 1 if using `alloca.c'. */  /* Define to 1 if using `alloca.c'. */
 #undef C_ALLOCA  #undef C_ALLOCA
   
   /* Define to 1 if using external zlib */
   #undef EXTERNAL_ZLIB
   
 /* Used to make "checker" understand that FD_ZERO() clears memory. */  /* Used to make "checker" understand that FD_ZERO() clears memory. */
 #undef FORCE_FD_ZERO_MEMSET  #undef FORCE_FD_ZERO_MEMSET
   
Line 33 Line 36
 /* Define to 1 if the `getpgrp' function requires zero arguments. */  /* Define to 1 if the `getpgrp' function requires zero arguments. */
 #undef GETPGRP_VOID  #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. */  /* Define to 1 if you have the `aclsort' function. */
 #undef HAVE_ACLSORT  #undef HAVE_ACLSORT
   
Line 58 Line 65
 /* Define to 1 if you have the <arpa/nameser.h> header file. */  /* Define to 1 if you have the <arpa/nameser.h> header file. */
 #undef HAVE_ARPA_NAMESER_H  #undef HAVE_ARPA_NAMESER_H
   
   /* Define to 1 to enable ASM optimizations */
   #undef HAVE_ASM
   
 /* Define to 1 if you have the `asprintf' function. */  /* Define to 1 if you have the `asprintf' function. */
 #undef HAVE_ASPRINTF  #undef HAVE_ASPRINTF
   
   /* Define to 1 if you have the `attropen' function. */
   #undef HAVE_ATTROPEN
   
 /* Define to 1 if you have the <attr/xattr.h> header file. */  /* Define to 1 if you have the <attr/xattr.h> header file. */
 #undef HAVE_ATTR_XATTR_H  #undef HAVE_ATTR_XATTR_H
   
Line 70 Line 83
 /* Define to 1 if vsprintf has a C99-compatible return value */  /* Define to 1 if vsprintf has a C99-compatible return value */
 #undef HAVE_C99_VSNPRINTF  #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. */  /* Define to 1 if you have the `chmod' function. */
 #undef HAVE_CHMOD  #undef HAVE_CHMOD
   
Line 89 Line 105
    */     */
 #undef HAVE_DIRENT_H  #undef HAVE_DIRENT_H
   
   /* Define to 1 if you have the <dl.h> header file. */
   #undef HAVE_DL_H
   
   /* Define if posix_fallocate is efficient (Cygwin) */
   #undef HAVE_EFFICIENT_POSIX_FALLOCATE
   
 /* Define to 1 if errno is declared in errno.h */  /* Define to 1 if errno is declared in errno.h */
 #undef HAVE_ERRNO_DECL  #undef HAVE_ERRNO_DECL
   
 /* Define to 1 if you have the `extattr_get_link' function. */  /* Define to 1 if you have the `extattr_get_link' function. */
 #undef HAVE_EXTATTR_GET_LINK  #undef HAVE_EXTATTR_GET_LINK
   
   /* Define to 1 if you have the fallocate function and it compiles and links
      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. */  /* Define to 1 if you have the `fchmod' function. */
 #undef HAVE_FCHMOD  #undef HAVE_FCHMOD
   
Line 116 Line 148
 /* Define to 1 if you have the "getaddrinfo" function and required types. */  /* Define to 1 if you have the "getaddrinfo" function and required types. */
 #undef HAVE_GETADDRINFO  #undef HAVE_GETADDRINFO
   
   /* Define to 1 if you have the `getattrlist' function. */
   #undef HAVE_GETATTRLIST
   
 /* Define to 1 if you have the `getcwd' function. */  /* Define to 1 if you have the `getcwd' function. */
 #undef HAVE_GETCWD  #undef HAVE_GETCWD
   
Line 125 Line 160
 /* Define to 1 if you have the `geteuid' function. */  /* Define to 1 if you have the `geteuid' function. */
 #undef HAVE_GETEUID  #undef HAVE_GETEUID
   
   /* Define to 1 if you have the `getgrouplist' function. */
   #undef HAVE_GETGROUPLIST
   
 /* Define to 1 if you have the `getgroups' function. */  /* Define to 1 if you have the `getgroups' function. */
 #undef HAVE_GETGROUPS  #undef HAVE_GETGROUPS
   
   /* Define to 1 if you have the `getpass' function. */
   #undef HAVE_GETPASS
   
 /* Define to 1 if you have the `getpgrp' function. */  /* Define to 1 if you have the `getpgrp' function. */
 #undef HAVE_GETPGRP  #undef HAVE_GETPGRP
   
Line 140 Line 181
 /* Define to 1 if you have the <grp.h> header file. */  /* Define to 1 if you have the <grp.h> header file. */
 #undef HAVE_GRP_H  #undef HAVE_GRP_H
   
   /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
   #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
   
   /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
   #undef HAVE_GSSAPI_GSSAPI_H
   
 /* true if you have HPUX ACLs */  /* true if you have HPUX ACLs */
 #undef HAVE_HPUX_ACLS  #undef HAVE_HPUX_ACLS
   
Line 158 Line 205
 /* Define to 1 if you have the `inet_pton' function. */  /* Define to 1 if you have the `inet_pton' function. */
 #undef HAVE_INET_PTON  #undef HAVE_INET_PTON
   
   /* 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 <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
Line 176 Line 229
 /* Define to 1 if you have the `acl' library (-lacl). */  /* Define to 1 if you have the `acl' library (-lacl). */
 #undef HAVE_LIBACL  #undef HAVE_LIBACL
   
   /* Define to 1 if you have the `attr' library (-lattr). */
   #undef HAVE_LIBATTR
   
 /* Define to 1 if you have the <libcharset.h> header file. */  /* Define to 1 if you have the <libcharset.h> header file. */
 #undef HAVE_LIBCHARSET_H  #undef HAVE_LIBCHARSET_H
   
 /* Define to 1 if you have the `inet' library (-linet). */  /* Define to 1 if you have the `inet' library (-linet). */
 #undef HAVE_LIBINET  #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). */  /* Define to 1 if you have the `nsl' library (-lnsl). */
 #undef HAVE_LIBNSL  #undef HAVE_LIBNSL
   
Line 197 Line 256
 /* Define to 1 if you have the `sec' library (-lsec). */  /* Define to 1 if you have the `sec' library (-lsec). */
 #undef HAVE_LIBSEC  #undef HAVE_LIBSEC
   
   /* Define to 1 for SLP support */
   #undef HAVE_LIBSLP
   
 /* Define to 1 if you have the `socket' library (-lsocket). */  /* Define to 1 if you have the `socket' library (-lsocket). */
 #undef HAVE_LIBSOCKET  #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
   
 /* Define to 1 if you have the <limits.h> header file. */  /* Define to 1 if you have the <limits.h> header file. */
 #undef HAVE_LIMITS_H  #undef HAVE_LIMITS_H
   
 /* Define to 1 if you have the `link' function. */  /* Define to 1 if you have the `link' function. */
 #undef HAVE_LINK  #undef HAVE_LINK
   
/* True if you have Linux xattrs *//* Define to 1 if you have the `linkat' function. */
 #undef HAVE_LINKAT
 
 /* Define to 1 if you have the <linux/falloc.h> header file. */
 #undef HAVE_LINUX_FALLOC_H
 
 /* True if you have Linux xattrs (or equivalent) */
 #undef HAVE_LINUX_XATTRS  #undef HAVE_LINUX_XATTRS
   
 /* Define to 1 if you have the `locale_charset' function. */  /* Define to 1 if you have the `locale_charset' function. */
Line 229 Line 303
 /* Define to 1 if you have the `lutimes' function. */  /* Define to 1 if you have the `lutimes' function. */
 #undef HAVE_LUTIMES  #undef HAVE_LUTIMES
   
   /* Define to 1 if you have the <lz4.h> header file. */
   #undef HAVE_LZ4_H
   
 /* Define to 1 if you have the `mallinfo' function. */  /* Define to 1 if you have the `mallinfo' function. */
 #undef HAVE_MALLINFO  #undef HAVE_MALLINFO
   
Line 253 Line 330
 /* Define to 1 if you have the `mkstemp64' function. */  /* Define to 1 if you have the `mkstemp64' function. */
 #undef HAVE_MKSTEMP64  #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'. */  /* Define to 1 if the system has the type `mode_t'. */
 #undef HAVE_MODE_T  #undef HAVE_MODE_T
   
 /* Define to 1 if you have the `mtrace' function. */  /* Define to 1 if you have the `mtrace' function. */
 #undef HAVE_MTRACE  #undef HAVE_MTRACE
   
   /* Define to 1 if you have the <mysql/mysql.h> 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 <ndir.h> header file, and it defines `DIR'. */  /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 #undef HAVE_NDIR_H  #undef HAVE_NDIR_H
   
Line 280 Line 366
 /* Define to 1 if you have the `open64' function. */  /* Define to 1 if you have the `open64' function. */
 #undef HAVE_OPEN64  #undef HAVE_OPEN64
   
   /* Define to 1 if you have the <openssl/md4.h> header file. */
   #undef HAVE_OPENSSL_MD4_H
   
   /* Define to 1 if you have the <openssl/md5.h> header file. */
   #undef HAVE_OPENSSL_MD5_H
   
 /* true if you have Mac OS X ACLs */  /* true if you have Mac OS X ACLs */
 #undef HAVE_OSX_ACLS  #undef HAVE_OSX_ACLS
   
Line 298 Line 390
 /* true if you have posix ACLs */  /* true if you have posix ACLs */
 #undef HAVE_POSIX_ACLS  #undef HAVE_POSIX_ACLS
   
   /* Define to 1 if you have the `posix_fallocate' function. */
   #undef HAVE_POSIX_FALLOCATE
   
 /* Define to 1 if you have the `putenv' function. */  /* Define to 1 if you have the `putenv' function. */
 #undef HAVE_PUTENV  #undef HAVE_PUTENV
   
Line 328 Line 423
 /* Define to 1 if you have the `setsid' function. */  /* Define to 1 if you have the `setsid' function. */
 #undef HAVE_SETSID  #undef HAVE_SETSID
   
   /* Define to 1 if you have the `setvbuf' function. */
   #undef HAVE_SETVBUF
   
 /* Define to 1 if you have the `sigaction' function. */  /* Define to 1 if you have the `sigaction' function. */
 #undef HAVE_SIGACTION  #undef HAVE_SIGACTION
   
 /* Define to 1 if you have the `sigprocmask' function. */  /* Define to 1 if you have the `sigprocmask' function. */
 #undef HAVE_SIGPROCMASK  #undef HAVE_SIGPROCMASK
   
   /* Define to 1 to enable SIMD optimizations */
   #undef HAVE_SIMD
   
 /* Define to 1 if the system has the type `size_t'. */  /* Define to 1 if the system has the type `size_t'. */
 #undef HAVE_SIZE_T  #undef HAVE_SIZE_T
   
Line 358 Line 459
 /* true if you have solaris ACLs */  /* true if you have solaris ACLs */
 #undef HAVE_SOLARIS_ACLS  #undef HAVE_SOLARIS_ACLS
   
   /* True if you have Solaris xattrs */
   #undef HAVE_SOLARIS_XATTRS
   
   /* Define to 1 if you have the <sqlite3.h> 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 <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
   
Line 370 Line 483
 /* Define to 1 if you have the `strchr' function. */  /* Define to 1 if you have the `strchr' function. */
 #undef HAVE_STRCHR  #undef HAVE_STRCHR
   
 /* Define to 1 if you have the `strdup' function. */  
 #undef HAVE_STRDUP  
   
 /* Define to 1 if you have the `strerror' function. */  /* Define to 1 if you have the `strerror' function. */
 #undef HAVE_STRERROR  #undef HAVE_STRERROR
   
Line 406 Line 516
 /* Define to 1 if the system has the type `struct stat64'. */  /* Define to 1 if the system has the type `struct stat64'. */
 #undef HAVE_STRUCT_STAT64  #undef HAVE_STRUCT_STAT64
   
   /* 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
   
 /* Define to 1 if `st_rdev' is a member of `struct stat'. */  /* Define to 1 if `st_rdev' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_RDEV  #undef HAVE_STRUCT_STAT_ST_RDEV
   
Line 425 Line 544
 /* Define to 1 if you have the <sys/extattr.h> header file. */  /* Define to 1 if you have the <sys/extattr.h> header file. */
 #undef HAVE_SYS_EXTATTR_H  #undef HAVE_SYS_EXTATTR_H
   
   /* Define to 1 if you have the SYS_fallocate syscall number */
   #undef HAVE_SYS_FALLOCATE
   
 /* Define to 1 if you have the <sys/fcntl.h> header file. */  /* Define to 1 if you have the <sys/fcntl.h> header file. */
 #undef HAVE_SYS_FCNTL_H  #undef HAVE_SYS_FCNTL_H
   
   /* Define to 1 if you have the <sys/file.h> header file. */
   #undef HAVE_SYS_FILE_H
   
 /* Define to 1 if you have the <sys/filio.h> header file. */  /* Define to 1 if you have the <sys/filio.h> header file. */
 #undef HAVE_SYS_FILIO_H  #undef HAVE_SYS_FILIO_H
   
Line 483 Line 608
 /* true if you have UnixWare ACLs */  /* true if you have UnixWare ACLs */
 #undef 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. */  /* Define to 1 if you have the `utime' function. */
 #undef HAVE_UTIME  #undef HAVE_UTIME
   
Line 513 Line 641
 /* Define to 1 if you have the `waitpid' function. */  /* Define to 1 if you have the `waitpid' function. */
 #undef HAVE_WAITPID  #undef HAVE_WAITPID
   
   /* Define to 1 if you have the <xxhash.h> header file. */
   #undef HAVE_XXHASH_H
   
   /* Define to 1 if you have the <zlib.h> header file. */
   #undef HAVE_ZLIB_H
   
   /* Define to 1 if you have the <zstd.h> header file. */
   #undef HAVE_ZSTD_H
   
 /* Define to 1 if you have the `_acl' function. */  /* Define to 1 if you have the `_acl' function. */
 #undef HAVE__ACL  #undef HAVE__ACL
   
Line 531 Line 668
 /* Define as const if the declaration of iconv() needs const. */  /* Define as const if the declaration of iconv() needs const. */
 #undef ICONV_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). */     default iconv setting (a NULL means no --iconv processing by default). */
 #undef ICONV_OPTION  #undef ICONV_OPTION
   
Line 567 Line 704
 /* True if special files do not support xattrs */  /* True if special files do not support xattrs */
 #undef NO_SPECIAL_XATTRS  #undef NO_SPECIAL_XATTRS
   
   /* True if symlinks do not support user xattrs */
   #undef NO_SYMLINK_USER_XATTRS
   
 /* True if symlinks do not support xattrs */  /* True if symlinks do not support xattrs */
 #undef NO_SYMLINK_XATTRS  #undef NO_SYMLINK_XATTRS
   
Line 588 Line 728
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
   
 /* Define as the return type of signal handlers (`int' or `void'). */  
 #undef RETSIGTYPE  
   
 /* location of configuration file for rsync server */  /* location of configuration file for rsync server */
 #undef RSYNCD_SYSCONF  #undef RSYNCD_SYSCONF
   
Line 600 Line 737
 /* default -e command */  /* default -e command */
 #undef RSYNC_RSH  #undef RSYNC_RSH
   
/* rsync release version *//* Define to 1 if --protected-args should be the default */
#undef RSYNC_VERSION#undef RSYNC_USE_PROTECTED_ARGS
   
 /* Define to 1 if sockets need to be shutdown */  /* Define to 1 if sockets need to be shutdown */
 #undef SHUTDOWN_ALL_SOCKETS  #undef SHUTDOWN_ALL_SOCKETS
Line 609 Line 746
 /* Define to 1 if "signed char" is a valid type */  /* Define to 1 if "signed char" is a valid type */
 #undef SIGNED_CHAR_OK  #undef SIGNED_CHAR_OK
   
   /* The size of `char*', as computed by sizeof. */
   #undef SIZEOF_CHARP
   
 /* The size of `int', as computed by sizeof. */  /* The size of `int', as computed by sizeof. */
 #undef SIZEOF_INT  #undef SIZEOF_INT
   
Line 659 Line 799
 /* Define to 1 to add support for ACLs */  /* Define to 1 to add support for ACLs */
 #undef SUPPORT_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 */  /* Define to 1 to add support for extended attributes */
 #undef SUPPORT_XATTRS  #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 <sys/time.h> and <time.h>. */  /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #undef TIME_WITH_SYS_TIME  #undef TIME_WITH_SYS_TIME
   
 /* Define to 1 if you want rsync to make use of iconv_open() */  /* Define to 1 if you want rsync to make use of iconv_open() */
 #undef USE_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. */  /* String to pass to iconv() for the UTF-8 charset. */
 #undef UTF8_CHARSET  #undef UTF8_CHARSET
   
Line 681 Line 836
 # ifndef WORDS_BIGENDIAN  # ifndef WORDS_BIGENDIAN
 #  undef WORDS_BIGENDIAN  #  undef WORDS_BIGENDIAN
 # endif  # 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  #endif
   
 /* Number of bits in a file offset, on hosts where this is settable. */  /* Number of bits in a file offset, on hosts where this is settable. */

Removed from v.1.1  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>