~ubuntu-branches/ubuntu/lucid/rsync/lucid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Paul Slootman
  • Date: 2009-06-17 13:43:12 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090617134312-aopuowraetuj41s8
Tags: 3.0.6-1
* new upstream release.
* Manpage now states that MD5 is used for protocol version 30 and higher.
  closes:#520330
* Updated to standards version 3.8.2. Added debian/README.source .
* Added lintian override for embedded-zlib, as this is a modified version
  optimized for the rsync protocol. I.e. the standard zlib version will not
  work as well.
* Added a 'status' option to the init.d script.
  closes:#492138
* Manpage now declares --delete-during to be the default in the summary.
  closes:#472767,#476368

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* Define to 1 if link() can hard-link special files. */
4
7
#undef CAN_HARDLINK_SPECIAL
5
8
 
638
641
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
639
642
#undef TIME_WITH_SYS_TIME
640
643
 
 
644
/* Define to 1 if you want rsync to make use of iconv_open() */
 
645
#undef USE_ICONV_OPEN
 
646
 
641
647
/* String to pass to iconv() for the UTF-8 charset. */
642
648
#undef UTF8_CHARSET
643
649
 
644
 
/* Define to 1 if your processor stores words with the most significant byte
645
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
646
 
#undef WORDS_BIGENDIAN
 
650
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
651
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
652
#if defined AC_APPLE_UNIVERSAL_BUILD
 
653
# if defined __BIG_ENDIAN__
 
654
#  define WORDS_BIGENDIAN 1
 
655
# endif
 
656
#else
 
657
# ifndef WORDS_BIGENDIAN
 
658
#  undef WORDS_BIGENDIAN
 
659
# endif
 
660
#endif
647
661
 
648
662
/* Number of bits in a file offset, on hosts where this is settable. */
649
663
#undef _FILE_OFFSET_BITS