summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* Added AC_HAVE_TYPE().Wayne Davison2007-11-021-1/+22
|
* HP's cpp apparently can't handle whitespace before #includeMartin Pool2001-11-281-2/+2
|
* More autoconf fixes.Martin Pool2001-11-241-0/+2
|
* Commit getconf/socklen_t/largefile patch suggested by Albert Chin.Martin Pool2001-08-141-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.
* Another try at socklen_t: just check for it, and otherwise use int.Martin Pool2001-08-081-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.
* Try various different types as replacements for socklen_t until weMartin Pool2001-08-081-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.
* Fix m4 quoting to make autoconf2.50 happy. I checked it still worksMartin Pool2001-08-061-2/+2
| | | | on 2.13. See "info:(autoconf)New Macros".
* Don't unconditionally define _LARGEFILE_SOURCE, but instead includeMartin Pool2001-03-171-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>.
* changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1998-10-291-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).