summaryrefslogtreecommitdiff
path: root/tools/compat/configure
AgeCommit message (Expand)Author
2003-11-12regen after HAVE_SYS_POLL_H changedbj
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-25Regen for host-tool-ified statatatat
2003-07-18Regenerate with autoconf 2.57.fredb
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-14Add a putc_unlocked().thorpej
2003-03-13Fix the socklen_t test; we need to explcitly list the headers we wantthorpej
2003-03-13Check for sys/socket.h and socklen_t.thorpej
2002-12-16Include <sys/types.h> before <grp.h>; Mac OS 10.2.2 needs this.thorpej
2002-12-16Include <sys/types.h> before including <dirent.h>; Mac OS 10.2.2thorpej
2002-11-30add check back for util.h; needed on some foreign systemslukem
2002-11-30- Migrate fparseln(3) from libutil to libc, where it should have been inlukem
2002-11-29replace missing strsuftoll(3)lukem
2002-10-07Just check for poll.h, don't fail if it's not present.briggs
2002-10-06Provide strtoll() in libnbcompat.lukem
2002-10-05check for lchflagslukem
2002-10-04Check for <poll.h> and poll(2).thorpej
2002-09-16Always use NetBSD's fts(3) in compat builds. Some systems (notablybriggs
2002-09-14* Check for mkstemp() and mkdtemp(), and build them into libnbcompatthorpej
2002-09-13* Always include the NetBSD glob(3) in libnbcompat, as the hostthorpej
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-22Create sys/endian.h if it doesn't exist, since rmd160.c includes it directly.bjh21
2002-04-19Emit an empty <stdint.h> if the host doesn't have one. Should fix PR 16416.tv
2002-04-18Re-add test for <sys/endian.h>; it disappeared somewhere along the way.tv
2002-04-18Add a stub issetugid() for platforms that don't have it. For now, we assumebjh21
2002-04-01Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1)bjh21
2002-03-31Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) willbjh21
2002-03-31Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on theirbjh21
2002-03-07Don't gratuitously touch the replacement headers in ${.OBJDIR}/include;tv
2002-03-07Move inttypes.h to list of auto-generated-empty headers.tv
2002-03-07Add compat defns for uint*_t (the non-underscored ones).tv
2002-02-26Add some more bits of host compatibility.tv
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-21Make many host tools compile on non-NetBSD hosts. Not complete, buttv
2002-01-10regen from configure.ac 1.3 for <inttypes.h> changelukem
2002-01-04Add replacement fgetln(3) (from lukemftp/libukem), as fparseln(3) uses itlukem
2001-12-11Add the framework for autoconf-based src/tools/compat structure. This willtv