summaryrefslogtreecommitdiff
path: root/aclocal.m4
AgeCommit message (Collapse)AuthorFilesLines
2001-11-28HP's cpp apparently can't handle whitespace before #includeMartin Pool1-2/+2
2001-11-24More autoconf fixes.Martin Pool1-0/+2
2001-08-14Commit getconf/socklen_t/largefile patch suggested by Albert Chin.Martin Pool1-117/+29
This is tested on Solaris 2.5.2, 2.6, 7, 8/SPARC, HP-UX 10.20, 11.00, Tru64 UNIX 4.0D, 5.0A, IRIX 6.2, 6.5, AIX 4.3.2 and it works ok. This patch *requires* autoconf 2.52.
2001-08-08Another try at socklen_t: just check for it, and otherwise use int.Martin Pool1-7/+11
The HP manual says this will work on old HP/UX versions; I'm not sure about other systems. Possibly it will break on old BSD-derived systems with 32-bit int, 64-bit size_t and no socklen_t, if there are any such.
2001-08-08Try various different types as replacements for socklen_t until weMartin Pool1-0/+55
find one that works. This helps on platforms like HP/UX and UNICOS where the argument to getsockopt is neither socklen_t nor int.
2001-08-06Fix m4 quoting to make autoconf2.50 happy. I checked it still worksMartin Pool1-2/+2
on 2.13. See "info:(autoconf)New Macros".
2001-03-17Don't unconditionally define _LARGEFILE_SOURCE, but instead includeMartin Pool1-0/+75
some autoconf-2.13 macros that make the appropriate settings. Thanks to Albert Chin <china@thewrittenword.com> and Paul Eggert <eggert@twinsun.com>.
1998-10-29changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1-0/+23
a 4 byte integer type (short is 8 bytes). I needed to use a new md4 implementation (I used the portable one I wrote for Samba).