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

version 1.1.1.2, 2013/10/14 07:51:14 version 1.1.1.3, 2016/11/01 09:54:32
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 195 Line 198
 /* 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
   
Line 231 Line 237
 /* Define to 1 if you have the <linux/falloc.h> header file. */  /* Define to 1 if you have the <linux/falloc.h> header file. */
 #undef HAVE_LINUX_FALLOC_H  #undef HAVE_LINUX_FALLOC_H
   
/* True if you have Linux xattrs *//* 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 526 Line 532
 /* 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 637 Line 646
 /* 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 733 Line 739
 # 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.1.2  
changed lines
  Added in v.1.1.1.3


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