summaryrefslogtreecommitdiff
path: root/tools/compat/compat_defs.h
AgeCommit message (Expand)Author
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-27If SIZE_MAX is not defined, but SIZE_T_MAX is defined (e.g. FreeBSD),uwe
2003-07-27If HAVE_SYS_ENDIAN_H, pull in <sys/endian.h>. Fixes build.sh on FreeBSD 5.1.lukem
2003-07-18As discussed briefly on tech-toolchain, AIX doesn't have "u_long",fredb
2003-06-03Add atoll(3) to libnbcompat. We need it when building target's gccuwe
2003-03-13Check for sys/socket.h and socklen_t.thorpej
2003-01-31Avoid cgetcap &co prototypes conflicting with those provided by the host.uwe
2003-01-27Provide __SCCSID() needed by pwd_mkdb.uwe
2002-11-29replace missing strsuftoll(3)lukem
2002-10-20PR/18733: Jed Davis: define _PATH_DEFTAPE; pax needs it.christos
2002-10-08Implement replacements for lchflags(), lchmod(), and lchown(),lukem
2002-10-06Provide strtoll() in libnbcompat.lukem
2002-09-30Fix from Giles Lean:lukem
2002-09-14* Check for mkstemp() and mkdtemp(), and build them into libnbcompatthorpej
2002-09-13Add __restrict to the set of tokens we #define away: our glob.h uses it.bjh21
2002-07-03Fine-grain checking somewhat:pooka
2002-04-24Rather than hardcoding two possible locations of the POSIX shell (forbjh21
2002-04-23Add test for alloca() and <alloca.h>, since Sun Workshop C 5.0 needs this.bjh21
2002-04-22<stdint.h> belongs before <sys/endian.h>.bjh21
2002-04-22Define __CONCAT if the host doesn't.bjh21
2002-04-22add UINT32_MAX if it's not definedlukem
2002-04-18Add a stub issetugid() for platforms that don't have it. For now, we assumebjh21
2002-04-04Add htobe16() and friends, #ifndef HAVE_SYS_ENDIAN_H.bjh21
2002-04-04Replace a spurious hard space (\xa0) with a normal one.bjh21
2002-03-07Need DEV_BSIZE and roundup() for makefs on non-NetBSD hosts.tv
2002-02-26Add some more bits of host compatibility.tv
2002-02-06remove btodb() hack now that makefs doesn't need it anymore.lukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2002-01-24- Replace pwcache(3) if necessary (pwcache_userdb(3) is checked for).lukem
2002-01-22Split compat definitions into a separate file so that autoconfthorpej