diff options
| author | joerg <joerg@NetBSD.org> | 2010-04-25 00:54:44 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2010-04-25 00:54:44 +0000 |
| commit | b9cf7d31ab73ff10c28166cb9e421aaf58e5227d (patch) | |
| tree | 91dcd3d249093a9f4f7fed127bee7096f3673352 /include/Makefile | |
| parent | 53fae86685085c47b6925b589780ca3bcdd4c345 (diff) | |
Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).
They implement a space efficent write-once database with fast access
path. Switch the services(5) database to use cdb. The size of the
database file decreases from 2.1MB disk space to 307KB. Access
performance is about the same if setservent(0) is used and about an
order of magnitude faster otherwise. services_mkdb defaults to the new
format, but can optionally create the old db(3) format as well for
statically linked legacy applications.
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 7723d858418..e8de1de8529 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2008/05/28 12:28:12 ad Exp $ +# $NetBSD: Makefile,v 1.132 2010/04/25 00:54:45 joerg Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include @@ -8,7 +8,7 @@ NOOBJ= # defined # Missing: mp.h INCS= a.out.h aio.h ar.h assert.h atomic.h \ - bitstring.h bm.h complex.h cpio.h ctype.h \ + bitstring.h bm.h cdbr.h cdbw.h complex.h cpio.h ctype.h \ db.h dirent.h disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h \ fstab.h fts.h ftw.h getopt.h glob.h grp.h ifaddrs.h iconv.h \ inttypes.h iso646.h kvm.h langinfo.h libgen.h \ |
