Diff for /embedaddon/rsync/config.h.in between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/17 15:09:30 version 1.1.1.2, 2013/10/14 07:51:14
Line 61 Line 61
 /* 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 89 Line 92
    */     */
 #undef HAVE_DIRENT_H  #undef HAVE_DIRENT_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 to 1 if you have the `fchmod' function. */  /* Define to 1 if you have the `fchmod' function. */
 #undef HAVE_FCHMOD  #undef HAVE_FCHMOD
   
Line 125 Line 135
 /* 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 158 Line 174
 /* 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 <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
Line 200 Line 219
 /* 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 `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
   
   /* Define to 1 if you have the <linux/falloc.h> header file. */
   #undef HAVE_LINUX_FALLOC_H
   
 /* True if you have Linux xattrs */  /* True if you have Linux xattrs */
 #undef HAVE_LINUX_XATTRS  #undef HAVE_LINUX_XATTRS
   
Line 298 Line 323
 /* 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 356
 /* 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
   
Line 358 Line 389
 /* 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 <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
   
Line 406 Line 440
 /* 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_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 465
 /* 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
   
Line 513 Line 556
 /* 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 <zlib.h> header file. */
   #undef HAVE_ZLIB_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 567 Line 613
 /* 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 599 Line 648
   
 /* default -e command */  /* default -e command */
 #undef RSYNC_RSH  #undef RSYNC_RSH
   
   /* Define to 1 if --protected-args should be the default */
   #undef RSYNC_USE_PROTECTED_ARGS
   
 /* rsync release version */  /* rsync release version */
 #undef RSYNC_VERSION  #undef RSYNC_VERSION

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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