summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2004-10-24fix detection of poll() for Darwin 7.x which has a poll()grant1-2/+4
2004-09-11Update pkgtools/libnbcompat to 20040911. Changes from version 20040822jlam1-2/+2
2004-08-23Update pkgtools/libnbcompat to 20040822. Changes from version 20040814jlam1-165/+60
2004-08-21Fix the version number of the package in the configure script, and modifyjlam1-2/+2
2004-08-16Update pkgtools/libnbcompat to 20040814. Changes from version 20040813jlam1-1/+14
2004-08-13Update pkgtools/libnbcompat to 20040813. Changes from version 20040809jlam1-9/+13
2004-08-10Update pkgtools/libnbcompat to 20040809. Changes from version 20040805jlam1-27/+21
2004-08-06Update pkgtools/libnbcompat to 20040805. Changes from version 20040512jlam1-125/+129
2004-04-23make sure we define HAVE_POLL if a usable poll() implementation isgrant1-9/+18
2004-04-20workaround poll() being a compatibility function on Darwin 7grant1-4/+39
2004-04-20no need to test for poll() twice.grant1-2/+2
2004-04-18Include limits.h if available to shut down warnings about UINT_MAX onheinz1-1/+5
2004-04-16Use statvfs on UnixWare, similar to Solaris and IRIX.heinz1-4/+4
2004-03-11Solaris has fsid_t in sys/vfs.h, so include appropriately.sketch1-1/+4
2004-03-11catch up with bootstrap-pkgsrc changes.grant1-2/+13
2004-02-14When checking for the <sys/mount.h> header, include <sys/param.h> ifsimonb1-2/+7
2004-01-14relax the requirement for a >= 64bit off_t to enable long longgrant1-2/+2
2003-12-19* Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.grant1-3/+3
2003-12-10always use local glob() as some glob() implementations have securitygrant1-19/+3
2003-12-08always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren'tgrant1-1/+17
2003-12-05Check for setenv and unsetenv independantly since setenv presence doesn'terh1-2/+8
2003-09-16test that md5.h can be compiled and that it provides MD5Init(),grant1-2/+21
2003-09-14bump version for latest changes.grant1-2/+2
2003-09-13Unbreak pkg_install on Irix by adding irix to the statvfs dance in libnbcompat,jschauma1-2/+2
2003-09-13Allow libnbcompat to be used without being installed. Also remove thejlam1-2/+2
2003-09-11back out revision 1.22 which broke statfs() on Linux and FreeBSDgrant1-7/+14
2003-09-06update version according to autoconf to match realitygrant1-2/+2
2003-09-06fix some rcsidsgrant1-0/+2
2003-09-06Also check for presence of <sys/statfs.h>, and pretend we don't have it ifjlam1-2/+3
2003-09-06Modify autoconf tests so that we'll reliably implement BSD statfs()jlam1-14/+7
2003-09-06Ensure that struct option is defined properly before accepting that havingjlam1-19/+36
2003-09-06Update pkgtools/libnbcompat to 20030830. Changes from the previousjlam1-5/+1
2003-09-05Update pkgtools/libnbcompat to 20030829. Changes from previous versionjlam1-11/+39
2003-09-04Use AH_TEMPLATE when we use AC_DEFINE so that autoheader can generate thejlam1-31/+39
2003-09-03Update pkgtools/libnbcompat to 20030827. Changes from previous versionjlam1-0/+1
2003-09-03Update pkgtools/libnbcompat to 20030826. Changes from previous version:jlam1-22/+39
2003-09-03Update pkgtools/libnbcompat to 20030824. Changes from previous version:jlam1-0/+3
2003-09-02Solaris needs to include <sys/vfs.h> to get definitions for statvfs().jlam1-2/+2
2003-09-02We only need to step carefully in the Solaris case for statfs(), butjlam1-5/+5
2003-09-01Bump version to 20030823:jlam1-46/+70
2003-07-19test for time.h, sys/time.h and inclusion of both.grant1-4/+4
2003-07-17don't test for fparseln in libutil for now.grant1-9/+2
2003-07-17move stuff from deprecated acconfig.h to configure.ac.grant1-0/+12
2003-07-15do away with AC_CONFIG_SRCDIRgrant1-1/+0
2003-07-15fix getopt_long() test to avoid overriding it.grant1-1/+10
2003-06-23add getopt, getopt_long.grant1-3/+3
2003-06-10test for both getmode() and setmode().grant1-1/+2
2003-06-09add isblank() and strmode().grant1-4/+5
2003-05-25Commit the recent 'setmode' change here, too, as pointed out by grant.jschauma1-1/+1
2003-03-31test for fparseln in libutil.grant1-4/+8