summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Make sure that supplementary groups are removed from a server processcvs/branch-2.4Martin Pool2002-02-091-338/+54
* Message on successful configuration.Martin Pool2002-01-241-0/+4
* Fix comment.Martin Pool2002-01-241-3/+2
* Bump version to 2.5.2pre2.Martin Pool2002-01-241-1/+1
* Bump version to 2.5.2pre1.Martin Pool2002-01-231-1/+1
* If using gcc, then also turn on -W to get even more warnings.Martin Pool2002-01-231-2/+2
* Add --enable-profile to turn on gprof. This is not perfect, becauseMartin Pool2002-01-151-0/+15
* Define _GNU_SOURCE so that we get all necessary prototypes.Martin Pool2002-01-151-0/+3
* If using GCC, try to turn on -Wall. I want to be clean with respectMartin Pool2002-01-151-0/+9
* Bump version number.Martin Pool2002-01-111-1/+1
* Look for mallinfo() and use it to displayMartin Pool2002-01-111-1/+2
* Bump versionMartin Pool2002-01-111-1/+1
* preparing for release of 2.5.1rsync-bugs2002-01-031-1/+1
* Fix from Jeff Garzik for inet_ntop prototype errors on some LinuxMartin Pool2001-12-181-5/+6
* Don't define DEBUG with --enable-debug, because that makes zlib emit strange ...Martin Pool2001-12-091-1/+1
* Bump versionMartin Pool2001-12-051-1/+1
* Change back to using sockaddr_storage rather than sockaddr_in. IfMartin Pool2001-12-051-0/+8
* Bump versionMartin Pool2001-12-021-1/+1
* Bump versionMartin Pool2001-12-021-1/+1
* preparing for release of 2.5.0rsync-bugs2001-11-301-1/+1
* No need to test for memcmp, because even broken ones are good enoughMartin Pool2001-11-291-1/+5
* Show version when configuring.Martin Pool2001-11-291-3/+11
* Put back the --disable-ipv6 option. This should only be needed ifMartin Pool2001-11-281-1/+7
* Call this 2.4.7pre4v2.4.7pre4Martin Pool2001-11-281-1/+1
* HP's cpp chokes on preprocessor directives that have whitespace beforeMartin Pool2001-11-281-6/+8
* Build getaddr/nameinfo into lib/.Martin Pool2001-11-271-1/+3
* Try to fix LIBOBJ detection of ntop/pton.Martin Pool2001-11-271-1/+4
* Add Paul Vixie's implementation of inet_ntop and inet_pton forMartin Pool2001-11-271-4/+3
* Look in -lresolv for inet_ntopMartin Pool2001-11-271-0/+2
* Check for inet_ntop and inet_pton, which may be missing.Martin Pool2001-11-271-0/+1
* Attempted clean up some of the IPv6 tests.Martin Pool2001-11-261-45/+2
* Silly autoconfMartin Pool2001-11-261-1/+1
* Check for -lnsl, -lsocket, etc, *before* looking for getaddrinfo,Martin Pool2001-11-261-11/+11
* Remove highly suspicious redefinition of sockaddr structure -- thereMartin Pool2001-11-261-2/+2
* Remove check for buggy getaddrinfo for the time being -- it's unclearMartin Pool2001-11-261-102/+1
* Make some of the headers used by the KAME getaddrinfo implementationMartin Pool2001-11-251-1/+1
* Fix KAME patch to use proper autoconf AC_MSG macros rather than just echo/exit.Martin Pool2001-11-241-12/+5
* Call this pre3.Martin Pool2001-11-241-1/+1
* IPv6 is off by default -- it seems to break header files on too many systems.Martin Pool2001-11-241-4/+4
* Set rsync version in configure.inMartin Pool2001-11-241-8/+14
* Try to get IPv6 support, unless --disable-ipv6 is explicitly specified.Martin Pool2001-11-241-37/+10
* More autoconf fixes.Martin Pool2001-11-241-44/+45
* Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnamesMartin Pool2001-11-231-0/+281
* Fix from Marc Espie to make included-popt work with VPATH builds.Martin Pool2001-09-121-1/+1
* debian stable screws up largefile support for fcntl locking. This addsAndrew Tridgell2001-09-081-1/+39
* Redraft testsuite driver script to unify 'make check', 'makeMartin Pool2001-08-291-1/+1
* The --with-rsync-path configure option was using the wrong configureDavid Dykstra2001-08-271-1/+1
* Export autoconf settings to test scripts. Use this to cope withMartin Pool2001-08-171-1/+1
* Commit getconf/socklen_t/largefile patch suggested by Albert Chin.Martin Pool2001-08-141-10/+2
* Another try at socklen_t: just check for it, and otherwise use int.Martin Pool2001-08-081-1/+2