diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-01 15:31:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-01 15:31:14 +0000 |
commit | 0c71abea7bc5069ad2801f22018009cf6fbbe310 (patch) | |
tree | 6c33504ee3cc8d5859f915b04dd4544806e3ebda /pkgtools/libnbcompat/PLIST | |
parent | 6c83902dd76746c1b48020a7392808ea514fdaa5 (diff) | |
download | pkgsrc-0c71abea7bc5069ad2801f22018009cf6fbbe310.tar.gz |
Bump version to 20030823:
* Add mkdtemp, TAILQ_*, and statfs.
* Install a nbconfig.h file containing the discovered system information
and include it directly in nbcompat.h. Make all files use nbconfig.h
instead of config.h. Ensure that all installed headers don't include
any local header files. This makes libnbcompat more self-contained.
* Consistently use "#if HAVE_HEADER_H" instead of "#ifdef HAVE_HEADER_H"
since sometimes people put -DHAVE_HEADER_H=0 on their command lines.
Diffstat (limited to 'pkgtools/libnbcompat/PLIST')
-rw-r--r-- | pkgtools/libnbcompat/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/libnbcompat/PLIST b/pkgtools/libnbcompat/PLIST index a5e28a02b4b..72c1dc136a9 100644 --- a/pkgtools/libnbcompat/PLIST +++ b/pkgtools/libnbcompat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/08/31 12:02:56 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/09/01 15:31:14 jlam Exp $ include/libnbcompat/extern.h include/libnbcompat/err.h include/libnbcompat/ftpglob.h @@ -8,6 +8,7 @@ include/libnbcompat/md5.h include/libnbcompat/mtree.h include/libnbcompat/namespace.h include/libnbcompat/nbcompat.h +include/libnbcompat/nbconfig.h include/libnbcompat/nbtypes.h include/libnbcompat/pack_dev.h include/libnbcompat/pwcache.h |