summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files/nbcompat.h
AgeCommit message (Expand)AuthorFilesLines
2004-08-23Update pkgtools/libnbcompat to 20040822. Changes from version 20040814jlam1-79/+25
2004-08-16Update pkgtools/libnbcompat to 20040814. Changes from version 20040813jlam1-9/+15
2004-08-10Update pkgtools/libnbcompat to 20040809. Changes from version 20040805jlam1-293/+15
2004-08-06Update pkgtools/libnbcompat to 20040805. Changes from version 20040512jlam1-178/+43
2004-05-12don't include poll.h or sys/poll.h, but instead, undefine HAVE_POLL_Hgrant1-8/+4
2004-04-20workaround poll() being a compatibility function on Darwin 7grant1-5/+7
2004-03-11catch up with bootstrap-pkgsrc changes.grant1-1/+8
2004-01-14use LL for long long suffix.grant1-3/+3
2003-12-19* Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.grant1-8/+16
2003-12-10always use local glob() as some glob() implementations have securitygrant1-10/+4
2003-12-08always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren'tgrant1-1/+7
2003-12-05On AIX h_errno is a function call. Don't try to redefine it.erh1-1/+3
2003-10-10use !defined instead of ! for testing if {,U}LLONG_MAX is defined.grant1-3/+3
2003-09-23Provide prototypes for setmode and getmode functions if necessary.jschauma1-1/+9
2003-09-16test that md5.h can be compiled and that it provides MD5Init(),grant1-1/+7
2003-09-14define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.hgrant1-1/+9
2003-09-14sl_add() returns void on some systems, so don't include <stringlist.h>,grant1-5/+1
2003-09-14define the maximum values for `long long' (LLONG_MAX) andgrant1-1/+9
2003-09-11ensure GID_MAX and UID_MAX are defined, fixing build of mtree and paxgrant1-1/+11
2003-09-11ensure S_ISTXT is defined if not defined in sys/stat.h.grant1-2/+6
2003-09-06Also check for presence of <sys/statfs.h>, and pretend we don't have it ifjlam1-2/+5
2003-09-06Ensure that struct option is defined properly before accepting that havingjlam1-2/+4
2003-09-06Update pkgtools/libnbcompat to 20030830. Changes from the previousjlam1-7/+1
2003-09-05Update pkgtools/libnbcompat to 20030829. Changes from previous versionjlam1-10/+60
2003-09-03Update pkgtools/libnbcompat to 20030826. Changes from previous version:jlam1-18/+60
2003-09-03Update pkgtools/libnbcompat to 20030825. Changes from version 20030824jlam1-7/+9
2003-09-03Use '#if !HAVE_xxx' instead of '#ifndef HAVE_xxx' to cover cases whenjlam1-35/+35
2003-09-01Bump version to 20030823:jlam1-3/+69
2003-07-31Add the err.h header, so we can use it on systems that don't provide err.hjschauma1-4/+1
2003-07-19test for time.h, sys/time.h and inclusion of both.grant1-0/+6
2003-07-13setenv.c - include strings.h for bcopy prototypegrant1-0/+12
2003-06-30s/#if !/#ifndef/, since the former confuses some C pre-processorsgrant1-30/+30
2003-06-24add prototype for isblank() to avoid implicit declarationgrant1-0/+4
2003-06-23not all systems define all of the time related constants wegrant1-9/+33
2003-06-23add getopt, getopt_long.grant1-0/+8
2003-06-10protect against multiple inclusiongrant1-0/+5
2003-04-03make sure LIST_EMPTY, LIST_FIRST and LIST_NEXT are defined (linuxgrant1-0/+8
2003-03-31Initial import of libnbcompat-20030331, a portable NetBSD compatibilitygrant1-0/+330